html,body, div, h1, h2, h3, h4, h5,span, a, b, p, i, ul, li, dl, dt, dd{
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, b {
  font-weight: normal;
}

html, body {
  height: 100%;
  background: #f5f5f5;
  font-family: "Microsoft Yahei";
}


.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

a, a:visited, a:active {
  color: inherit;
}

a {
  text-decoration: none !important;
}

a img {
  border: none;
}

i {
  font-style: normal;
}

img {
  width: 100%;
  height: 100%;
}

button, input {
  outline: none;
  background: none;
  border: none;
}

ul, li {
  list-style-type: none;
}

.menu {
  color: #4b4b4b;
  margin-top: 23px;
  position: relative;
  border-bottom: 2px solid #fff;
}
.menu li {
  width: 100px;
  height: 50px;
  float: left;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.menu .more {
  float: right;
}
.menu .more a {
  display: block;
  color: #959595;
}
.menu .active {
  color: #0e2e88;
}

.header{
    font-size: 14px;
    font-weight: bold;
    background: #00816a;
    text-align: center;
}
.header .nav{     margin: 0 auto;    height: 44px;    line-height: 44px;}
.header .nav h1{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.header .nav .logo{
  float: left;
}
.header .nav img{
  width: 450px;
  vertical-align: middle;
}
.header .nav ul{  text-align: center;}.header .nav li{    display: inline-block;    position: relative;}
.header .nav li>a{
  height: 44px;
  line-height: 44px;
  display: inline-block;
  color:white;
  transition: all .5s ease;
}
.header .nav li:hover>a{
  color: #00816a;
    background: white;
}
.header .nav li>a{
    padding: 0 8px;
}
.header .nav .active>a{
  background: white;
  color: #00816a;
}
.header .nav .pull-down{
  display: none;
  width: 130px;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 999;
  background: #00816a;
    color: white;
}
.header .nav .pull-down a{
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  transition: all .3s ease;
}
.header .nav li:hover .pull-down{
  display: block;
  z-index: 999;
}
.header .nav .pull-down a:hover{
  background: #fff;
    color: #00816a;
}

.son {
  width: 1200px;
  margin: 0 auto;
}

.gps {
  width: 1000px;
  margin: 0 auto;
}
.gps li {
  height: 70px;
  float: left;
  font-size: 14px;
  line-height: 70px;
  margin-right: 18px;
}
.gps li a,.gps li{
  color: #b4b4b4;
}
.gps .active a{
  display: block;
  color: #0e2e88;
}

.footer {
  background: #00816a;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
    padding-bottom: 10px;
  color: #999999;
  margin-top:10px;
  width:100%;
}
.footer ul {
    padding-top: 20px;
}

.footer ul li {
    display: inline-block;
    font-size: 14px;
    color: white;
}

.footer ul li > a:hover {
    color: #4ba28d;
}

.footer p {
    color: white;
    font-family: "微软雅黑";
    margin-top: 15px;
    font-size: 14px;
}

.footer img, .footer b, .footer span {
    display: block;
    margin: 0 auto;
}

.footer img {
    width: 472px;
    height: 60px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.footer b, .footer span {
    line-height: 24px;
}

.footer b {
    color: #fff;
}

.footer-inner {
    width: 1240px;
    height: 240px;
    text-align: center;
    background-color: #e8eecf;
    margin: 0 auto;

}

.footer-inner p, .footer-inner span, .footer b {
    color: #2b5d50;
    font-family: "微软雅黑";
    margin-top: 15px;
    font-size: 14px;
}

.footer-inner img {
}

.footer-inner ul {
    padding-top: 20px;
}

.footer-inner ul li {
    display: inline-block;
    font-size: 14px;
    color: #2b5d50;
}

.footer-inner ul li > a:hover {
    color: #4ba28d;
}

#header {
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
}

.whiteheader {
    box-shadow: 0px 1px 5px #b2b2b2;
    background-color: rgb(255, 255, 255) !important;
}

.header-top {
    padding: 5px 5px;
    height: 3em;
    width: 80%;
    position: relative;
    margin: 0 auto;
    line-height: 3em;
    text-align: center;
}

.header-top-logo {
    display: none;
}

.whiteheader .header-top-logo {
    margin: 0px auto;
    vertical-align: middle;
    display: block;
    padding-top: 5px;
}

.whiteheader {
    box-shadow: 0px 1px 5px #b2b2b2;
    background-color: rgb(255, 255, 255) !important;
}

.whiteheader span {
    background-color: rgb(0, 0, 0) !important;
}

.blocks-mobile{
  overflow: hidden;
  display: none;
  margin-bottom: 10px;
}

.sublink-mobile{
  display: none;
}

@media all and (max-width: 890px) {
    #header {
        display: block;
    }

    .footer img {
      width: 50%;
      margin-bottom: 15px;
    }

    .header{
      display: none;
    }

    .banner{
      margin-top:3em;
    }

    .son {
      width: 100%;
    }

    #side-bar-wrap{
      display: none;
    }

    .search-bar{
      display: none;
    }

    .blocks{
      display: none;
    }

    .blocks-mobile{
      display: block;
    }

    .sublink-mobile{
      display: block;
    }
}

#side-bar-wrap{
  position:fixed;
  right:3px;
  bottom: 20px;
  z-index:9999;
}

