<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}
.pub_page_side_main .cnt .pub_page_main {}
.pub_page_side_main .cnt .pub_page_main .page_product_title {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
}
.page_product_info .inner_table {
  overflow: scroll;
}
.page_product_info .inner_table .tableHtml {
  overflow-x: scroll;
  width: 160%;
}
.page_product_info .inner_table.w_700 .tableHtml {
  width: 200%;
}
.page_product_info .inner_table .tableHtml table {
  border-collapse: collapse;
  width: 100% !important;
}
.page_product_info .inner_table .tableHtml table td {
  line-height: 21px;
  padding: 0px 2px;
}
@media(min-width:991px) {
  ::-webkit-scrollbar-track-piece { /*滚动条凹槽的颜色，还可以设置边框属性*/
    background-color: #f8f8f8;
  }
  ::-webkit-scrollbar { /*滚动条的宽度*/
    width: 9px;
    height: 9px;
  }
  ::-webkit-scrollbar-thumb { /*滚动条的设置*/
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
  }
}
.pub_page_side_main .cnt .pub_page_main .page_product_info {
  font-size: 16px;
  line-height: 28px;
}
.pub_page_side_main .cnt .pub_page_main .page_product_info .pic_info {
  text-align: center;
}
.pub_page_side_main .cnt .pub_page_main .page_product_info .pic_info img {
  max-width: 100%;
}
.pub_page_side_main .cnt .pub_page_main .page_product_info h2{
  font-size: 18px;
  margin: 20px 0;
}
.pub_page_side_main .cnt .pub_page_main .page_product_info img{
  max-width: 100% !important;
}
.pub_page_side_main .cnt .pub_page_main .page_product_info table,.pub_page_side_main .cnt .pub_page_main .page_product_info p{
  margin: 10px 0;
}
.pub_page_side_main .cnt .pub_page_main .page_product_list {
  text-align: justify;
  font-size: 0
}
.pub_page_side_main .cnt .pub_page_main .page_product_list h2 {
  line-height: 30px;
  font-size: 18px;
  text-indent: 0.5em;
  border-bottom: 1px solid #EAEAEA;
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item {
  display: inline-block;
  width: 31.460674%;
  margin: 9px 0;
  vertical-align: top;
  font-size: 14px;
  background: #fff;
  transition: all ease .3s;
  float: left;
}
@media(min-width:700px) {
  .pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item {
    margin: 7px 0.9%;
  }
  /*.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item:nth-child(3n){

		margin-right: 0px;

	}*/
}
@media(max-width:600px) {
  .pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item {
    width: 49%
  }
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .pic.imgbox {
  display: block
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .pic.imgbox img {}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .pic.imgbox .border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  transition: all ease .3s
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .pic.imgbox:before {
  padding: 60% 0 0
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .title {
  padding: 2px 5px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item:hover .title a {
  color: #fff;
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .contect {
  padding: 2px 5px;
  height: 40px;
  line-height: 18px;
  font-size: 12px;
  overflow: hidden;
  color: #777;
  text-align: left
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item:hover {
  border-color: #206ab1;
  background: #206ab1
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item:hover .pic.imgbox .border {
  border-color: #206ab1
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .line_holder {
  display: inline-block;
  width: 100%
}
.pub_page_side_main .cnt .pub_page_main .empty_tips {
  padding: 50px 0;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0
}
.pub_page_side_main .cnt .clear {}
#gallery-wrap {
  width: 600px;
  margin: 15px auto 0;
}
#gallery-wrap .swiper-container {
  width: 600px;
}
#gallery-wrap .swiper-slide {
  width: 100%;
}
#gallery-wrap .swiper-slide img {
  width: 100%;
}
.description {
  font-size: 14px;
  line-height: 25px;
}
.description h2 {
  line-height: 30px;
  font-size: 15px;
  text-indent: 0.5em;
  border-bottom: 1px solid #EAEAEA;
}
.description p a {
  color: #206ab1;
}
@media(max-width:720px) {
  #gallery-wrap {
    width: 100%;
  }
  #gallery-wrap .swiper-container {
    width: 100%;
  }
  #gallery-wrap .swiper-slide {
    width: 100%;
  }
  .inner_table {
    overflow: scroll;
  }
  .inner_table .tableHtml {
    overflow-x: scroll;
    width: 180%;
  }
  .inner_table.w_700 .tableHtml {
    width: 200%;
  }
  .inner_table .tableHtml table {
    border-collapse: collapse;
  }
  .inner_table .tableHtml table td {
    line-height: 21px;
    padding: 0px 2px;
  }
  p.table_title {
    line-height: 25px;
  }
  p.table_title i {
    font-size: 2rem;
    color: #171c61;
    line-height: 25px;
  }
  p.table_title i.fa-hand-o-down {
    color: red;
    padding: 0px 7px;
  }
  p.table_title strong {
    font-size: 2rem;
    text-indent: 10px;
    line-height: 25px;
    margin-right: 10px;
  }
}
/*相关产品*/
.related_product {
  float: left;
  width: 100%;
}
.related_product h2 {
  line-height: 30px;
  font-size: 15px;
  text-indent: 0.5em;
  border-bottom: 1px solid #EAEAEA;
}
.related_product_list {
  text-align: justify;
  font-size: 0
}
.related_product_item {
  display: inline-block;
  width: 23%;
  margin: 5px 2% 5px 0;
  vertical-align: top;
  font-size: 14px;
  background: #fff;
  transition: all ease .3s;
  float: left;
}
.related_product_item:nth-child(4n) {
  margin-right: 0px;
}
@media(min-width:700px) {
  .related_product_item {
    margin-right: 2.667%;
  }
  .related_product_item:nth-child(4n) {
    margin-right: 0px;
  }
}
@media(max-width:600px) {
  .related_product_item {
    width: 49%;
  }
  .related_product_item:nth-child(2n) {
    margin-right: 0px;
  }
}
.related_product_item .pic.imgbox {
  display: block
}
.related_product_item .pic.imgbox img {
  border: 1px solid #EAEAEA;
}
.related_product_item .pic.imgbox .border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  transition: all ease .3s
}
.related_product_item .pic.imgbox:before {
  padding: 68% 0 0
}
.related_product_item .title {
  padding: 5px;
  height: 50px;
  line-height: 20px;
  text-align: center;
}
.related_product_item:hover .title a {
  color: #fff;
}
.related_product_item:hover {
  border-color: #032a4d;
  background: #032a4d
}
.related_product_item:hover .pic.imgbox .border {
  border-color: #032a4d
}
.related_product_list .line_holder {
  display: inline-block;
  width: 100%
}
@media(max-width:768px) {
  .page_product_news {
    display: none;
  }
}
.page_product_news {
  margin: 0px 0;
  background: white;
  overflow: hidden;
  width: 100%;
}
.page_product_news h2 {
  line-height: 30px;
  font-size: 18px;
  text-indent: 0.5em;
  border-bottom: 1px solid #EAEAEA;
}
.page_product_news .news_item {
  margin: 0 10px;
  padding: 10px 0;
}
@media (max-width: 600px) {
  .page_product_news .news_item {
    margin: 0 10px;
    padding: 10px 0;
  }
}
.page_product_news .news_item .imgbox.pic {
  float: left;
  width: 150px;
  /* height: 150px; */
  border: 1px solid #e5e5e5;
}
.page_product_news .news_item .intro {
  margin: 0 0 0 169px;
}
.page_product_news .news_item .intro .news_title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_product_news .news_item .intro .news_brief {
  height: 66px;
  margin-top: 8px;
  font-size: 15px;
  line-height: 22px;
  color: #888;
  overflow: hidden;
}
.page_product_news .news_item .intro .news_status_list {
  margin-top: 8px;
}
.page_product_news .news_item .intro .news_status_list .news_status_time {
  margin: 10px 0;
  color: #ee551f;
}
.page_product_news .news_item .intro .news_status_list .news_status_time .ico.ico_clock {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  background: url("../images/page_news_ico_clock.png");
}
.page_product_news .news_item {
  border-bottom: 1px dashed #e3e3e3;
}</pre></body></html>