<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 5, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, ../sass/style.scss */
a {
  text-decoration: none;
}

/* line 7, ../sass/style.scss */
body, html {
  height: 100%;
}

/* line 10, ../sass/style.scss */
.w1000 {
  width: 1000px;
  margin: 0 auto;
}

/* line 15, ../sass/style.scss */
.fl, .left {
  float: left;
}

/* line 19, ../sass/style.scss */
.fr, .right {
  float: right;
}

/* line 23, ../sass/style.scss */
.clearfix, .wrap {
  *zoom: 1;
}
/* line 25, ../sass/style.scss */
.clearfix:after, .wrap:after {
  content: "\200B";
  height: 0;
  display: block;
  clear: both;
}

/* line 32, ../sass/style.scss */
.mb50 {
  margin-bottom: 0.5rem;
}

/* line 86, ../sass/style.scss */
body {
  font-family: 'kaiti','simsun','Helvetica','Microsoft YaHei',"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 12px;
  background: #f2f0e6;
  color: #404040;
}

/* line 93, ../sass/style.scss */
.page {
  max-width: 720px;
  background: url(../img/bg_top.jpg) center top no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 104, ../sass/style.scss */
nav table {
  width: 100%;
}
/* line 106, ../sass/style.scss */
nav table td {
  text-align: center;
  height: 0.5rem;
  background: #f48144;
  border-right: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #f2f0e6;
}
/* line 116, ../sass/style.scss */
nav table td a {
  font-size: 0.2rem;
  color: #fff;
}

/* line 123, ../sass/style.scss */
.zhiye {
  padding-top: 5rem;
}
/* line 125, ../sass/style.scss */
.zhiye .zy-list {
  width: 5.9rem;
  margin-right: auto;
  margin-left: auto;
}
/* line 131, ../sass/style.scss */
.zhiye .zy-list ul {
  width: 100%;
  height: 1.2rem;
  background: url(../img/dashed.png) center no-repeat;
  margin-bottom: 0.2rem;
}
/* line 136, ../sass/style.scss */
.zhiye .zy-list ul li {
  font-family: 'kaiti';
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  float: left;
  background: url(../img/nav.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 0.36rem;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
}
/* line 149, ../sass/style.scss */
.zhiye .zy-list ul li:last-child {
  margin-right: 0;
}
/* line 152, ../sass/style.scss */
.zhiye .zy-list ul li.hover {
  background-image: url(../img/nav-hover.png);
}

/* line 162, ../sass/style.scss */
.content {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

/* line 171, ../sass/style.scss */
.zhiye-act .img {
  width: 3rem;
  float: left;
}
/* line 174, ../sass/style.scss */
.zhiye-act .img img {
  display: block;
  width: 100%;
}
/* line 179, ../sass/style.scss */
.zhiye-act .introduce {
  overflow: hidden;
}
/* line 181, ../sass/style.scss */
.zhiye-act .introduce header {
  overflow: hidden;
  background: url(../img/bg_line.png) left bottom no-repeat;
  padding-bottom: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
/* line 187, ../sass/style.scss */
.zhiye-act .introduce header h2 {
  font-size: 0.3rem;
  color: #f48145;
  float: left;
  padding-right: 0.2rem;
  background: url(../img/icon1.png) right center no-repeat;
  -webkit-background-size: 20% 80%;
  background-size: 20% 80%;
}
/* line 196, ../sass/style.scss */
.zhiye-act .introduce header a {
  float: right;
  color: #404040;
  font-size: 0.24rem;
  padding-right: 0.2rem;
  background: url(../img/icon2.png) right center no-repeat;
  -webkit-background-size: 30% 80%;
  background-size: 30% 80%;
  height: 0.3rem;
  line-height: 0.3rem;
}
/* line 200, ../sass/style.scss */
.zhiye-act .introduce section {
  margin-bottom: 0.1rem;
}
/* line 203, ../sass/style.scss */
.zhiye-act .introduce h4 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #404040;
  margin-bottom: 0.1rem;
}
/* line 209, ../sass/style.scss */
.zhiye-act .introduce p {
  font-size: 0.2rem;
  color: #404040;
  line-height: 1.5;
}
/* line 215, ../sass/style.scss */
.zhiye-act .introduce aside p {
  line-height: 0.2rem;
  margin-bottom: 0.1rem;
}
/* line 219, ../sass/style.scss */
.zhiye-act .introduce aside i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 0.17rem;
  height: 0.17rem;
  background: url(../img/icon_bith.png) 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  margin-right: 0.1rem;
}
/* line 227, ../sass/style.scss */
.zhiye-act .introduce aside i.void {
  background-image: url(../img/icon_bit.png);
}

/* line 235, ../sass/style.scss */
.zhiye-attr-tj header {
  padding-bottom: 0.2rem;
  background: url(../img/bg_line.png) left bottom no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  line-height: 0.7rem;
  margin-bottom: 0.2rem;
}
/* line 55, ../sass/style.scss */
.zhiye-attr-tj header h2 {
  font-size: 0.36rem;
  float: left;
}
/* line 58, ../sass/style.scss */
.zhiye-attr-tj header h2 em {
  font-size: 0.48rem;
  color: #f48147;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/focus.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  line-height: 0.7rem;
  position: relative;
  top: -0.05rem;
}
/* line 73, ../sass/style.scss */
.zhiye-attr-tj header a {
  float: right;
  color: #404040;
  font-size: 0.24rem;
  padding-right: 0.2rem;
  background: url(../img/icon2.png) right center no-repeat;
  -webkit-background-size: 30% 80%;
  background-size: 30% 80%;
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
  top: 0.2rem;
}
/* line 78, ../sass/style.scss */
.zhiye-attr-tj header:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  width: 100%;
}
/* line 238, ../sass/style.scss */
.zhiye-attr-tj table {
  width: 100%;
}
/* line 240, ../sass/style.scss */
.zhiye-attr-tj table th, .zhiye-attr-tj table td {
  border: 1px solid #404040;
}
/* line 243, ../sass/style.scss */
.zhiye-attr-tj table th {
  font-size: 0.24rem;
  height: 0.6rem;
  text-align: center;
  background: #f3ddd1;
}
/* line 249, ../sass/style.scss */
.zhiye-attr-tj table td {
  text-align: center;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.18rem;
}

/* line 258, ../sass/style.scss */
.zhiye-zb-tj header {
  padding-bottom: 0.2rem;
  background: url(../img/bg_line.png) left bottom no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  line-height: 0.7rem;
  margin-bottom: 0.2rem;
}
/* line 55, ../sass/style.scss */
.zhiye-zb-tj header h2 {
  font-size: 0.36rem;
  float: left;
}
/* line 58, ../sass/style.scss */
.zhiye-zb-tj header h2 em {
  font-size: 0.48rem;
  color: #f48147;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/focus.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  line-height: 0.7rem;
  position: relative;
  top: -0.05rem;
}
/* line 73, ../sass/style.scss */
.zhiye-zb-tj header a {
  float: right;
  color: #404040;
  font-size: 0.24rem;
  padding-right: 0.2rem;
  background: url(../img/icon2.png) right center no-repeat;
  -webkit-background-size: 30% 80%;
  background-size: 30% 80%;
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
  top: 0.2rem;
}
/* line 78, ../sass/style.scss */
.zhiye-zb-tj header:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  width: 100%;
}
/* line 261, ../sass/style.scss */
.zhiye-zb-tj .img {
  overflow: hidden;
}
/* line 263, ../sass/style.scss */
.zhiye-zb-tj .img ul {
  display: flex;
}
/* line 265, ../sass/style.scss */
.zhiye-zb-tj .img ul li {
  margin-right: 0.14rem;
}
/* line 267, ../sass/style.scss */
.zhiye-zb-tj .img ul li a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
}
/* line 272, ../sass/style.scss */
.zhiye-zb-tj .img ul li a .img {
  width: 100%;
}
/* line 274, ../sass/style.scss */
.zhiye-zb-tj .img ul li a .img img {
  display: block;
  width: 100%;
}
/* line 279, ../sass/style.scss */
.zhiye-zb-tj .img ul li a .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pic.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  top: 0;
  left: 0;
}
/* line 289, ../sass/style.scss */
.zhiye-zb-tj .img ul li a p {
  position: absolute;
  width: 100%;
  font-size: 0.2rem;
  background: rgba(219, 110, 48, 0.7);
  bottom: 0.1rem;
  left: 0;
  height: 0.35rem;
  line-height: 0.35rem;
  text-align: center;
}
/* line 301, ../sass/style.scss */
.zhiye-zb-tj .img ul li:last-child {
  margin-right: 0;
}

