<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.26rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* 以下是动画 */
@keyframes comhead_show {
  0% {
    transform: translate(0px, -100px);
    -webkit-transform: translate(0px, -100px);
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1; } }
@-webkit-keyframes comhead_show {
  0% {
    transform: translate(0px, -100px);
    -webkit-transform: translate(0px, -100px);
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1; } }
html, body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #333;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  background: #ffffff;
  text-align: left;
  position: relative; }

a {
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer; }

input {
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #333; }

textarea {
  resize: none;
  font-family: "微软雅黑";
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #333; }

textarea.textarea {
  border: none;
  background: none; }

.main {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%; }

.center {
  width: 92%;
  margin-left: auto;
  margin-right: auto; }

.absolute-r {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto; }

.absolute-l {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto; }

.tabfix {
  display: table;
  table-layout: fixed;
  border-collapse: collapse; }
  .tabfix nav, .tabfix menu {
    display: table-row; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.fc, a.fc {
  color: #249b45; }

.sc, a.sc {
  color: #ff4612; }

.white, a.white {
  color: #fff; }

.fcbg, input.fcbg {
  background: #249b45; }

.whitebg, input.whitebg {
  background: #fff; }

.greybg, input.greybg {
  background: #ffffff; }

.flexwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.comheadbg {
  width: 100%;
  height: 1rem;
  clear: both; }

.comhead {
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem;
  background: #fff;
  overflow: hidden; }
  .comhead h2 {
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    line-height: 1rem;
    color: #fff; }
  .comhead .logo {
    position: absolute;
    left: 3%;
    top: 0px;
    right: auto;
    bottom: auto;
    height: 1rem;
    display: flex;
    align-items: center; }
    .comhead .logo img {
      height: 0.57rem; }
  .comhead .menu {
    position: absolute;
    right: 3%;
    top: 0;
    height: 1rem;
    width: 0.42rem;
    background: url("../images/menu.png") no-repeat center center;
    background-size: 100%;
    z-index: 5; }
  .comhead .fh {
    position: absolute;
    left: 4%;
    top: 0px;
    right: auto;
    bottom: auto;
    height: 1rem;
    background: url("../images/arrow01.png") no-repeat left;
    background-size: 0.4rem;
    z-index: 5;
    padding-left: 0.6rem;
    line-height: 1rem;
    font-size: 0.38rem;
    color: #999999; }

.winbgclick {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%; }

.winmenu {
  z-index: 99;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  overflow: auto;
  display: none;
  width: 100%; }
  .winmenu .winmenubg {
    position: fixed;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    height: 100%;
    width: 60%;
    background: #fff;
    z-index: 1; }
  .winmenu .winmenuclose {
    position: fixed;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4); }

.headmenu {
  width: 60%;
  z-index: 5;
  color: #fff;
  background: #fff;
  margin-left: 40%;
  padding-top: 0.2rem; }
  .headmenu .home {
    display: block;
    padding-left: 0.5rem;
    font-size: 0.36rem;
    line-height: 1.5rem; }
    .headmenu .home:after {
      content: '';
      width: 0.34rem;
      height: 2px;
      background: #b6b6b6;
      position: absolute;
      left: 0;
      top: 49%;
      right: auto;
      bottom: auto;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
  .headmenu .sel {
    color: #249b45;
    padding-left: 0.95rem; }
    .headmenu .sel:after {
      width: 0.64rem;
      background: #249b45; }
  .headmenu .a1 {
    display: block;
    height: 1rem;
    line-height: 1rem;
    margin: 0 0.2rem;
    border-bottom: 1px solid #e9e9e9;
    font-size: 0.28rem;
    padding-left: 0.47rem;
    background: no-repeat left;
    background-size: 0.3rem; }

.comfootbg {
  width: 100%;
  height: 1rem;
  clear: both; }

.comfoot {
  z-index: 89;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  display: flex; }
  .comfoot a {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0.6rem;
    line-height: 0.4rem;
    background: url("../images/foot01.png") no-repeat center 0.2rem;
    background-size: 0.42rem;
    font-size: 0.24rem;
    color: #666666; }
    .comfoot a:nth-child(2) {
      background-image: url("../images/foot02.png"); }
    .comfoot a:nth-child(3) {
      background-image: url("../images/foot03.png"); }
    .comfoot a:nth-child(4) {
      background-image: url("../images/foot04.png"); }
    .comfoot a:nth-child(5) {
      background-image: url("../images/foot05.png"); }
    .comfoot a.sel {
      color: #249b45; }
      .comfoot a.sel:nth-child(1) {
        background-image: url("../images/foot01-1.png"); }
      .comfoot a.sel:nth-child(2) {
        background-image: url("../images/foot02-1.png"); }
      .comfoot a.sel:nth-child(3) {
        background-image: url("../images/foot03-1.png"); }
      .comfoot a.sel:nth-child(4) {
        background-image: url("../images/foot04-1.png"); }
      .comfoot a.sel:nth-child(5) {
        background-image: url("../images/foot05-1.png"); }
    .comfoot a span {
      position: absolute;
      left: 50%;
      top: 0.05rem;
      color: #fff;
      font-size: 0.2rem;
      background: #ff4612;
      padding: 0 0.1rem;
      line-height: 0.34rem;
      border-radius: 0.17rem;
      margin-left: 0.2rem; }

.loading {
  display: inline-block;
  padding-left: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #999;
  background: url("../images/loading.gif") no-repeat left center;
  background-size: 0.4rem; }

.searchpage {
  margin: 0.5rem 4% 0.7rem;
  overflow: hidden;
  background: #eee;
  height: 1rem;
  border-radius: 0.5rem; }
  .searchpage .text {
    height: 1rem;
    width: 75%;
    float: left;
    padding-left: 5%; }
  .searchpage .sub {
    float: right;
    height: 1rem;
    width: 18%;
    background: url("../images/search.png") no-repeat center center;
    background-size: auto 50%; }

.scanlist {
  overflow: hidden;
  width: 100%; }
  .scanlist p {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.3rem;
    font-weight: bold;
    padding-bottom: 0.3rem;
    color: #249b45; }
  .scanlist a {
    float: left;
    color: #999;
    margin: 0 0 0.2rem 0.2rem;
    padding: 0 0.3rem;
    background: #fafafa;
    line-height: 0.52rem;
    font-size: 0.23rem; }

.indexbanner {
  position: relative;
  width: 100%; }

.indexsum {
  width: 1000%;
  overflow: hidden; }
  .indexsum li {
    width: 10%;
    float: left; }
    .indexsum li img {
      width: 100%;
      display: block; }

.indexnum {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 0.6rem;
  text-align: center;
  bottom: 0;
  left: 0; }
  .indexnum span {
    margin: 0 0.07rem;
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    border: 1px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    line-height: 0px;
    font-size: 0px; }
    .indexnum span.sel {
      background: #fff; }

.indextit .tit {
  font-size: 0.3rem;
  color: #454545; }
.indextit .hr {
  width: 0.48rem;
  height: 2px;
  background-color: #249b45;
  margin-top: 0.15rem; }
.indextit .entit {
  text-transform: uppercase;
  font-size: 0.3rem;
  color: #249b45;
  margin-top: 0.18rem; }
.indextit .more {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  width: 0.3rem; }

.index-intro-con {
  font-size: 0.24rem;
  line-height: 0.42rem;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.index-intro-img {
  margin-top: 0.3rem; }

.indexbox01 {
  background-color: #edf0f2; }
  .indexbox01 .con {
    font-size: 0.22rem;
    color: #444444;
    margin-top: 0.2rem; }

.imgtxtlist01 {
  width: 42.5%;
  border-radius: 0.15rem;
  -ms-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  overflow: hidden;
  background-color: #fff;
  padding: 0.2rem;
  text-align: center;
  margin-bottom: 0.23rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.15); }
  .imgtxtlist01 .tit {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .imgtxtlist01 .img {
    height: 3rem; }
    .imgtxtlist01 .img img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }

.index-more {
  padding-right: 0.3rem;
  background: url(../images/arr01.png) no-repeat right;
  background-size: 0.14rem; }

.imgtxtlist02 {
  padding-bottom: 0.35rem;
  border-bottom: 1px dashed #bab8b8;
  display: block; }
  .imgtxtlist02 .img {
    width: 100%; }
    .imgtxtlist02 .img img {
      display: block; }
  .imgtxtlist02 .tit {
    font-size: 0.3rem;
    padding-top: 0.35rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .imgtxtlist02 .date {
    font-size: 0.24rem;
    color: #999999;
    margin-top: 0.1rem; }
  .imgtxtlist02 .des {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.42rem;
    margin-top: 0.1rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.zbanner {
  width: 100%; }
  .zbanner img {
    width: 100%;
    display: block; }

.titchoose_out {
  width: 100%;
  height: 0.75rem;
  z-index: 80;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 98; }
  .titchoose_out .titchoose {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.75rem;
    overflow: hidden; }
  .titchoose_out .titchoose menu {
    width: 9999px;
    margin: 0 auto; }
  .titchoose_out .titchoose p {
    display: block;
    float: left;
    text-align: center;
    height: 0.75rem;
    line-height: 0.75rem;
    white-space: nowrap;
    font-size: 0.28rem;
    padding: 0; }
  .titchoose_out .titchoose p a {
    display: block;
    white-space: nowrap;
    line-height: 0.76rem;
    color: #666;
    margin: 0 0.38rem; }
  .titchoose_out .titchoose p.sel a {
    color: #249b45; }
  .titchoose_out .titchoose p.sel a:after {
    content: '';
    width: 0.54rem;
    height: 0.08rem;
    background: #249b45;
    position: absolute;
    left: 50%;
    margin-left: -0.27rem;
    bottom: 0;
    border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    overflow: hidden; }

.titchoose_out-f {
  position: fixed;
  left: 0;
  top: 1rem; }

.titchoosebg {
  height: 0.75rem; }

.dtltit {
  font-size: 0.36rem; }

.dtlcon {
  font-size: 0.24rem;
  padding: 0.35rem 0;
  overflow: hidden; }
  .dtlcon img {
    display: block;
    margin: 0 auto; }

.historylist li {
  margin-left: 1.01rem;
  padding-bottom: 0.6rem;
  border-left: 1px solid #d9d9d9;
  padding-left: 0.25rem; }
  .historylist li .date {
    font-size: 0.24rem;
    color: #666666;
    position: absolute;
    left: -1.01rem;
    top: 0; }
  .historylist li i {
    position: absolute;
    left: -0.06rem;
    top: 0;
    background: #cccccc;
    width: 0.11rem;
    height: 0.11rem;
    overflow: hidden;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden; }
  .historylist li .des {
    color: #666666;
    font-size: 0.26rem; }

.zinfocon {
  font-size: 0.28rem;
  line-height: 0.56rem;
  color: #666666;
  padding-bottom: 0.35rem; }

.imgtxtlist03 {
  width: 48.5%;
  height: 2.58rem;
  margin-bottom: 0.2rem; }
  .imgtxtlist03 img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%; }

.mapbox {
  background-color: #007AFF;
  height: 4.12rem;
  border: 0.06rem solid #f2f2f2; }

.zinfobox {
  padding-bottom: 0.4rem; }
  .zinfobox li {
    background: #f2f2f2 no-repeat 0.38rem 0.25rem;
    padding: 0.35rem 0.2rem 0.35rem 1.14rem;
    background-size: 0.58rem;
    border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
    font-size: 0.24rem; }

.imgtxtlist04 {
  display: flex;
  margin-bottom: 0.35rem; }
  .imgtxtlist04 .img {
    width: 3.8rem;
    height: 2.14rem;
    margin-right: 0.23rem;
    border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    overflow: hidden; }
  .imgtxtlist04 .txt {
    flex: 1;
    font-size: 0.22rem;
    color: #444444; }
    .imgtxtlist04 .txt .tit {
      font-size: 0.28rem;
      font-weight: 600;
      margin-top: 0.15rem;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .imgtxtlist04 .txt .address, .imgtxtlist04 .txt .tel {
      background: url(../images/ic04.png) no-repeat left 0.1rem;
      background-size: 0.16rem;
      padding-left: 0.24rem;
      margin-top: 0.1rem;
      color: #444444; }
    .imgtxtlist04 .txt .tel {
      background-image: url(../images/ic05.png); }

.imgtxtlist05 {
  display: flex;
  margin-bottom: 0.35rem;
  margin-bottom: 0.4rem; }
  .imgtxtlist05 .img {
    width: 2.7rem;
    height: 1.52rem;
    border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    overflow: hidden;
    margin-left: 0.35rem; }
  .imgtxtlist05 .txt {
    flex: 1;
    font-size: 0.22rem;
    color: #444444; }
    .imgtxtlist05 .txt .tit {
      font-size: 0.28rem;
      margin-top: 0.15rem;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .imgtxtlist05 .txt .date {
      font-size: 0.28rem;
      color: #999999;
      margin-top: 0.15rem; }

.newstit .tit {
  font-size: 0.3rem;
  color: #141414; }
.newstit .info {
  margin-top: 0.15rem;
  font-size: 0.22rem;
  color: #999999; }
  .newstit .info span {
    margin-right: 0.35rem; }

.pagingbox {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem; }
  .pagingbox a {
    font-size: 0.22rem;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block; }
  .pagingbox p {
    margin-bottom: 0.1rem; }

.job_list li {
  margin-bottom: 0.2rem; }
.job_list .jobli {
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.3rem;
  background: #cce7d9 url(../images/ic06.png) no-repeat 96%;
  background-size: 0.26rem; }
.job_list .tit {
  width: 70%;
  font-size: 0.28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.job_list .jobcontxt {
  padding: 0.2rem 3%;
  display: none;
  padding-bottom: 0.3rem;
  line-height: 0.36rem;
  color: #999999;
  font-size: 0.22rem; }
.job_list .xia {
  background-image: url(../images/ic07.png); }

/*# sourceMappingURL=style.css.map */
</pre></body></html>