.pub-banner {
    overflow: hidden;
    height: 6rem;
}

.pub-banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    z-index: 9;
}

.pub-banner img {
    height: 100%;
}

.crumbs {
    position: absolute;
    right: 2.6rem;
    bottom: .2rem;
    z-index: 10;
    background: url(../images/home.png)no-repeat left center;
    padding-left: 25px;
    color: #FFF;
    font-size: 14px;
}

.crumbs a {
    color: #FFF;
}

.pub-menu {
    width: 100%;
    height: .8rem;
    background-color: #FFF;
    justify-content: flex-end;
    padding-right: 2.6rem;
    padding-left: 2.6rem;
}

.pub-menu .title {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1.1rem;
        padding-right: 40px;
    border-radius: 0 .3rem 0 0;
    -webkit-border-radius: 0 .3rem 0 0;
    -moz-border-radius: 0 .3rem 0 0;
    -ms-border-radius: 0 .3rem 0 0;
    -o-border-radius: 0 .3rem 0 0;
    background-image: linear-gradient(90deg, #6ba500, #359282);
    color: #FFF;
    line-height: 1.1rem;
    z-index: 20;
    font-size: .36rem;
    font-weight: bold;
    padding-left: 2.6rem;
}

.pub-menu a {
    font-size: .22rem;
    margin-left: .6rem;
    z-index: 2;
}

.pub-menu .on {
    color: #509b42;
    font-weight: bold;
}

.pub-menu .on::after {
    content: '';
    position: absolute;
    left: -.05rem;
    right: -.05rem;
    bottom: -.08rem;
    height: .2rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    background-color: #ffd200;
    z-index: -1;
}

.pub-title {
    font-size: .32rem;
    font-weight: bold;
    line-height: 2;
    margin-top: .6rem;
}

.wrap {
    background: url(../images/bg6.jpg)no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 1.3rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
}

.pub-content {
    background-color: #FFF;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    overflow: hidden;
    margin-top: .6rem;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    padding: .5rem .8rem .8rem;
}
.pub-content.xxan_box{
   margin-top: .3rem;
}
.jigou .tit {
    font-size: .24rem;
    color: #FFF;
    line-height: .5rem;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    background-color: #509b42;
    padding: 0 .8rem;
    font-weight: bold;
    margin-top: .5rem;
    margin-bottom: .2rem;
}

.jigou .tit:first-child {
    margin-top: 0;
}

.jigou li {
    width: 48%;
    margin-right: 4%;
    border-bottom: 1px #dbdbdb solid;
    line-height: .84rem;
    padding-left: .4rem;
}

.jigou li::after {
    content: '';
    position: absolute;
    left: .1rem;
    top: 50%;
    width: 3px;
    height: 50%;
    background-color: #509b42;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.jigou li:nth-child(even) {
    margin-right: 0;
}
.pub-content .jigou.dzgljg li{line-height:.3rem;
    padding: .25rem 0 .25rem .4rem;
}
.pub-content .jigou.dzgljg li:nth-of-type(7){ padding: .4rem 0 .4rem .4rem;}
.pub-content .jigou.dzgljg li:nth-of-type(8){line-height:.3rem;}

.about {
    font-size: .16rem;
}

.about .pic1 {
    float: right;
    width: 6.3rem;
    height: 3.8rem;
    margin-left: .3rem;
    margin-bottom: .2rem;
}

.about .pic2 {
    float: left;
    width: 6.3rem;
    height: 3.8rem;
    margin-right: .3rem;
}

.about .pic1 img,
.about .pic2 img {
    width: 100%;
}

.about .pic img {
    width: 100%;
}

.about .text {
    line-height: 2;
}

.about .text p {
    text-indent: .36rem;
    margin-bottom: .3rem;
    text-align: justify;
}

.news-details h1 {
    font-size: .24rem;
    color: #509b42;
}

.news-details .info {
    margin-top: .3rem;
    background-color: #f8fbfa;
    padding: .2rem 0;
    font-size: 14px;
    color: #666;
    flex-wrap: wrap;
}

.news-details .info span {
    margin-right: .2rem;
}

.news-details .info span:last-child {
    margin-right: 0;
}

.news-details .body {
    font-size: 16px;
    line-height: 2;
}

.news-details .body p {
    margin-top: .3rem;
    /* text-indent: 32px; */
}

.news-details .body img {
    max-width: 100%;
    margin-top: .3rem;
}

.news-details .body iframe {
    max-width: 100%;
}

.news-details .prev-next {
    border-top: 1px #e9e9e9 solid;
    margin-top: .4rem;
    padding-top: .3rem;
    line-height: 2.5;
    font-size: 15px;
}

.news-details .prev-next span {
    color: #509b42;
    font-weight: bold;
}

.text-list {
    margin-top: .6rem;
}

.text-list .item {
    width: 49%;
    margin-right: 2%;
    background: url(../images/tbg6.jpg)no-repeat right bottom;
    background-size: cover;
    border-radius: 0 0 .3rem 0;
    -webkit-border-radius: 0 0 .3rem 0;
    -moz-border-radius: 0 0 .3rem 0;
    -ms-border-radius: 0 0 .3rem 0;
    -o-border-radius: 0 0 .3rem 0;
    overflow: hidden;
    margin-top: .4rem;
    box-shadow: .05rem .05rem .2rem rgba(0, 0, 0, .1);
    height: 2rem;
    padding: .4rem .4rem .4rem .6rem;
}

.text-list .item::after {
    content: '';
    position: absolute;
    right: .4rem;
    bottom: .5rem;
    width: .33rem;
    height: .17rem;
    background: url(../images/arrow4.png)no-repeat center;
    background-size: 100%;
}

.text-list .item:nth-child(even) {
    margin-right: 0;
}

.text-list .item .date {
    color: #509b42;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    margin-right: .4rem;
    font-size: .16rem;
}

.text-list .item .date span {
    font-weight: bold;
    font-size: .38rem;
    padding-bottom: .1rem;
    margin-bottom: .15rem;
}

.text-list .item .date span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 20px;
    background-color: #509b42;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.text-list .item .tit {
    font-size: .2rem;
    font-weight: bold;
    line-height: 2;
}

