<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 内页产品列表 */

.nycqlbl {
  padding: 80px 0 200px 0;
  background-color: #f3f3f3;
  position: relative;
}

.nycqlbldw {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f3f3f3;
  z-index: -1;
}

.nycqlblbox {
  width: 100%;
}

.nycqlblbox_item {
  border-bottom: 1px solid #d9d9d9;
}

.nycqlblbox_itemtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
}

.nycqlblbox_itemtitlel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nycqlblbox_itemtitlel i {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  margin-right: 5px;
}

.nycqlblbox_itemtitlel span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  color: #333;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.nycqlblbox_itemtitle .nycqlblbox_itemtitlel:hover i {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  color: #e12644;
}

.nycqlblbox_itemtitlel span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  color: #333;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  position: relative;
  top: 1px;
}

.nycqlblbox_itemtitle .nycqlblbox_itemtitlel:hover span {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.nycqlblbox_itemtitle .nycqlblbox_itemtitlel.on i {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  color: #e12644;
}

.nycqlblbox_itemtitle .nycqlblbox_itemtitlel.on span {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  font-weight: 600;
  /* color: #ed1c24; */
}

.nycqlblbox_itemtitlelr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}

.nycqlblbox_itemtitlelr span {
  width: 26px;
  height: 26px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.nycqlblbox_itemtitlelr.on1 span { transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.nycqlblbox_itemtitlelr.on span {
 
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.nycqlblbox_itemct {
  width: 100%;
  padding-bottom: 40px;
  /* display: none; */
}

.nycqlblbox_itemct .nycqlblbox_itemcta {
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  color: #555;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nycqlblbox_itemct .nycqlblbox_itemcta:hover {
  background-color: #fff;
  color: #df002c;
}

.nycqlblbox_itemct .nycqlblbox_itemcta.on {
  background-color: #fff;
  color: #df002c;
}

.nycqlbrbox {
  padding: 50px 0 0 60px;
}

.nycqlbrbox_titlet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nycqlbrbox_titleth {
  font-size: 36px;
  color: #333;
}

.nycqlbrbox_titletssbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #f79332;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.nycqlbrbox_titletssbox_sr {
  height: 38px;
  line-height: 38px;
  width: 230px;
  border: 0;
  padding-left: 15px;
  font-size: 14px;
}

.nycqlbrbox_titletssbox_tj {
  height: 38px;
  line-height: 38px;
  width: 50px;
  /*    border: 0;*/
  background-color: #f79332;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}

.nycqlbrbox_titletssbox_sr::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}

.nycqlbrbox_titletssbox_sr::-moz-placeholder {
  font-size: 16px;
  color: #999;
}

.nycqlbrbox_titletssbox_sr:-moz-placeholder {
  font-size: 16px;
  color: #999;
}

.nycqlbrbox_titletssbox_sr:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

.nycqlbrbox_titleb {
  padding: 15px 0 25px;
  line-height: 28px;
  font-size: 15px;
  color: #666;
  word-break: break-all;
  /*    border-bottom: 1px solid #d9d9d9;*/
}

.pinpai {
  padding-bottom: 35px;
  /*	 border-bottom: 1px solid #d9d9d9;*/
}

.nycqlbrbox_title {
  border-bottom: 1px solid #d9d9d9;
}

.pinpai img {
  width: 11%;
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
  margin: 5px 8px 5px 0;
}

.nycqlbrbox_ct {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*	min-height: 700px;*/
}

.nycqlbrbox_ct .nycqlbrbox_cta {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.nycqlbrbox_ct .nycqlbrbox_cta:nth-child(3n) {
  margin-right: 0;
}

.nycqlbrbox_ctaimg {
  overflow: hidden;
  border: 1px solid #d9d9d9;
  padding: 15px;
}

.nycqlbrbox_ctaimg img {
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.nycqlbrbox_ctatxt {
  height: 60px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nycqlbrbox_ctatxtct {
  width: 100%;

  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nycqlbrbox_ct .nycqlbrbox_cta:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.foot {
  margin-top: 0;
}

@media screen and (max-width:1700px) {
  .nycqlbrbox {
    padding-left: 50px;
  }
  .nycqlbrbox_titleth {
    font-size: 30px;
  }
  .nycqlbrbox_ctatxtct {
    font-size: 14px;
  }
}

@media screen and (max-width:1460px) {
  .pinpai img {
    width: 15%;
  }
  .nycqlbrbox_titleb {
    padding: 15px 0 15px;
  }
  .pinpai {
    padding-bottom: 25px;
  }
}

@media screen and (max-width:1200px) {
  .nycqlbrbox_titleth {
    font-size: 26px;
  }
  .nycqlbrbox_titletssbox_sr {
    width: 180px;
  }
}

@media screen and (max-width:992px) {
  .nycqlblbox_itemct{
    display: none;
  }
  .nycqlblbox_itemtitlelr span{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .nycqlbbox{
/*    flex-wrap: wrap-reverse;*/
  }
  .nycqlbl {
    padding: 20px 20px 30px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .nycqlbr{
    padding-bottom: 40px;
  }
  .nycqlblbox_itemtitlel i {
    display: none;
  }
  .nycqlblbox_itemtitle&gt;a {
    padding: 0 10px 0 30px;
  }
  .nycqlblbox_itemtitlel span {
    font-size: 18px
  }
  .nycqlblbox_itemct .nycqlblbox_itemcta {
    padding: 0 40px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .nycqlblbox_itemtitlelr {
    padding: 20px;
  }
  .nycqlblbox_itemtitle {
    height: 50px;
  }
  .nycqlbrbox {
    padding-left: 0;
    padding-top: 40px;
  }
  .nycqlbrbox_titleb {
    padding: 20px 0;
  }
  
}

@media screen and (max-width:768px) {
  .pinpai img {
    width: 23%;
    margin: 3px 2px 3px 0;
  }
  .nycqlbrbox {
    /*    padding-left: 0;*/
    padding-top: 30px;
  }
  .nycqlblbox_itemtitlel span {
    font-size: 14px;
  }
  .nycqlblbox_itemtitle&gt;a{ padding-left:0px;}
  .nycqlblbox_itemct .nycqlblbox_itemcta {
    font-size: 14px;
  }
  .nycqlbrbox_titletss {
    display: none;
  }
  .nycqlbrbox_titleth {
    text-align: center;
  }
  .nycqlbrbox_titleb {
    padding: 10px 0 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .nycqlbrbox_ct .nycqlbrbox_cta {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .nycqlbrbox_ct .nycqlbrbox_cta:nth-child(3n) {
    margin-right: 2%;
  }
  .nycqlbrbox_ct .nycqlbrbox_cta:nth-child(2n) {
    margin-right: 0;
  }
  .nycqlbrbox_ctatxt {
    height: 50px;
    line-height: 50px;
  }
}
/* 产品面包屑 */

.cpmbx {
    background-color: #555;
}

.cpmbxbox {
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.cpmbxboxnav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
}

.cpmbxboxnav i {
    margin: 0 10px;
    font-size: 12px;
    color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cpmbxboxnav a {
    color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
}

.cpmbxboxnav a:hover {
    color: #ed1c24;
}

.cpmbxboxnav::-webkit-scrollbar {
    display: none;
}

.cpmbxboxnav {
    scrollbar-width: none;
}

.cpmbxboxnav {
    -ms-overflow-style: none;
}

.cpmbxboxfh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.cpmbxboxfh .cpmbxboxfha {
    width: 205px;
    background-color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cpmbxboxfha i {
    font-size: 14px;
    color: #fff;
}

.cpmbxboxfha span {
    margin-left: 8px;
    color: #fff;
}

.cpmbxboxfha:hover i,
.cpmbxboxfha:hover span {
    color: #ed1c24;
}


/* 内部产品详情 */

.nbcqcsb_slide {
    height: 1px;
}

.swiper-slide-active {
    height: auto;
}

.nbcpxq {
    padding: 70px 0;
    background-color: #f3f3f3;
}

.nbcpxqbox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.nbcpxqbox&gt;div {
    width: 50%;
}

.nbcpxqboxl {
    padding-right: 45px;
}

.nbcpxqboxl_lb {
    border: 1px solid #d9d9d9;
    background: #fff;
}

.nbcpxqt_slide {
    overflow: hidden;
}

.nbcpxqt_slide img {
    /*    width: 60%;*/
    margin: auto;
}

.nbcpxqb {
    padding: 0 65px;
    position: relative;
}

.nbcpxqb_slide {
    position: relative;
}

.nbcpxqb_slide.swiper-slide-thumb-active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #ed1c24;
}

.nbcpxqb_pre,
.nbcpxqb_next {
    position: absolute;
    top: 0;
    width: 55px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    background: #fff;
    border: 1px solid #eee;
}

.nbcpxqb_pre {
    left: 0;
}

.nbcpxqb_next {
    right: 0;
}

.nbcpxqb_pre i,
.nbcpxqb_next i {
    font-size: 28px;
    color: #333;
}

.nbcpxqb_pre.swiper-button-disabled i,
.nbcpxqb_next.swiper-button-disabled i {
    color: #999;
}

.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nbcpxqboxr {
    padding-left: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nbcpxqboxr_title {
    padding: 30px 0 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
}

.nbcpxqboxr_titleh {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 30px;
    color: #333333;
    word-break: break-all;
}

.nbcpxqboxr_titleimg i {
    font-size: 26px;
    color: #000;
    cursor: pointer;
}

.nbcpxqboxr_titleimg {
    position: relative;
    margin-left: 1.5rem;
}

.nbcpxqboxr_titleimgdw {
    position: absolute;
    top: 100%;
    right: 0;
    width: 150px;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nbcpxqboxr_titleimgdw&gt;div {
    padding: 15px;
    background-color: #fff;
}

.vm #output canvas {
    width: 120px!important;
    height: 120px!important;
}

.nbcpxqboxr_titleimgdw p {
    text-align: center;
    background-color: #fff;
}

.nbcpxqboxr_titleimg:hover .nbcpxqboxr_titleimgdw {
    display: block;
}

.nbcpxqboxr_ct {
    margin-top: 40px;
    font-size: 15px;
    line-height: 2;
    color: #666;
    /* text-indent: 1rem; */
}

.nbcpxqboxr_ctitem {
    margin-bottom: 50px;
}

.nbcpxqboxr_ctitem&gt;div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
}

.xinghao {
    font-size: 18px;
    color: #666;
}

.xinghao span {
    font-family: 'pn-b';
    color: #ed1c24;
}

.nbcpxqboxr_ctiteml {}

.nbcpxqboxr_ctitemr {
    /* font-weight: 600; */
    color: #333;
    margin-left: 1rem;
}

.nbcpxqboxr_link {
    margin-top: 100px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.nbcpxqboxr_link&gt;div {
    background-color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 15px;
    padding: 0 0.2rem;
}

.nbcpxqboxr_linka .nbcpxqboxr_linkabox {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nbcpxqboxr_linkabox i {
    /* margin-top: 4px; */
    color: #ed1c24;
    font-size: 20px;
}

.nbcpxqboxr_linkabox span {
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
    font-family: 'pn-b';
}

.nbcpxqboxr_link .nbcpxqboxr_links {
    position: relative;
    background-color: #026cc4;
}

.nbcpxqboxr_linkstdw {
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    z-index: 10;
    display: none;
}

.nbcpxqboxr_linkstdwbox {
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.nbcpxqboxr_linkstdwbox .nbcpxqboxr_linkstdwboxa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 20px;
}

.nbcpxqboxr_linkstdwbox .nbcpxqboxr_linkstdwboxa:hover {
    background-color: #f1f1f1;
}

.nbcpxqboxr_linkstdwbox .nbcpxqboxr_linkstdwboxa:hover i,
.nbcpxqboxr_linkstdwbox .nbcpxqboxr_linkstdwboxa:hover span {
    color: #333;
}

.nbcpxqboxr_linkstdwboxa i {
    font-size: 18px;
    color: #333;
}

.nbcpxqboxr_linkstdwboxa span {
    margin-left: 8px;
    font-size: 16px;
    color: #333;
}

.nbcpxqboxr_linkst {
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.nbcpxqboxr_linkst i {
    color: #fff;
    font-size: 20px;
}

.nbcpxqboxr_linkst span {
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
}


/* 内部产品参数 */

.nbcqcs {
    margin-top: 50px;
}

.nbcqcsboxl,
.nbcqcsboxr {
    padding: 0;
}

.nbcqcsboxl {
    padding-left: 30px;
}

.nbcqcst_thumbs {
    width: auto;
}

.nbcqcst_slide {
    width: auto;
}

.nbcqcst_slideitem {
    width: 200px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    color: #999999;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
}

.nycqlbrbox_cta {
    margin-bottom: 10px;
}

.nycqlbrbox_ctatxtct {
    width: 100%;
  
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nycqlbrbox_ctaimg {
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
}

.nbcqcst_slide.swiper-slide-thumb-active .nbcqcst_slideitem {
    background-color: #026cc4;
    color: #fff;
}

.nbcqcsboxl_b {
    border-top: 2px solid #026cc4;
}
</pre></body></html>