.side-bar{
  color: white;
  width:100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.side-bar:hover{
  color:#106466;
  filter:alpha(opacity:50); opacity:0.5;  -moz-opacity:0.5;-khtml-opacity: 0.5;
  background: white;
}

.side-bar{
  transition: all .8s ease;
}

.side-bar-1{
  background-color: #86b56b;
}

.side-bar-2{
  background-color: #2d7762;
}

.side-bar-3{
  background-color: #3a9399;
}

.link-wrap{  overflow: hidden;  clear: both;  margin: 0 auto;  color:white;  padding: 1em;   margin-bottom: 1em;}

.link-sub{  display: inline-grid;
  margin-left:1em;
}

.link-sub p{
  font-weight: bold;
}

.link-sub li{
  padding-top:1em;
}
/*# sourceMappingURL=public.css.map */

/*列表页*/

.list-wrap{
  padding: 10px 0 0 0;
  overflow: hidden;
}
.list-title{  width: 100%;  font-size:1.5em;  color:white; float:left;}

.list-title-left {
    width: calc(20% - 40px);
    background: #106466;
    float: left;
    text-align: left;
    padding: .2em 0 .2em 40px;
}

.list-title-right {
    width: calc(80% - 20px);
    float: left;
    background: #4db3ac;
    text-align: left;
    padding: .2em 0 .2em 20px;
}

.list-nav {
    width: 20%;
    float: left;
    min-height: 710px;
    background-color: #f5f5f5;
}

.list-nav li {
    padding: 0 0 0 40px;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #dae7e4;
    transition: all .3s ease;
}

.list-nav li a {
    display: block;
}

.list-content {
    width: 80%;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
}

.list-nav li:hover {
    color: white;
    font-weight: bold;
    background-color: #4db3ac;
}

.list-nav li .active {
    color: #3b7f6d !important;
    font-weight: bold;
}

.list-content-detail{
    height: 40px;
    line-height: 39px;
    overflow: hidden;
    color: #575757;
    transition: all .5s ease;
    padding: 0 0 0 20px;
}

.list-content-words-only:hover {
    color: #3b7f6d;
    background-color: #f1f1f1;
}

.list-content-detail-pic{
  width:30%;
  float:left;
}

.list-content-detail-words{
  width:70%;
  float:left;

}

.list-content-detail-words-title{
  font-weight: bold;
  padding: .5em;
}

.list-content-detail-words-date{
  padding: .5em;
}

.list-content-detail-words-remark{
  padding: .5em;
}

.list-content-words-only{
  width:100%;
  overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.list-content-words-only-title{
  width:80%;
  float:left;
  text-align: left;
  font-size: 1.1em;
}

.list-content-words-only-date{
  width:20%;
  float:left;
  text-align: right;
  
}

.lsit-wrap {
    background-color: #F5F5F5;
}

.lsit-wrap .son {
    min-height: 710px;
    background-color: white;
    padding: 20px;
}

@media all and (max-width: 890px) {
    .lsit-wrap{
      margin-top:58px;
    }

    .list-title-left{
      width:100%;
    }

    .list-title-right{
      display: none;
    }

    .list-nav{
      width:100%;
    }


    .list-content{
      width:100%;
    }
}

.detial-wrap{
  padding:1em;
}

.detail-title{
  font-size: 1.5em;
  font-weight: bold;
  color: #444444;
  text-align: center;
  padding:1em;
}

.detail-sub{
  font-size: .9em;
  text-align: center;
  color: #b2b2b2;
}

.detail-sub span{
  color: #106466;
}

.detail-size{
  text-align: right;
  font-size: .9em;
}

.detail-size span{
  border: 1px solid #106466;
  transition: all .5s ease;
  cursor: pointer;
  padding:2px;

}

.detail-size span:hover{
  background: #106466;
}

.detail-clear{
  height: 1px;
  border-top: 1px solid #ccc;
  margin:10px 0;
}

.detail-content{
  padding:1em;
  line-height: 1.5em;
}

.detail-content img{
}

.detail-next{
  text-align: right;
  font-size: .9em;
}

.detail-next a{
  border: 1px solid #ccc;
  padding: 5px;
  transition: all .5s ease;
}

.detail-next a:hover{
  background: #106466;
  color: white;
}

.detail-next span{
  font-weight: bold;
}

.detail-next-center{
  text-align: center;
  font-size: .9em;
  margin-top:30px;
}

.detail-next-center a{
  border: 1px solid #ccc;
  padding: 5px;
  transition: all .5s ease;
}

.detail-next-center a:hover{
  background: #106466;
  color: white;
}

.detail-next-center span{
  font-weight: bold;
}

.clear-20 {
    height: 20px;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.clear-20-index {
    height: 20px;
    width: 100%;
    overflow: hidden;
}

.lists-group-wrap{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    overflow: hidden;
}

.lists-group-title {
    width: 100%;
    height: 35px;
    color: #106466;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.lists-group-title-left {
    padding-left: 20px;
    text-align: left;
    float: left;
    line-height: 35px;
    font-weight: bold;
}

.lists-group-title-right {
    text-align: right;
    float: right;
    line-height: 35px;

}

.list-content .lists-group-img-wrap {
    width: 300px;
    height: 200px;
    float: left;
    padding-left: 20px;
    overflow: hidden;
}

.lists-group-img{
    transition: all .5s ease;
}

.lists-group-img:hover{
    filter: alpha(opacity:50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.list-imgs-wrap{
    width:100%;
    padding:20px;
    height: 200px;
    transition: all .5s ease;
    overflow: hidden;
}

.list-imgs-wrap:hover{
    background: #f1f1f1;
}

.list-imgs-wrap a{
    display: block;
    height: 100%;
    transition: all .5s ease;
    color: #656565;
    padding-bottom:19px;
    border-bottom: 1px solid #cccccc;
}


.list-imgs-wrap .list-img{
    width:300px;
    height:200px;
    float: left;
}

.list-imgs-wrap .list-imgs-content{
    width: 620px;
    height:200px;
    padding-left:20px;
    padding-right:20px;
    float: left;
    position:relative
}

.list-content-title{
    margin-bottom: 10px;
    padding-bottom:10px;
    border-bottom: 1px solid #cccccc;
    font-size:1.2em;
    font-weight:bold;

}

.list-content-remark{
    position:absolute;
    right:40px;
    bottom:0;
    color:darkgrey;
}

.return-top{
    width:80px;
    height:80px;
    font:bold 50px/80px "宋体";
    color:#fff;
    background-color:#00816a;
    position:fixed;
    bottom:20px;
    right:20px;
    text-align:center;
    cursor:pointer;
    display:none;
    z-index: 999999;
}
.return-top.active{
    display:block;
}

#nav{
    width:100%;
    top: 0;
    z-index: 99999999;
}