.page {
    margin-top: .5rem;
    line-height: 30px;
    font-size: 14px;
}

.page a,
.page span {
    background-color: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0 10px;
    margin-right: 12px;
}

.page a:last-child {
    margin-right: 0;
}

.page .on {
    background-color: #509b42;
    color: #FFF;
}

.news-list {
    margin-top: .6rem;
}

.news-list .item {
    padding: .4rem;
    background: #FFF;
    overflow: hidden;
    border-radius: 0 0 .3rem 0;
    -webkit-border-radius: 0 0 .3rem 0;
    -moz-border-radius: 0 0 .3rem 0;
    -ms-border-radius: 0 0 .3rem 0;
    -o-border-radius: 0 0 .3rem 0;
    box-shadow: .05rem .05rem .2rem rgba(0, 0, 0, .1);
    margin-top: .3rem;
}

.news-list .item .pic {
    width: 2.45rem;
    height: 1.4rem;
    overflow: hidden;
    margin-right: .3rem;
}

.news-list .item .date-con {
    margin-right: .3rem;
    width: .74rem;
}

.news-list .item .date {
    width: 100%;
    height: .84rem;
    border-radius: .2rem 0 0 0;
    -webkit-border-radius: .2rem 0 0 0;
    -moz-border-radius: .2rem 0 0 0;
    -ms-border-radius: .2rem 0 0 0;
    -o-border-radius: .2rem 0 0 0;
    background-color: #efefef;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .38rem;
    padding-top: .05rem;
    color: #509b42;
    font-weight: bold;
}

.news-list .item .date span {
    background-color: #509b42;
    color: #FFF;
    font-size: .16rem;
    line-height: .3rem;
    margin-top: .05rem;
    font-weight: normal;
}

.news-list .item .date-con::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: .42rem;
    height: .28rem;
    background: url(../images/arrow6.png)no-repeat center;
    background-size: 100%;
    bottom: .1rem;
}

