<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  box-sizing: border-box;
}
li {
  list-style: none;
}
input {
  outline: none;
}
a {
  text-decoration: none;
} 
img {
  border: 0;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.display {
  display: none;
}
.center {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.textEllipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrap {
  min-width: 1200px;
}
.wrap .header {
  height: 127px;
  line-height: 127px;
}
.wrap .header .headerLeft {
  float: left;
}
.wrap .header .headerLeft img {
  vertical-align: middle;
}
.wrap .header .headerRight {
  float: right;
  width: 320px;
  line-height: 100px;
}
.wrap .header .headerRight .language {
  float: left;
}
.wrap .header .headerRight .language .headLine {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #567c69;
  margin: 0 8px;
  vertical-align: middle;
}
.wrap .header .headerRight .language span {
  font-size: 14px;
  color: #003a1d;
}
.wrap .header .headerRight .language .chinese,
.wrap .header .headerRight .language .English {
  cursor: pointer;
}
.wrap .header .headerRight .search {
  float: right;
}
.wrap .header .headerRight .search .icon-search {
  border: 0;
  border-bottom: 1px solid #194d33;
  padding: 6px;
  margin-left: 10px;
  width: 175px;
}
.wrap .menu {
  background-color: #003a1d;
}
.wrap .menu .on {
  background-color: #002311!important;
}
.wrap .menu .nli {
  height: 55px;
  line-height: 55px;
  float: left;
  width: 9.5%;
  text-align: center;
}
.wrap .menu .nli:hover {
  background-color: #002311;
}
.wrap .menu .nli .li-link {
  color: #ffffff;
  font-size: 18px;
}
.wrap .menu .nav-ul {
  z-index: 99;
}
.wrap .menu .nav-sub {
  background-color: #4f7f67;
  padding: 10px 0;
  display: none;
}
.wrap .menu .nav-sub li {
  height: 40px;
  line-height: 40px;
}
.wrap .menu .nav-sub a {
  font-size: 15px;
  color: #FFFFFF;
}
.wrap .footer .footer-link {
  height: 172px;
  background-color: #003a1d;
  color: #FFFFFF;
}
.wrap .footer .footer-link .footerTitle {
  font-size: 22px;
  margin-top: 22px;
}
.wrap .footer .footer-link .footerLeft {
  float: left;
  width: 820px;
}
.wrap .footer .footer-link .footerLeft .footerA {
  margin-top: 6px;
}
.wrap .footer .footer-link .footerLeft .footerA a {
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 13px;
  width: 270px;
}
.wrap .footer .footer-link .footerLeft .footerA a:hover {
  text-decoration: underline;
}
.wrap .footer .footer-link .footerRight {
  float: left;
}
.wrap .footer .footer-link .footerRight .footerRightCon {
  margin-top: 18px;
}
.wrap .footer .footer-link .footerRight .footerRightCon img,
.wrap .footer .footer-link .footerRight .footerRightCon &gt; div {
  float: left;
}
.wrap .footer .footer-link .footerRight .footerRightCon &gt; div &gt; div {
  font-size: 14px;
  line-height: 27px;
  margin-left: 20px;
}
.wrap .footer .footer-intro {
  height: 47px;
  line-height: 47px;
  background-color: #001108;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.wrap .main {
  min-height: 400px;
}
.wrap .main .picCon {
  width: 100%;
  height: 314px;
  background: url(../images/img_02.jpg) no-repeat center center;
  margin-top: 20px;
}
.wrap .main .address,
.wrap .main .address a {
  color: #787878;
  font-size: 14px;
  line-height: 50px;
}
.wrap .main .article .articleTitle {
  color: #003a1d;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.wrap .main .article .articleSubTitle {
  color: #a7a6a6;
  font-size: 14px;
  text-align: center;
}
.wrap .main .article .articleCon {
  padding: 50px 100px;
}
.wrap .main .list .listTitle {
  font-size: 22px;
  color: #383838;
  display: flex;
  position: relative;
  padding-left: 20px;
}
.wrap .main .list .listTitle:before {
  content: '';
  width: 6px;
  height: 22px;
  background-color: #003a1d;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 6px;
}
.wrap .main .list .listTitle .titleLine {
  width: 100%;
  height: 1px;
  background-color: #003a1d;
  display: inline-block;
  flex: 1;
  margin-top: 15px;
  position: relative;
  margin-left: 20px;
}
.wrap .main .list .listTitle .titleLine:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #003a1d;
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
}
.wrap .main .list .slideTab .on {
  color: #21581b!important;
}
.wrap .main .list .slideTab .hd {
  position: relative;
  height: 25px;
}
.wrap .main .list .slideTab .hd a {
  color: #787878;
  padding: 0 12px;
}
.wrap .main .list .slideTab .hd ul {
  position: absolute;
  right: 0;
}
.wrap .main .list .slideTab .hd li {
  float: left;
  cursor: pointer;
}
.wrap .main .list .slideTab .hd li span {
  padding: 0 15px;
}
.wrap .main .list .slideTab .hd li:last-child span {
  display: none;
}
.wrap .main .list .slideTab .bd li {
  border-bottom: 1px dashed #bbbbbb;
}
.wrap .main .list .slideTab .bd a {
  height: 80px;
  line-height: 80px;
}
.wrap .main .list .slideTab .bd .text {
  font-size: 18px;
  color: #3d3c3c;
  float: left;
  width: 80%;
}
.wrap .main .list .slideTab .bd .date {
  font-size: 14px;
  color: #5a4444;
  float: right;
}
.wrap .main .list .slideTab .picBox li {
  float: left;
  margin-left: 21px;
  margin-top: 35px;
}
.wrap .main .list .slideTab .picBox li:nth-child(3n-2) {
  margin-left: 0px;
}
.wrap .main .list .slideTab .picBox a {
  width: 385px;
  display: inline-block;
  font-size: 0;
}
.wrap .main .list .slideTab .picBox a img {
  width: 385px;
  height: 280px;
  font-size: 0;
}
.wrap .main .list .slideTab .picBox a div {
  color: #6f6f6f;
  text-align: center;
  line-height: 65px;
  background-color: #ececec;
}
.wrap .main .floatLeft {
  float: left;
}
.wrap .main .floatRight {
  float: right;
}
.wrap .main .homeTitle {
  font-size: 22px;
  color: #383838;
  position: relative;
  padding-left: 12px;
}
.wrap .main .homeTitle:before {
  content: '';
  width: 4px;
  height: 24px;
  background-color: #003a1d;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 6px;
}
.wrap .main .one {
  margin-top: 28px;
}
.wrap .main .one .oneLeft {
  width: 608px;
  height: 387px;
  position: relative;
}
.wrap .main .one .oneLeft .hd {
  position: absolute;
  bottom: 10px;
  left: auto;
  right: 10px;
  z-index: 10;
}
.wrap .main .one .oneLeft .hd ul li {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  display: inline-block;
  margin: 0 2px;
}
.wrap .main .one .oneLeft .hd ul li.on {
  background: #44850a;
}
.wrap .main .one .oneLeft .bd,
.wrap .main .one .oneLeft li,
.wrap .main .one .oneLeft img {
  width: 100%;
  height: 100%;
}
.wrap .main .one .oneLeft .bd {
  position: relative;
  overflow: hidden;
}
.wrap .main .one .oneLeft .bd p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(31, 62, 85, 0.4);
  padding-left: 30px;
  box-sizing: border-box;
}
.wrap .main .one .oneLeft .bd p span {
  font-size: 18px;
  width: 400px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .main .one .oneRight {
  width: 555px;
}
.wrap .main .one .oneRight ul li {
  padding: 13.5px 0;
  border-bottom: 1px dashed #dedede;
}
.wrap .main .one .oneRight ul li:last-child {
  border-bottom: 0px;
}
.wrap .main .one .oneRight ul li a div {
  color: #3d3c3c;
  margin-bottom: 5px;
}
.wrap .main .one .oneRight ul li a span {
  color: #8d8d8d;
}
.wrap .main .two {
  height: 285px;
  margin-top: 50px;
}
.wrap .main .two .twoLeft,
.wrap .main .two .twoRight {
  width: 578px;
}
.wrap .main .two .twoLeft .bd li,
.wrap .main .two .twoRight .bd li {
  line-height: 42px;
  height: 42px;
}
.wrap .main .two .twoLeft .bd li .text,
.wrap .main .two .twoRight .bd li .text {
  color: #3d3c3c;
  float: left;
  width: 80%;
}
.wrap .main .two .twoLeft .bd li .date,
.wrap .main .two .twoRight .bd li .date {
  color: #8d8d8d;
  float: right;
}
/*
.wrap .main .two .twoLeft .on {
  border-bottom: 5px solid #dee7cc;
}
*/
.wrap .main .two .twoLeft .on a {
  color: #383838!important;
}
.wrap .main .two .twoLeft .hd {
  padding-left: 12px;
}
.wrap .main .two .twoLeft .hd:before {
  content: '';
  width: 4px;
  height: 24px;
  background-color: #003a1d;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 6px;
}
.wrap .main .two .twoLeft .hd li {
  float: left;
  margin-right: 42px;
  padding: 5px 0;
}
.wrap .main .two .twoLeft .hd a {
  font-size: 22px;
  color: #adadad;
}
.wrap .main .three {
  background-color: #f3f4f4;
  height: 435px;
  padding-top: 35px;
}
.wrap .main .three .center {
  font-size: 0;
}
</pre></body></html>