/* line 309, ../sass/style.scss */
.zhiye-ls-tj header {
  padding-bottom: 0.2rem;
  background: url(../img/bg_line.png) left bottom no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  line-height: 0.7rem;
  margin-bottom: 0.2rem;
}
/* line 55, ../sass/style.scss */
.zhiye-ls-tj header h2 {
  font-size: 0.36rem;
  float: left;
}
/* line 58, ../sass/style.scss */
.zhiye-ls-tj header h2 em {
  font-size: 0.48rem;
  color: #f48147;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/focus.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  line-height: 0.7rem;
  position: relative;
  top: -0.05rem;
}
/* line 73, ../sass/style.scss */
.zhiye-ls-tj header a {
  float: right;
  color: #404040;
  font-size: 0.24rem;
  padding-right: 0.2rem;
  background: url(../img/icon2.png) right center no-repeat;
  -webkit-background-size: 30% 80%;
  background-size: 30% 80%;
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
  top: 0.2rem;
}
/* line 78, ../sass/style.scss */
.zhiye-ls-tj header:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  width: 100%;
}
/* line 312, ../sass/style.scss */
.zhiye-ls-tj article {
  margin-bottom: 0.15rem;
}
/* line 314, ../sass/style.scss */
.zhiye-ls-tj article h4 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
/* line 319, ../sass/style.scss */
.zhiye-ls-tj article p {
  font-size: 0.2rem;
  line-height: 1.5;
}

