<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
a:hover{ text-decoration:none}
section {
 width: 1200px;
margin: 10px auto;
overflow: hidden;
}
.product{
  margin: auto;
  padding: 10px 0px;
}
.btn-info1 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.content_top{
  padding: 10px 0px;
}
.product .content_top {
  margin: 10px 0 20px;
}
.product .product_rt {
  width: 930px;
  margin-left: 270px;
}
.product .product_rt .product_wrapper .product_list li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.product .product_rt .product_wrapper .product_list li a {
  display: block;
}
.product .product_rt .product_wrapper .product_list li a:hover {
  text-decoration: none;
}
.product .product_rt .product_wrapper .product_list li a:hover dd {
  background: #fba500;
}
.product .product_rt .product_wrapper .product_list li a:hover dd p {
  color: #ffffff;
}
.product .product_rt .product_wrapper .product_list li a dt {
  border: 1px solid #DDDDDD;
  border-bottom: 0;
  width: 285px;
  margin: auto;
}
.product .product_rt .product_wrapper .product_list li a dt img {
  width: 285px;
  height: 230px;
}
.product .product_rt .product_wrapper .product_list li a dd {
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  background: #DDDDDD;
  width: 285px;
  margin: 0 auto;
}
.product .product_rt .product_wrapper .product_list li a dd p {
  margin-top: 15px;
  color: #999;
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 24px;
  position: relative;
  /* 3 times the line-height to show 3 lines */
  height: 96px;
  overflow: hidden;
}
#title {
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 24px;
    font-weight: normal;
    color: #010101;
    border-bottom: #cccccc 1px dotted;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 32px;
    text-align: center;
}
.product .product_rt .product_wrapper .hezuo_list li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.product .product_rt .product_wrapper .hezuo_list li a {
  display: block;
}
.product .product_rt .product_wrapper .hezuo_list li a:hover {
  text-decoration: none;
}
.product .product_rt .product_wrapper .hezuo_list li a:hover dd {
  background: #fba500;
}
.product .product_rt .product_wrapper .hezuo_list li a:hover dd p {
  color: #ffffff;
}
.product .product_rt .product_wrapper .hezuo_list li a dt {
  border: 1px solid #DDDDDD;
  border-bottom: 0;
  width: 285px;
  margin: auto;
}
.product .product_rt .product_wrapper .hezuo_list li a dt img {
  width: 285px;
  height: 130px;
}
.product .product_rt .product_wrapper .hezuo_list li a dd {
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  background: #DDDDDD;
  width: 285px;
  margin: 0 auto;
}
.product .product_rt .product_wrapper .hezuo_list li a dd p {
  margin-top: 15px;
  color: #999;
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 24px;
  position: relative;
  /* 3 times the line-height to show 3 lines */
  height: 96px;
  overflow: hidden;
}</pre></body></html>