/* CSS Document */
::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  html,body {
    margin: 0;
    padding: 0;
    font: 16px "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
    overflow-x: hidden;
  }
  html,body{
    position: relative;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea,
  a {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: medium !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  
  a:hover {
    color: #08a443;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
  
  ul, li, dd, dl {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  @font-face {
  font-family: 'iconfont';  /* Project id 4889469 */
  src: url('//at.alicdn.com/t/c/font_4889469_ft46wtf429m.woff2?t=1762220283851') format('woff2'),
       url('//at.alicdn.com/t/c/font_4889469_ft46wtf429m.woff?t=1762220283851') format('woff'),
       url('//at.alicdn.com/t/c/font_4889469_ft46wtf429m.ttf?t=1762220283851') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }
  header{
    border-top:5px #08a443 solid;
    height: 110px;
    padding-top:15px;
    overflow: hidden;
  }
header nav{
  display: flex;
  align-items: center;
}
  header input{
    width: 240px;
    border: 1px #CCC solid;
    border-radius: 30px;
    padding: 5px 0 5px 30px;
  }
  header form{
    position: relative;
  }
  header form i{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
  }
  header .tel{
    color: #08a443;
    background: url(../img/tel.jpg) no-repeat left center;
    padding-left: 28px;
    margin-left: 30px;
  } 
  header ul{
    overflow: hidden;
    margin-top:12px
  }
  header ul li{
    display: inline-block;
  }
  header ul li span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ddd;
    border-radius: 10px;
    margin: 0 25px 0 25px;
  }
  header ul li a{
    display: inline-block;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
    position: relative;
  }
  header ul li a.hover{
    color: #08a443;
  }
  header ul li a.hover:before{
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: #08a443;
    border-radius: 5px;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
  }
  .IndDiv{
    width: 100%;
    height: 100%;
    background-color: #ededed;
    padding: 15px 20px;
    font-size: 14px;
  }
  .IndDiv span{
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    font-size: 16px;
  }
  .IndDiv img{
    border:1px #FFF solid;
    height: 64px;
  }
  .multiline-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 21px;
}
.table{
  padding-top:15px;
  font-size: 14px;
  color: #999;
}
.table b{
  color: #08a443;
  border-left: 3px #08a443 solid;
  padding-left: 10px;
  font-size: 16px;
}
.table a{
  color: #999;
  font-size: 14px;
  background: url(../img/more.jpg) no-repeat right center;
  padding-right: 20px;
  margin-right: 15px;
}
.uk-list li{
  position: relative;
  padding-left: 20px;
  margin-top: 13px;
}
.uk-list li::before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #08a443;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
footer{
  border-top:2px #08a443 solid;
  background-color: #f5f5f5;
  padding: 20px 0;
}
footer a{
  padding:0 10px;
}
.page{
  text-align: center;
}
.page a{
  height: 42px;
  width: 42px;
  background: #eee;
  display: inline-block;
  line-height: 42px;
  font-size: 16px;
  margin:0 1px;
}
.page .page-num{
  height: 42px;
  width: 42px;
  background: #eee;
  display: inline-block;
  line-height: 42px;
  font-size: 16px;
  margin:0 1px;
}
.page a.page-num-current{
  background: #08a443;
  color: #FFF;
  font-weight: bold;
}
.prL .uk-active{
  background: #08a443;
  color: #FFF;
}
.maxhe{
  min-height: 600px;
}