.news-list .item .tit {
    font-size: .2rem;
    line-height: 1.8;
    font-weight: bold;
}

.news-list .item .des {
    font-size: .14rem;
    color: #666;
    margin-top: .1rem;
    line-height: 1.8;
}

.news-list .item .time {
    font-size: 12px;
    color: #999;
    margin-top: .15rem;
    display: none;
}

.photo li {
    margin-top: .5rem;
    width: 31.3%;
    overflow: hidden;
    margin-right: 3%;
    border-radius: .3rem 0 .3rem 0;
    -webkit-border-radius: .3rem 0 .3rem 0;
    -moz-border-radius: .3rem 0 .3rem 0;
    -ms-border-radius: .3rem 0 .3rem 0;
    -o-border-radius: .3rem 0 .3rem 0;
    background-color: #FFF;
    cursor: pointer;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
}

.photo li:nth-of-type(3n) {
    margin-right: 0;
}

.photo li .pic {
    height: 2.4rem;
    overflow: hidden;
}

.photo li .tit {
    line-height: .7rem;
    padding-left: .5rem;
}

.photo li .tit::after {
    content: '';
    position: absolute;
    left: .3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: .3rem;
    background-color: #509b42;
    width: 3px;
}

.leader-details .pic {
    width: 3.3rem;
    height: 4.35rem;
    overflow: hidden;
    margin-right: .7rem;
    float: left;
}

.leader-details .name {
    font-size: .22rem;
    color: #509b42;
    border-bottom: 1px #dfefe9 solid;
    padding-bottom: .3rem;
    line-height: 2;
}

.leader-details .name span {
    font-size: .32rem;
    font-weight: bold;
    padding-right: 25px;
}

.leader-details .des {
    color: #666;
    margin-top: .4rem;
    line-height: 2;
    text-align: justify;
    text-indent: .36rem;
}

.leader .content {
    width: 48%;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 0 0 .3rem 0;
    -webkit-border-radius: 0 0 .3rem 0;
    -moz-border-radius: 0 0 .3rem 0;
    -ms-border-radius: 0 0 .3rem 0;
    -o-border-radius: 0 0 .3rem 0;
    min-height: 5.7rem;
    box-shadow: 0 .05rem .2rem rgba(0, 0, 0, .1);
    margin-top: .6rem;
    padding-left: 1.2rem;
    padding-right: .6rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.leader .content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .75rem;
    height: 100%;
    background: url(../images/tbg8.jpg)no-repeat center;
    background-size: cover;
}

.leader .content:last-child {
    border-radius: 0 0 0 .3rem;
    -webkit-border-radius: 0 0 0 .3rem;
    -moz-border-radius: 0 0 0 .3rem;
    -ms-border-radius: 0 0 0 .3rem;
    -o-border-radius: 0 0 0 .3rem;
    padding-right: 1.2rem;
    padding-left: .6rem;
}

.leader .content:last-child::after {
    right: 0;
    left: auto;
    background-image: url(../images/tbg9.jpg);
}

.leader .item {
    padding-top: .3rem;
    padding-bottom: .3rem;
    border-bottom: 1px #dbdbdb solid;
    font-size: .22rem;
    padding-left: .4rem;
}

.leader .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 3px;
    height: .3rem;
    background-color: #509b42;
}

.leader .item .tit {
    color: #509b42;
    font-weight: bold;
    width: 2.8rem;
}

.leader .content:last-child .item:last-child {
    border-bottom: 0;
}

.guanhai .info .pic-con {
    width: 3.5rem;
    margin-right: .5rem;
}

.guanhai .info .pic-con .pic {
    overflow: hidden;
}

.guanhai .info .pic-con .pic img {
    width: 100%;
}

.guanhai .info .pic-con .tit {
    line-height: 2;
    color: #509b42;
    margin-top: .2rem;
}

.guanhai .info .pic-con .tip {
    font-size: .16rem;
    color: #999;
}

.guanhai .info .text {
    line-height: 1.8;
    font-size: .16rem;
}

