<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main .i-title {
  text-align: center;
  padding: 20px 0;
}
.main .i-title h3 {
  font-size: 24px;
}
.main .i-title p.t {
  color: #333333;
  margin: 15px 0px 30px 0px;
}
.main .i-title a.link-more {
  display: inline-block;
  line-height: 32px;
  padding: 0px 20px;
  text-align: center;
  background: #31a554;
  color: #fff;
  font-size: 14px;
  border: solid 1px #31a554;
  font-family: 'SourceHanSansCN-Regular', 'SourceHanSansCN-Normal', 'sans-serif';
}
.main .i-title a.link-more:hover {
  display: inline-block;
  line-height: 32px;
  padding: 0px 20px;
  text-align: center;
  background: #c4fed6;
  color: #31a554;
  font-size: 14px;
  border: solid 1px #31a554;
  font-family: 'SourceHanSansCN-Regular', 'SourceHanSansCN-Normal', 'sans-serif';
}
.i-product {
  background: #f3f3f3;
  padding-top: 63px;
  padding-bottom: 30px;
}
.i-product li {
  float: left;
  width: 212px;
  cursor: pointer;
  text-align: center;
  height: 276px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  background: #fff;
  border: solid 1px #e0e0e1;
  padding: 20px 20px;
}
.i-product li:nth-child(5n) {
  margin-right: 0;
}
.i-product li h3 a {
  font-weight: 800;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  width: 100%;
}
.i-product li .pic a {
  display: block;
  margin: 20px auto;
  width: 112px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.i-product li h4 {
  width: 100%;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  margin: 10px 0 0 0;
}
.i-product li h4 a {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.i-product li a.view {
  display: block;
  width: 102px;
  line-height: 32px;
  height: 32px;
  font-size: 12px;
  color: #31a554;
  text-align: center;
  border: solid 1px #31a554;
  background: #fff;
  margin: 0 auto;
  margin-top: 12px;
}
.i-product li a.view:hover {
  color: #31a554;
  background: #c4fed6;
}
.i-product li:hover {
  border: solid 1px #31a554;
}
.i-supply {
  padding-top: 63px;
  padding-bottom: 30px;
}
.i-supply li {
  text-align: center;
  margin-bottom: 54px;
  margin-top: 20px;
}
.i-supply li h3 {
  margin-bottom: 19px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.i-supply li h3 a {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-supply li .company a {
  height: 38px;
  width: 218px;
  margin-bottom: 14px;
  line-height: 40px;
  display: inline-block;
  color: #31a554;
  font-size: 14px;
  border: 1px solid #31a554;
  border-radius: 2px;
  overflow: hidden;
  transition: background .2s;
}
.i-supply li .company a:hover {
  font-weight: 400;
  color: #fff;
  background-color: #31a554;
}
.i-supply li .desc {
  height: 18px;
  color: #999;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-supply li .desc span {
  color: #262626;
}
.i-recommend {
  padding-top: 63px;
  padding-bottom: 63px;
  background: #f3f3f3;
}
.i-recommend .ad {
  margin-bottom: 20px;
}
.i-recommend h3 {
  border-bottom: solid 1px #ddd;
  font-size: 20px;
  padding-bottom: 10px;
}
.i-recommend .i-r-company {
  width: 75%;
  float: left;
  padding: 25px;
  background: #fff;
}
.i-recommend .i-r-company ul {
  padding: 25px 0;
}
.i-recommend .i-r-company ul li {
  width: 32%;
  float: left;
  cursor: pointer;
  margin-right: 2%;
  margin-bottom: 15px;
  background: #fff;
  border: solid 1px #ddd;
  padding: 20px;
}
.i-recommend .i-r-company ul li:nth-child(3n) {
  margin-right: 0;
}
.i-recommend .i-r-company ul li h4 {
  margin-bottom: 18px;
}
.i-recommend .i-r-company ul li h4 a {
  font-size: 14px;
  color: #333;
}
.i-recommend .i-r-company ul li h4 span {
  float: right;
}
.i-recommend .i-r-company ul li .url {
  font-size: 12px;
  color: #999;
}
.i-recommend .i-r-company ul li:hover {
  border-color: #31a554;
}
.i-recommend .i-n-company {
  width: 23%;
  float: right;
  background: #fff;
  padding: 25px 15px;
}
.i-recommend .i-n-company ul {
  border-left: 1px solid #efefef;
  padding: 18px 0;
  position: relative;
  margin-left: 10px;
}
.i-recommend .i-n-company ul li {
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}
.i-recommend .i-n-company ul li:before {
  content: "";
  background-color: #f99750;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -3px;
  margin-top: 5px;
}
.i-recommend .i-n-company ul li .name a {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-recommend .i-n-company ul li .url {
  font-size: 12px;
  color: #aaa;
  margin-top: 10px;
}
.i-recommend .i-n-company ul li:first-child {
  margin-top: 0;
}
.i-news {
  padding-top: 63px;
  padding-bottom: 30px;
}
.i-news h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #333;
}
.i-news h3 a {
  color: #333;
  float: right;
  font-size: 12px;
}
.i-news .i-news-box {
  width: 50%;
  float: left;
  background: #fff;
  padding: 30px;
}
.i-news .i-news-box h3 {
  color: #31a554;
}
.i-news .i-news-box .i-news-list {
  border-top: solid 2px #31a554;
  padding: 10px 0;
}
.i-news .i-news-box .i-news-list li {
  line-height: 34px; /*width: 48%; float: left; margin-right: 4%;*/
}
.i-news .i-news-box .i-news-list li:nth-child(2n){ margin-right: 0;}
.i-news .i-news-box .i-news-list li a {
  color: #666;
  font-size: 14px;
  display: block;
  width: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-news .i-news-box .i-news-list li a span {
	/*display: none;*/
  float: right;
  color: #999;
  font-size: 12px;
}
.i-news .i-hot {
  width: 48%;
  float: right;
  background: #fff;
  padding: 30px 30px 10px;
}
.i-news .i-hot h3 {
  color: #e5ab2d;
}
.i-news .i-hot .i-hot-product {
  padding: 20px 0;
  border-top: solid 2px #e5ab2d;
}
.i-news .i-hot .i-hot-product li {
  display: inline-block;
  width: 94px;
  text-align: center;
}
.i-news .i-hot .i-hot-product li .ico {
  width: 50px;
  height: 50px;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
}
.i-hot-product a{cursor:pointer;}
.i-news .i-hot .i-hot-product li h3 {
    line-height: 33px;
    display: block;
    height: 33px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i-news .i-hot .i-hot-product li:nth-child(1) .ico {
  background: #ff6565;
}
.i-news .i-hot .i-hot-product li:nth-child(2) .ico {
  background: #ffc04c;
}
.i-news .i-hot .i-hot-product li:nth-child(3) .ico {
  background: #67bdff;
}
.i-news .i-hot .i-hot-product li:nth-child(4) .ico {
  background: #139e19;
}
.i-news .i-hot .i-hot-product li:nth-child(5) .ico {
  background: #b6a7ff;
}
.i-news .i-hot .i-hot-product li:nth-child(6) .ico {
  background: #c48717;
}
.i-news .i-hot .i-hot-product li:nth-child(7) .ico {
  background: #ce1414;
}
.i-news .i-hot .i-hot-product li:nth-child(8) .ico {
  background: #ff6565;
}
.i-news .i-hot .i-hot-product li:nth-child(9) .ico {
  background: #b6a7ff;
}
.i-news .i-hot .i-hot-product li:nth-child(10) .ico {
  background: #c48717;
}
.i-news .i-hot .i-hot-product li:nth-child(11) .ico {
  background: #67bdff;
}
.i-news .i-hot .i-hot-product li:nth-child(12) .ico {
  background: #139e19;
}
.i-news .i-hot .i-hot-product li:nth-child(13) .ico {
  background: #b6a7ff;
}
.i-news .i-hot .i-hot-product li:nth-child(14) .ico {
  background: #c48717;
}
.i-news .i-hot .i-hot-product li:nth-child(15) .ico {
  background: #ce1414;
}
.i-news .i-hot .i-hot-product li:nth-child(16) .ico {background: #0040b1;}
.i-news .i-hot .i-hot-product li:nth-child(17) .ico {background: #ac3931;}
.i-news .i-hot .i-hot-product li:nth-child(18) .ico {background: #f55d3e;}
.i-news .i-hot .i-hot-product li:nth-child(19) .ico {background: #4a525a;}
.i-news .i-hot .i-hot-product li:nth-child(20) .ico {background: #694d2a;}
.i-news .i-hot .i-hot-product li:nth-child(21) .ico {background: #028090;}
.i-news .i-hot .i-hot-product li:nth-child(22) .ico {background: #4e598c;}
.i-news .i-hot .i-hot-product li:nth-child(23) .ico {background: #898a84;}
.i-news .i-hot .i-hot-product li:nth-child(24) .ico {background: #003b36;}
.i-news .i-hot .i-hot-product li:nth-child(25) .ico {background: #cc41d9;}
.footlink {
  padding: 0 30px 30px;
}
.footlink h3 {
  border-bottom: solid 1px #ddd;
  line-height: 50px;
  font-size: 24px;
}
.footlink .con1 {
  padding: 10px 0;
}
.footlink .con1 li {
  display: inline-block;
  padding: 8px 19px 8px 0;
}
.footlink .con1 li a {
  color: #666;
  font-size: 14px;
}
.footer-wrap {
  background: #f3f3f3;
  padding: 40px 0;
  text-align: center;
}
.footer-wrap li {
  width: 20%;
  float: left;
}
.footer-wrap li .ico {
  margin-bottom: 10px;
}
.footer-wrap li .ico i {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px #e5ab2d;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #e5ab2d;
  vertical-align: middle;
}
.footer-wrap li .t {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.footer-wrap li .d {
  color: #999;
}
.footer {
  background: #fff;
  border-top: solid 1px #ddd;
  padding: 38px 0 27px;
}
.footer a {
  color: #666;
}
@media (max-width: 1024px) {
  .footer {
    padding: 0;
  }
}
.footer-logo {
  width: 260px;
  float: left;
  padding: 0 10px;
  text-align: left;
}
@media (max-width: 1024px) {
  .footer-logo {
    display: none;
  }
}
.footer-logo p.img {
  margin-bottom: 20px;
  text-align: center;
  line-height: 40px;
}
.footer-logo p.img strong{ font-size: 22px; display: inline-block; vertical-align: middle; line-height: 40px; font-weight: 500;}
.footer-logo p.img img {
  max-width: 50px;
  max-height: 40px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.footer-logo p.t {
  line-height: 30px;
  font-family: '宋体';
  padding-left: 45px;
}
.footer-main {
  width: 630px;
  float: left;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .footer-main {
    display: none;
  }
}
.footer-main-box {
  width: 105px;
  float: left;
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .footer-main-box {
    display: none;
  }
}
.footer-main-box h3 {
  font-size: 14px;
  color: #666;
  line-height: 34px;
  padding-bottom: 10px;
}
.footer-main-box p {
  line-height: 24px;
}
.footer-tel {
  float: right;
}
@media (max-width: 1024px) {
  .footer-tel {
    display: none;
  }
}
.footer-box-logo {
  padding-top: 8px;
  width: 130px;
  padding-left: 15px;
}
.footer-box-logo img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.footer-tel {
  padding-right: 5px;
}
.footer-tel p {
  text-align: center;
  padding: 10px 0px;
}
.footer-tel .num strong {
  font-size: 22px;
  color: #666;
  font-weight: normal;
}
.footer-tel p.zx .z {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.footer-tel p.zx .z label {
  position: absolute;
  top: 30px;
  left: 0px;
  display: none;
}
.footer-tel p.zx .z label img {
  width: 100px;
  border: solid 1px #ddd;
  margin-right: 3px;
}
.footer-link {
  text-align: center;
  border-top: solid 1px #ddd;
  line-height: 35px;
  margin-top: 20px;
  padding: 5px 0;
}
@media (max-width: 1024px) {
  .footer-link {
    border-top: none;
    margin-top: 10px;
  }
}
.footer-link a {
  margin: 0 5px;
}
.footer-p {
  text-align: center;
  line-height: 30px;
}
.footer-copy {
  text-align: center;
  line-height: 30px;
  color: #666;
}
.footer-copy span {
  opacity: 0.5;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.footer-copy span:hover {
  opacity: 1;
}
.footer-copy span a {
  color: #666;
}
.footer-copy span a:hover {
  color: #666;
}
.post {
  line-height: 50px;
  color: #999;
}
.post span {
  color: #999;
  margin: 0 5px;
}
.post a {
  color: #999;
  margin: 0 5px;
}
.company-list li {
  border: 1px solid #e6e6e6;
  padding: 25px;
  background-color: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.company-list li .company-info {
  border-right: solid 1px #ddd;
}
.company-list li .company-info h3 {
  margin-bottom: 12px;
  position: relative;
}
.company-list li .company-info h3 a {
  color: #333;
  font-size: 18px;
}
.company-list li .company-info p {
  color: #666;
  font-size: 12px;
  margin-bottom: 9px;
  overflow: hidden;
  white-space: nowrap;
}
.company-list li .company-info p span {
  display: inline-block;
  width: 60px;
  color: #999;
}
.company-list li .company-img {
  padding-top: 10px;
}
.company-list li .company-img a {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.company-list li .company-img a .pic {
  position: relative;
  overflow: hidden;
}
.company-list li .company-img a .pic .img {
  width: 100%;
  height: 144px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 1px #ddd;
}
.company-list li .company-img a .pic h4 {
  font-size: 16px;
  color: #fff;
  transition: all .36s ease 0s;
  position: absolute;
  left: 0;
  right: 0;
  top: 144px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 144px;
}
.company-list li .company-img a:hover .pic h4 {
  top: 0;
}
.trade-list ul li {
  background: #fff;
  padding: 20px;
  border-top: none;
  margin-bottom: 15px;
  cursor: pointer;
  border: solid 1px #fff;
}
.trade-list ul li .pic {
  float: left;
  width: 100px;
  height: 100px;
  padding: 12px;
  line-height: 38px;
  font-size: 32px;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#dfdadc), to(#f5f5f5));
  background: linear-gradient(#dfdadc, #f5f5f5);
  color: #737373;
}
.trade-list ul li .description {
  float: left;
  width: 570px;
  height: 100px;
  border-right: 1px dotted #ddd;
  margin-left: 20px;
  padding-right: 30px;
}
.trade-list ul li .description h3 {
  line-height: 24px;
  margin-bottom: 5px;
}
.trade-list ul li .description h3 a {
  display: inline-block;
  max-width: 395px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  vertical-align: middle;
  font-size: 16px;
}
.trade-list ul li .description .desc {
  height: 44px;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.trade-list ul li .description .name {
  line-height: 27px;
  color: #999;
}
.trade-list ul li .description .name a {
  float: right;
  font-size: 12px;
  color: #999;
}
.trade-list ul li .company {
  float: right;
  width: 100px;
  text-align: center;
}
.trade-list ul li .company h6 {
  font-size: 16px;
  font-weight: normal;
}
.trade-list ul li .company h6 a {
  color: #2b2b2b;
}
.trade-list ul li .company .address {
  padding: 15px 0;
}
.trade-list ul li .company .data {
  color: #2b2b2b;
}
.trade-list ul li:hover {
  -webkit-box-shadow: 0px 0px 11px 5px #eee;
  box-shadow: 0px 0px 11px 5px #eee;
  border: solid 1px #efefef;
}
.trade-list ul li:nth-child(1) .pic {
  background: -webkit-gradient(linear, left top, left bottom, from(#c5ffd7), to(#ddfbe6));
  background: linear-gradient(#c5ffd7, #ddfbe6);
  color: #31a554;
}
.trade-list ul li:nth-child(2) .pic {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1d393), to(#f7e6c2));
  background: linear-gradient(#f1d393, #f7e6c2);
  color: #edb43b;
}
.trade-list ul li:nth-child(3) .pic {
  background: -webkit-gradient(linear, left top, left bottom, from(#fecaca), to(#fce7e7));
  background: linear-gradient(#fecaca, #fce7e7);
  color: #f85c5c;
}
.trade-list ul li:nth-child(4) .pic {
  background: -webkit-gradient(linear, left top, left bottom, from(#d1e8fa), to(#e4f1fb));
  background: linear-gradient(#d1e8fa, #e4f1fb);
  color: #74c0fa;
}
.trade-list ul li:nth-child(5) .pic {
  background: -webkit-gradient(linear, left top, left bottom, from(#dcd6f5), to(#ece9f9));
  background: linear-gradient(#dcd6f5, #ece9f9);
  color: #b1a3f8;
}
.trade-list ul li:nth-child(6) .pic {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9e4bd), to(#fbefda));
  background: linear-gradient(#f9e4bd, #fbefda);
  color: #c98e23;
}
.trade-list ul li:nth-child(7) .pic {
  background: -webkit-gradient(linear, left top, left bottom, from(#b7f9ba), to(#d8fad9));
  background: linear-gradient(#b7f9ba, #d8fad9);
  color: #22a527;
}
.trade-list ul li:nth-child(8) .pic {
  background: -webkit-gradient(linear, left top, left bottom, from(#c0d1fe), to(#d3ddf9));
  background: linear-gradient(#c0d1fe, #d3ddf9);
  color: #4074fe;
}
.trade-list ul li:nth-child(9) .pic {
  background: -webkit-gradient(linear, left top, left bottom, from(#fccccc), to(#fce1e1));
  background: linear-gradient(#fccccc, #fce1e1);
  color: #d11d1d;
}
.trade-list ul li:nth-child(10) .pic {
  background: -webkit-gradient(linear, left top, left bottom, from(#bfe1fa), to(#d6ebfb));
  background: linear-gradient(#bfe1fa, #d6ebfb);
  color: #70bdf7;
}
.news-list li {
  background-color: #FFFFFF;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.news-list li:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.news-list li h3 {
  height: 50px;
  line-height: 48px;
  padding-top: 2px;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list li h3 a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.news-list li .thumb {
  display: inline-block;
  width: 190px;
  float: left;
  height: 120px;
  margin-bottom: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .news-list li .thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
}
.news-list li .desc {
  font-size: 14px;
  line-height: 30px;
  color: #999;
  padding-left: 5px;
  margin-bottom: 8px;
  position: relative;
  top: -5px;
}
@media (max-width: 960px) {
  .news-list li .desc {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.news-list li .list-data {
  height: 19px;
  line-height: 19px;
  padding-left: 5px;
}
@media (max-width: 960px) {
  .news-list li .list-data {
    position: relative;
    height: auto;
  }
}
.news-list li .list-data .time {
  font-size: 14px;
  color: #999;
  padding-right: 12px;
  display: block;
  float: left;
}
@media (max-width: 960px) {
  .news-list li .list-data .time {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 960px) {
  .news-list li .list-data .tag {
    display: block;
    width: 100%;
    line-height: 30px;
  }
}
.news-list li .list-data .tag a {
  margin-right: 5px;
  color: #333;
  font-size: 14px;
}
.news-list li .list-data a.more {
  padding-left: 10px;
}
@media (max-width: 960px) {
  .news-list li .list-data a.more {
    position: absolute;
    right: 0;
    top: 0px;
  }
}
.news-list li .list-data a.more i {
  color: #999;
  font-size: 20px;
}
.news-list li .list-data a.more:hover i {
  color: #058de1;
  font-size: 20px;
}
.news-list li:hover .desc {
  color: #666;
}
.company-list-li ul li {
  width: 32%;
  float: left;
  cursor: pointer;
  margin-right: 2%;
  margin-bottom: 15px;
  background: #fff;
  border: solid 1px #ddd;
  padding: 20px;
}
.company-list-li ul li:nth-child(3n) {
  margin-right: 0;
}
.company-list-li ul li h4 {
  margin-bottom: 18px;

}
.company-list-li ul li h4 a {
  font-size: 14px;
  color: #333;
}
.company-list-li ul li h4&gt;a{  display:inline-block;
  white-space:nowrap;
word-break:keep-all;
overflow:hidden;
text-overflow:ellipsis; 
 width:80%;}
.company-list-li ul li h4 span {
  float: right;
}
.company-list-li ul li .url {
  font-size: 12px;
  color: #999;
}
.company-list-li ul li:hover {
  border-color: #31a554;
}
.news-info {
  background: #fff;
  padding: 20px;
  margin-bottom: 50px;
}
.news-info .news-info-tit h2 {
  font-size: 38px;
  color: #4d4f53;
  letter-spacing: 1px;
  line-height: 54px;
  padding: 25px 0;
  font-weight: 700;
}
@media (max-width: 960px) {
  .news-info .news-info-tit h2 {
    padding: 0 0 25px 0;
    font-size: 18px;
    line-height: 24px;
  }
}
.news-info .news-info-bar {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  animation-duration: .5s;
  animation-fill-mode: both;
}
.news-info .news-info-bar .second-title {
  display: none;
  font-size: 18px;
  width: 600px;
  line-height: 64px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.news-info .news-info-bar .date-source {
  float: left;
  line-height: 16px;
  padding: 24px 0;
}
.news-info .news-info-bar .date-source .date {
  font-size: 16px;
  color: #888;
}
.news-info .news-info-bar .date-source .source {
  font-size: 16px;
  color: #141b23;
  padding: 0 12px;
}
.news-info .news-info-bar .date-source .source:hover {
  color: #058de1;
}
.news-info .news-info-bar .view-more {
  float: right;
  line-height: 16px;
  padding: 24px 0;
}
.news-info .news-info-bar .view-more a {
  color: #058de1;
  margin: 0 5px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.news-info .news-info-bar.top—bar-fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  background: #f8f8f8;
  box-shadow: 0 2px 4px #acacac;
  left: 0;
  width: 100%;
}
.news-info .news-info-bar.top—bar-fixed .news-bar-inner {
  width: 1170px;
  margin: 0 auto;
}
.news-info .news-info-bar.top—bar-fixed .second-title {
  display: block;
}
.news-info .news-info-bar.top—bar-fixed .date-source {
  display: none;
}
.news-info .news-info-bar .page-tools {
  float: right;
  padding-top: 24px;
}
@media (max-width: 960px) {
  .news-info .news-info-bar .page-tools {
    display: none;
  }
}
.news-info .news-info-article {
  font-size: 18px;
  line-height: 32px;
}
.news-info .news-info-article div,
.news-info .news-info-article b,
.news-info .news-info-article p,
.news-info .news-info-article span,
.news-info .news-info-article a {
  font-size: 18px;
  line-height: 32px;
}
.news-info .news-info-article img {
  max-width: 80% !important;
  height: auto !important;
}
.product-list li {
  padding: 20px;
  background: #fff;
  margin-bottom: 15px;
  cursor: pointer;
}
.product-list li .pic {
  display: block;
  float: left;
}
.product-list li .pic a p {
  transition: all 0.36s ease;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.product-list li .info {
  display: block;
  float: left;
  margin: 0 0 0 25px;
  width: 320px;
}
.product-list li .info h3 {
  line-height: 28px;
  height: 28px;
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-list li .info h3 a {
  color: #666;
}
.product-list li .info .desc {
  line-height: 24px;
  height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-list li .info .time {
  line-height: 30px;
  color: #999;
  margin-top: 10px;
}
.product-list li .address {
  font-size: 14px;
  float: left;
  color: #000;
  margin: 0 30px;
}
.product-list li .company {
  float: right;
  width: 190px;
  text-align: center;
}
.product-list li .company h6 {
  line-height: 22px;
  text-align: center;
}
.product-list li .company h6 a {
  font-size: 14px;
  color: #666;
}
.product-list li .company p {
  padding-top: 10px;
}
.product-list li .company p a {
  color: #999;
}
.product-list li:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.product-list li:hover .pic {
  display: block;
  float: left;
}
.product-list li:hover .pic a p {
  background-size: 110% 110%;
}
</pre></body></html>