<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*共用样式*/
.ywap {
  padding: 3% 0;
  line-height: 30px;
}

.ny_product_list li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 15px;
}

.ny_product_list li img {
  width: 100%;
  border: 1px solid #ccc;
}

.ny_product_list1 li img{
    height: 216px;
     width: 290px;
}

.ny_product_list li h3 {
  text-align: center;
  line-height: 40px;
}

/*分页样式1*/
.pageController {
  padding-right: 10px;
  padding: 15px;
  color: #505050;
  margin: 0 auto;
  border-top: 1px solid #E2E3E4;
  margin-top: 16px;
  line-height: 24px;
}

.pageController a {
  background-color: #FFF;
  vertical-align: middle;
  border: #efefef 1px solid;
  color: #505050;
  padding: 5px 8px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 3px;
}

.pageController a:hover {
  background-color: #efefef;
  color: #438ece;
  text-decoration: none;
  border: #efefef 1px solid;
}

.pageController .currPage {
  background-color: #efefef;
  color: #ff0000;
  border: #efefef 1px solid;
}

.pageController .t2 {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
}

.pageController .t2 #current {
  line-height: 24px;
  background-color: #219b56;
  vertical-align: middle;
  border: 1px solid #219b56;
  color: #fff;
  padding: 5px 8px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 3px;
}

.pageController .t1 span {
  padding-left: 4px;
  padding-right: 4px;
}

.pageController select {
  height: 24px;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
}

.pageController select option {
  vertical-align: middle;
}

.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
}

.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
  text-align: left;
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
  box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #29656b;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #29656b;
}

@media (max-width: 990px) {
  .xypg-news-list li .tit {
    border-bottom: none;
  }
  .xypg-news-list li .tit h3 {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .xypg-news-list li .tit .date {
    position: static;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    color: #999;
  }
}

/*内页留言*/
.f_message {
  padding: 30px;
}

.f_message .m_label {
  position: absolute;
  width: 160px;
  text-align: left;
  line-height: 40px;
  padding-left: 8px;
  color: #ccc;
  z-index: 1;
  cursor: text;
  left: 118px;
}

.f_message .c_label {
  line-height: 18px;
  padding-top: 12px;
}

.f_message ul li {
  text-align: center;
  width: 440px;
  position: relative;
  margin-top: 20px;
}

.f_message ul li p {
  float: left;
  font-size: 14px;
  text-align: right;
  width: 100px;
  position: relative;
}

.f_message ul li p.bix::before {
  content: '*';
  color: red;
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 12px;
}

.f_message ul li textarea {
  width: 333px;
  float: right;
  border: 1px solid #e4e4e4;
  line-height: 40px;
  height: 120px;
}

.f_message ul li .code_img {
  margin-left: 18px;
}

.f_message ul li input {
  width: 333px;
  float: right;
  border: 1px solid #e4e4e4;
  line-height: 40px;
}

.f_message ul li input#contact {
  height: 40px;
}

.f_message ul li input#name {
  height: 40px;
}

.f_message ul li input#checkcode {
  width: 170px;
}

.f_message ul li input#msgbtn {
  background: #088b3f;
}
</pre></body></html>