/* line 326, ../sass/style.scss */
.imgshow {
  padding-bottom: 0.2rem;
}
/* line 328, ../sass/style.scss */
.imgshow header {
  padding-bottom: 0.2rem;
  background: url(../img/bg_line.png) left bottom no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  line-height: 0.7rem;
  margin-bottom: 0.2rem;
}
/* line 55, ../sass/style.scss */
.imgshow header h2 {
  font-size: 0.36rem;
  float: left;
}
/* line 58, ../sass/style.scss */
.imgshow header h2 em {
  font-size: 0.48rem;
  color: #f48147;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/focus.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  line-height: 0.7rem;
  position: relative;
  top: -0.05rem;
}
/* line 73, ../sass/style.scss */
.imgshow header a {
  float: right;
  color: #404040;
  font-size: 0.24rem;
  padding-right: 0.2rem;
  background: url(../img/icon2.png) right center no-repeat;
  -webkit-background-size: 30% 80%;
  background-size: 30% 80%;
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
  top: 0.2rem;
}
/* line 78, ../sass/style.scss */
.imgshow header:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  width: 100%;
}
/* line 331, ../sass/style.scss */
.imgshow .img {
  overflow: hidden;
}
/* line 333, ../sass/style.scss */
.imgshow .img ul {
  display: flex;
}
/* line 335, ../sass/style.scss */
.imgshow .img ul li {
  width: 2.2rem;
  margin-right: 0.2rem;
}
/* line 338, ../sass/style.scss */
.imgshow .img ul li a {
  display: block;
  width: 100%;
  color: #404040;
  font-size: 0.2rem;
  text-align: center;
}
/* line 344, ../sass/style.scss */
.imgshow .img ul li a img {
  display: block;
  width: 100%;
  height: 2rem;
  background: #000;
  margin-bottom: 0.1rem;
}
/* line 352, ../sass/style.scss */
.imgshow .img ul li:last-child {
  margin-right: 0;
}

/*footer*/
/* line 364, ../sass/style.scss */
.footer {
  height: 97px;
  padding-top: 20px;
  background: #040507;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  color: #ddd;
}
/* line 372, ../sass/style.scss */
.footer a {
  color: #ddd;
  margin: 0 10px;
}
/* line 375, ../sass/style.scss */
.footer a:hover {
  text-decoration: underline;
  color: #fff;
}
</pre></body></html>