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;
    background: #fff;
    font-weight: bold;
    border-bottom: 2px solid white;
    height: 152px;
}

.header .nav {
    width: 1240px;
    margin: 0 auto;
    z-index: 999;
}

#nav{
    top:0;
    z-index: 99999999;
}

.header .menu-wrap {
    width: 100%;
    height: 44px;
    background-color: #3b7f6d;
}

.header .menu {
    width: 1240px;
    margin: 0 auto;
    height: 44px;
}

.header .nav h1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.header .nav .logo {
    height: 108px;
    width: 100%;
}

.header .menu-wrap ul {
    float: left;
}

.header .menu-wrap li {
    float: left;
    position: relative;
}

.header .menu-wrap li > a {
    height: 44px;
    line-height: 44px;
    display: inline-block;
    color: white;
    transition: all .5s ease;
}

.header .menu-wrap li:hover > a {
    color: #3b7f6d;
    background-color: white;
}

.header .menu-wrap li > a {
    padding: 0 18px;
}

.header .menu-wrap .active > a {
    color: #3b7f6d;
    background-color: white;
}

.header .menu-wrap .pull-down {
    display: none;
    width: 130px;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    background: #3b7f6d;
    color: white;
}

.header .menu-wrap .pull-down a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    transition: all .3s ease;
}

.header .menu-wrap li:hover .pull-down {
    display: block;
}

.header .menu-wrap .pull-down a:hover {
    background: #fff;
    color: #3b7f6d;
}

.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: #2d7762;
    font-size: 14px;
    text-align: center;
    color: white;
    width: 100%;
    height: 260px;
}

.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: 260px;
    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;
    position: relative;
    margin: 0 auto;
    line-height: 3em;
    text-align: center;
}

.header-top>a>img{
    height: auto;
    padding-top: 18px;
}

.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;
    left: 3px;
    top: 200px;
    z-index: 9999;
}

.side-bar {
    color: white;
    width: 100px;
    height: 100px;
    text-align: center;
}

.side-bar a {
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

.side-bar:hover {
    color: #3b7f6d;
    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;
}

/*# 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: #3b7f6d;
    float: left;
    text-align: left;
    padding: .2em 0 .2em 40px;
}

.list-title-right {
    width: calc(80% - 20px);
    float: left;
    background: #a2cc82;
    text-align: left;
    padding: .2em 0 .2em 20px;
}

.list-title-right-left{
    width:50%;
    float: left;
    text-align: left;
}

.list-title-right-right {
    width:50%;
    float: left;
    text-align: right;
    line-height: 30px;
    font-size:14px;
}

.list-nav {
    width: 20%;
    float: left;
    min-height: 710px;
    background-color: #f9f7f1;
    background-image: url("../img/side_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom 0px;
}

.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;
    color: #555555;
}

.list-content {
    width: 80%;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
}

.list-nav li:hover {
    color: white;
    font-weight: bold;
    background-color: #a2cc82;
}

.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;
    color: #373737;
}

.list-content-words-only-date {
    width: calc(20% - 20px);
    float: left;
    text-align: right;
    color: darkgrey;
    padding-right: 20px;
}

.lsit-wrap {
    background-color: #edeadf;
}

.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%;
    }

    .footer{
        width: 100%;
        height: auto;
    }

    .footer img {
        width: 100%;
        height: auto;
    }

    .list-nav{
        min-height: auto;
    }

    .lsit-wrap .son{
        padding:0;
    }

    .list-title{
        width:100%;
    }
    .list-title-left{
        padding: 10px 0 10px 20px;
    }

    .lists-group-img-wrap{
        display: none;
    }
    .banner_sub{
        display: none;
    }
}

.detial-wrap {
    padding: 1em;
}

.detail-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #4b4b4b;
    text-align: center;
    padding: 1em;
}

.detail-sub {
    font-size: .8em;
    text-align: center;
    color: #b2b2b2;
    letter-spacing: 1px;
    padding-bottom:1em;
}

.detail-sub span {
    color: #3b7f6d;
}

.detail-size {
    text-align: right;
    font-size: .9em;
}

.detail-sub .modifys {
    border: 1px solid #3b7f6d;
    transition: all .5s ease;
    cursor: pointer;
    padding: 2px;
    font-size:.8em;
}

.detail-sub .modifys:hover {
    background: #3b7f6d;
}

.detail-clear {
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.detail-content {
    padding: 1em;
    line-height: 1.5em;
    font-family: 微软雅黑;
    font-size:16px;
    color:#595757;
}
.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: #3b7f6d;
    color: white;
}

.detail-next span {
    font-weight: bold;
}

.detail-next-center {
    text-align: center;
    font-size: .9em;
    margin-top:30px;
    color:#3b7f6d;
}

.detail-next-center a {
    border: 1px solid #ccc;
    padding: 5px;
    transition: all .5s ease;
}

.detail-next-center a:hover {
    background: #3b7f6d;
    color: white;
}

.detail-next-center span {
    font-weight: bold;
}

.search-bar a {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: white;
    margin-left: 12px;
    transition: all .2s ease;
}

.search-bar a:hover {
    color: #86b56b;
}

.search-bar .son {
    text-align: right;
}

.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;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    color: #3b7f6d;
}

.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;

}

.lists-group-title-right a{
    transition: all .2s ease;
}

.lists-group-title-right a:hover{
    color: #cccccc;
}

.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;
}

.list-nav-2 {
    width: 20%;
    float: left;
    min-height: 710px;
    background-color: #f5f5f5;
    position: fixed;
}

.list-nav-2 li {
    padding: 0 0 0 40px;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #dae7e4;
    transition: all .3s ease;
}

.list-nav-2 li a {
    display: block;
}


.list-nav-2 li:hover {
    color: white;
    font-weight: bold;
    background-color: #a2cc82;
}

.list-nav-2 li .active {
    color: #3b7f6d !important;
    font-weight: bold;
}

.return-top{
    width:80px;
    height:80px;
    font:bold 50px/80px "宋体";
    color:#fff;
    background-color:#3b7f6d;
    position:fixed;
    bottom:20px;
    right:20px;
    text-align:center;
    cursor:pointer;
    display:none;
    z-index: 999999;
}
.return-top.active{
    display:block;
}

.select {
    padding: 0px 15px;
    left: 0px;
    width: 1em;
    position: absolute;
    display: none;
}

.header-top span {
    border: 1px solid rgb(0, 0, 0);
    border-image: none;
}

.whiteheader span {
    background-color: rgb(0, 0, 0) !important;
}

.select span {
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    display: block;
    background-color: rgb(255, 255, 255);
}

@media (max-width: 990px){

    .select {
        display: block;
    }
}

#small-nav-container {
    display: none;
}

#small-nav-container a {
    height: 2em;
    color: rgb(255, 255, 255);
    line-height: 2em;
    letter-spacing: 0.1em;
    padding-left: 5em;
    border-bottom-color: rgba(160, 160, 160, 0.73);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    background-color: rgba(0, 0, 0, 0.62);
}

.share-center{
        width: 114px;
    margin: 0 auto;
    padding-top: 40px;
}