.guanhai .info .text p {
    text-indent: .32rem;
}

.guanhai .tici .title {
    z-index: 2;
    margin-top: .6rem;
}

.guanhai .tici .title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #509b42;
    z-index: -1;
}

.guanhai .tici .title span {
    z-index: 9;
    font-size: .24rem;
    font-weight: bold;
    color: #FFF;
    font-weight: bold;
    background-color: #509b42;
    line-height: .5rem;
    padding: 0 .5rem;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
}

.guanhai .tici .pic {
    height: 3.5rem;
    overflow: hidden;
}

.guanhai .tici .pic img {
    max-height: 100%;
}

.guanhai .tici li {
    margin-top: .6rem;
}

.guanhai .tici li:last-child {
    margin-right: 0;
}

.guanhai .tici .tit {
    margin-top: .2rem;
}

.guanhai .tici ul:nth-child(2) li:first-child{
    margin-right: 1.6rem;
}

@media (min-width:1025px) {
    .text-list .item:hover {
        background-image: url(../images/tbg5.jpg);
    }
    .text-list .item:hover {
        background-image: url(../images/tbg5.jpg);
    }
    .text-list .item:hover .date,
    .text-list .item:hover .tit {
        color: #FFF;
    }
    .text-list .item:hover .date span::after {
        background-color: #ffd200;
    }
    .text-list .item:hover::after {
        background-image: url(../images/arrow5.png);
    }
    .page a:hover {
        background-color: #509b42;
        color: #FFF;
    }
    .news-list .item:hover .pic img,
    .photo li:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .photo li:hover .tit {
        background-image: linear-gradient(90deg, #359281, #509b42);
        color: #FFF;
        font-weight: bold;
    }
    .photo li:hover .tit::after {
        background-color: #FFF;
    }


}

@media (max-width:1199px) {
    .crumbs {
        right: .2rem;
    }
    .wrap,
    .pub-menu {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .about,
    .news-details .info,
    .news-details .body,
    .news-details .prev-next,
    .text-list .item .date,
    .news-list .item .des,
    .guanhai .info .text,
    .guanhai .info .pic-con .tip {
        font-size: 14px;
    }
    .news-details h1,
    .leader-details .name span {
        font-size: 18px;
    }
    .news-details .body p {
        /* text-indent: 24px; */
    }
    .pub,
    .news-list .item .date-con {
        display: none !important;
    }
    .text-list .item .date span,
    .guanhai .tici .title span {
        font-size: 20px;
    }
    .text-list .item .tit,
    .news-list .item .tit,
    .photo li .tit,
    .leader-details .name,
    .leader .item,
    .guanhai .info .pic-con .tit {
        font-size: 14px;
    }
    .text-list .item::after {
        bottom: .4rem;
    }
    .news-list .item .time {
        display: block;
    }
    .news-list .item .pic {
        width: 3rem;
        height: 1.8rem;
    }
    .pub-menu .title {
         font-size: .3rem;
    height: 1rem;
    padding-right: 20px;
    }
    .leader .item .tit {
        width: 3.2rem;
    }
    .guanhai .tici .title span {
        line-height: .8rem;
        border-radius: .4rem;
        -webkit-border-radius: .4rem;
        -moz-border-radius: .4rem;
        -ms-border-radius: .4rem;
        -o-border-radius: .4rem;
    }

}
@media (max-width:1024px) {
  
  .about .text p img{
float:none!important;
    display:block;
margin:0 auto;
  width:70%!important;
  height:auto!important;
}


}


@media (max-width:767px) {
    .pub-banner {
        height: auto;
    }
    .pub-banner img {
        height: auto;
        width: 100%;
    }

    .pub-menu {
        white-space: nowrap;
        overflow-x: auto;
        display: block;
        line-height: .6rem;
        overflow-y: hidden;
         height: .6rem;
    }
.pub-menu>div{
  margin-left:1.0rem;
}
    .pub-menu .title {
            padding-left: 0.1rem;
    font-size: 0.18rem;
    height: 0.6rem;
    line-height: 0.6rem;
 margin-left:0;
    }

    .pub-menu a {
        font-size: 14px;
        display: inline-block;
        margin-left: 0;
        margin-right: .3rem;
    }
    .pub-menu .on::after {
        bottom: .15rem;
    }

    .pub-title {
        font-size: 20px;
    }
    .jigou .tit {
        font-size: 16px;
        line-height: .7rem;
        border-radius: .35rem;
        -webkit-border-radius: .35rem;
        -moz-border-radius: .35rem;
        -ms-border-radius: .35rem;
        -o-border-radius: .35rem;
    }
    .about .pic1 {
        width: 100%;
        margin-left: 0;
        height: auto;
    }
    .about .pic2 {
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: .2rem;
    }
    .text-list .item {
        width: 100%;
        height: auto;
        padding-bottom: .8rem;
        margin-right: 0;
        padding-left: .4rem;
    }
    .page span,
    .page .last {
        display: none;
    }
    .page a {
        margin-right: .1rem;
    }
    .news-list .item {
        padding: .3rem;
    }
    .photo li {
        width: 49%;
        margin-right: 2%;
    }
    .photo li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .photo li:nth-of-type(2n) {
        margin-right: 0%;
    }
    .leader-details,
    .guanhai .info {
        flex-flow: column;
        align-items: center;
    }
    .leader-details .name {
        text-align: center;
        margin-top: .4rem;
    }
    .leader .content {
        width: 100%;
    }
    .guanhai .info .pic-con {
        margin-right: 0;
        width: 4rem;
    }
    .guanhai .info .text {
        margin-top: .4rem;
    }
    .guanhai .tici ul {
        flex-wrap: wrap;
    }
    .guanhai .tici li {
        width: 48%;
    }
    .guanhai .tici .pic {
        display: flex;
        justify-content: center;
    }


    .guanhai .tici ul:last-child li:last-child {
        width: 100%;
        height: auto;
    }
    .guanhai .tici ul:last-child li:last-child img {
        height: auto;
        width: 100%;
    }
.guanhai .tici ul:nth-child(2) li:first-child{
        margin-right: .2rem;
    }
.guanhai .tici ul:nth-child(2) li:last-child{
        width: 100%;
        height: auto;
    }
.guanhai .tici ul:nth-child(2) li:last-child img{
        width: 100%;
        height: auto;
    }

.photo li .tit{
      height: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leader-details .pic{
    width: 2rem;
    height: 2.8rem;
    margin-right: .5rem;
}
  .about .text p img{
  width:100%!important;
    margin: 0!important;
}

}
@media (max-width:600px) {
   .pub-content {
       padding: .45rem;
    }
}

@media (max-width:480px) {
    .pub-content {
        padding: .3rem;
    }
    .jigou li {
        width: 100%;
        margin-right: 0;
        line-height: 1.4;
    }
    .jigou li a {
        display: flex;
        align-items: center;
        padding: .3rem 0;
    }
    .news-details .info>span:last-of-type {
        display: none;
    }
    .news-details .info span {
        margin-right: .1rem;
    }
.pub-menu{
      height: auto;
    line-height: normal;
   padding-bottom: 0.2rem;
   white-space: normal;
   overflow-x: hidden;
overflow-y: hidden;
}
.pub-menu>div{
  margin-left:0;
}
.pub-menu .title{
      position: inherit;
       font-size: 0.24rem;
    padding-left: 0.3rem;
   margin-bottom:0.1rem;
}
.pub-menu a{
  margin-top:0.1rem;
}

}




.login-box {
    display: flex;
}
.login-btn a {
    display: flex;
    align-items: center;
    font-size: .2rem;
    font-weight: bold;
    color: #ffffff;
    padding: .2rem .68rem;
    margin-top: .5rem;
    border-radius: .38rem;
    background: linear-gradient(to right,#00957f, #59a900);
    cursor: pointer;
}
.login-btn img {
    width: .3rem;
    height: .3rem;
    margin-right: .24rem;
}


@media (max-width:767px) {
    .login-box {
        justify-content: center;
    }
    .login-btn {
        font-size: 14px;
    }
}