body{
    margin:0;
    font-size:14px;
}

div, ul, li{
    margin:0px;
    padding:0px;
    list-style:none;
    border:0px;
    box-sizing:border-box;
}

a{
    text-decoration:none;
    color:#666;
}
a:hover{
    color:#3C7F55;
}

.bg{
    background-color:#fff;
}

.mtop5{
    margin-top:5px !important;
}

.mtop10{
    margin-top:10px !important;
}

.widthfix{
    width:1200px;
    margin:0 auto;
}

.flex{
    display:flex;
    align-items:center;
}

.justify-between{
    justify-content:space-between;
}

.indexbanner .swiper-pagination-bullet-active{
    background-color:#3C7F55;
}

.header{
    background-color:rgba(255, 255, 255, 0.8);
    height:100px;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:99999;
    box-shadow:0px 10px 10px -10px #EBEBEB;
}
.header.nei{
    position:relative;
}
.header .logoimg{
    flex-shrink:0;
    height:60px;
    margin-top:20px;
}
.header .logoimg .logo{
    height:100%;
}
.header .right{
    text-align:right;
    overflow:hidden;
    width:100%;
    margin-left:150px;
}
.header .right .ser{
    width:100%;
    height:40px;
    overflow:hidden;
    margin-top:10px;
}
.header .right .searchbox{
    float:right;
    background-color:#fff;
    width:250px;
    height:30px;
    line-height:30px;
    border-radius:30px;
    border:#ebebeb 1px solid;
    overflow:hidden;
}
.header .right .searchbox img{
    width:18px;
    height:18px;
    margin-left:5px;
}
.header .right .searchbox input{
    border:0;
    width:100%;
    height:20px;
    line-height:20px;
    padding:0 10px;
}
.header .right .navbox{
    width:100%;
    margin-top:15px;
}
.header .right .navbox .item{
    width:12.5%;
    text-align:center;
}
.header .right .navbox .item.active{
    color:#3C7F55;
    font-weight:700;
}

.titlebox .t{
    font-size:20px;
    color:#3C7F55;
    font-weight:700;
}
.titlebox .t span{
    font-size:14px;
    font-weight:normal;
    color:#999;
}

.titlebox .more{
    color:#999;
    font-size:12px;
}

.viewbtn{
    display:block;
    background:#3C7F55;
    color:#fff;
    width:100px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:12px;
}
.viewbtn:hover{
    background-color:#56c684;
}

.aboutbox{
    margin-top:30px;
}
.aboutbox .contentbox{
    align-items:flex-start;
    margin-top:20px;
}
.aboutbox .contentbox .left{
    width:60%;
}
.aboutbox .contentbox .left h3{
    letter-spacing:5px;
}
.aboutbox .contentbox .left .c{
    margin-bottom:20px;
    line-height:30px;
    color:#666;
}
.aboutbox .contentbox .right img{
    /*height:255px;*/
    height:auto;
    margin-left:20px;
}

.probox{
    background-color:#f1f1f1;
    padding:30px 0;
    margin-top:30px;
}
.probox .contentbox{
    flex-wrap:wrap;
}
.probox .contentbox .item{
    display:lock;
    width:24%;
    margin-top:20px;
    border-radius:5px;
    overflow:hidden;
    border:#ffffff 1px solid;
}
.probox .contentbox .item img{
    width:100%;
    height:215px;
}
.probox .contentbox .item .t{
    background-color:#fff;
    width:100%;
    text-align:center;
    padding:20px 0;
}
.probox .contentbox .item:hover{
    border:#3C7F55 1px solid;
}
.probox .contentbox .item:hover .t{
    background-color:#3C7F55;
    color:#fff;
}

.newsbox{
    margin-top:30px;
}
.newsbox .contentbox{
    margin-top:20px;
}
.newsbox .contentbox .topnews{
    overflow:hidden;
    background-color:#fafafa;
    padding:10px;
    display:flex;
}
.newsbox .contentbox .topnews img{
    width:200px;
}
.newsbox .contentbox .topnews .rightinfo{
    margin-left:20px;
    width:100%;
}
.newsbox .contentbox .topnews .rightinfo .t{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:16px;
    font-weight:700;
}
.newsbox .contentbox .topnews .rightinfo .t .d{
    font-weight:normal;
    color:#999;
    font-size:14px;
}
.newsbox .contentbox .topnews .rightinfo .des{
    color:#666;
    font-size:14px;
    margin-top:10px;
    line-height:30px;
}
.newsbox .contentbox .newslist{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
.newsbox .contentbox .newslist .item{
    background-color:#fafafa;
    padding:10px;
    width:47.5%;
    display:flex;
    margin-top:20px;
    height:70px;
}
.newsbox .contentbox .newslist .item .date{
    flex-shrink:0;
    margin-right:10px;
    text-align:center;
    padding:0 10px;
}
.newsbox .contentbox .newslist .item .date p{
    line-height:0.5;
}
.newsbox .contentbox .newslist .item .rightinfo .t{
    font-weight:700;
}
.newsbox .contentbox .newslist .item .rightinfo .des{
    margin-top:10px;
    font-size:12px;
}
.newsbox .contentbox .newslist .item:hover{
    background-color:#3C7F55;
    color:#fff;
}

.imgbox{
    margin:0 auto;
    margin-top:30px;
    width:100%;
    background-color:#fafafa;
    padding:30px;
}
.imgbox a{
    width:48%;
}
.imgbox a img{
    width:100%;
}

.footer{
    width:100%;
    background-color:#006428;
    color:#fff;
    padding:20px 0 0 0;
    margin-top:30px;
}
.footer .neifoot{
    align-items:flex-start;
}
.footer .neifoot .codebox{
    width:220px;
    height:150px;
}
.footer .neifoot .codebox img{
    width:120px;
    height:120px;
}
.footer .neifoot .codebox .t{
    width:120px;
    height:30px;
    text-align:center;
    font-size:12px;
    margin-top:10px;
}
.footer .neifoot .l1{
    width:15%;
}
.footer .neifoot .l1 .t{
    font-weight:700px;
    font-size:16px;
    margin-bottom:20px;
}
.footer .neifoot .l1 a{
    color:#fff;
    display:block;
    width:100%;
    height:30px;
    line-height:30px;
}
.footer .neifoot .l2{
    width:280px;
    flex-shrink:0;
}
.footer .neifoot .l2 .t{
    font-weight:700px;
    font-size:16px;
    margin-bottom:20px;
}
.footer .neifoot .l2 .item{
    display:flex;
    align-items:center;
    height:30px;
    line-height:30px;
}
.footer .neifoot .l2 .item .dd{
    display:inline-block;
    width:65px;
    text-align:justify;
    text-align-last:justify;
}
.footer .neifoot .l2 .item span{
    margin-right:10px;
}
.footer .ffoter{
    border-top:rgba(255, 255, 255, 0.5) 1px solid;
    margin-top:20px;
    padding:10px 0 10px 0;
    text-align:center;
}
.footer .ffoter div{
    line-height:30px;
}
.footer .ffoter a{
    color:#fff;
}

.neibanner{
    width:100%;
}
.neibanner img{
    width:100%;
}

.class_newsbox{
    margin-top:30px;
}
.class_newsbox .contentbox{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.class_newsbox .contentbox .item{
    display:flex;
    justify-content:space-between;
    width:47.5%;
    margin-top:20px;
}
.class_newsbox .contentbox .item img{
    width:150px;
    flex-shrink:0;
    margin-right:20px;
}
.class_newsbox .contentbox .item .rightinfo{
    border-top:#ebebeb 1px solid;
    border-bottom:#ebebeb 1px solid;
    padding:10px 0;
    margin-left:20px;
}
.class_newsbox .contentbox .item .rightinfo .d{
    text-align:right;
    font-size:12px;
    color:#999;
}
.class_newsbox .contentbox .item .rightinfo .t{
    font-weight:700;
    margin-top:10px;
}
.class_newsbox .contentbox .item .rightinfo .des{
    font-size:12px;
    color:#999;
    margin-top:10px;
    line-height:25px;
}

.newsbox2{
    margin-top:30px;
}
.newsbox2 .item{
    display:flex;
    padding:20px 0;
    border-bottom:#ebebeb 1px solid;
}
.newsbox2 .item img{
    width:200px;
    flex-shrink:0;
    margin-right:20px;
}
.newsbox2 .item .rightinfo .t{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight:700;
}
.newsbox2 .item .rightinfo .t .d{
    font-weight:normal;
    color:#999;
    font-size:12px;
}
.newsbox2 .item .rightinfo .des{
    margin-top:10px;
}

.weizhibox{
    display:flex;
    text-align:right;
    height:30px;
    line-height:30px;
    justify-content:flex-end;
    margin-top:20px;
    color:#999;
    font-size:14px;
}
.weizhibox a{
    color:#999;
    margin-left:10px;
}
.weizhibox a::after{
    content:'>';
    margin-left:10px;
}
.weizhibox a:last-child::after{
    content:'';
}

.detailbox .title{
    color:#333;
    border-bottom:#ebebeb 1px solid;
    padding:10px 0;
    text-align:center;
    padding:0 30px;
}

.detailbox .mintitle{
    text-align:right;
    font-size:12px;
    color:#999;
    margin-top:10px;
}
.detailbox .mintitle span{
    margin-left:10px;
}

.detailbox .contentbox{
    margin-top:20px;
    line-height:30px;
}
.detailbox .contentbox img{
    max-width:100%;
}

.detailbox .nextprebox{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
    border-top:#ebebeb 1px solid;
    padding-top:20px;
}
.detailbox .nextprebox div{
    width:45%;
    overflow:hidden;
    height:25px;
    line-height:25px;
}
.detailbox .nextprebox div a{
    color:#999;
}

.neicontentbox{
    margin-top:10px;
    display:flex;
}
.neicontentbox .leftbox{
    width:200px;
    border-right:#f1f1f1 1px solid;
    flex-shrink:0;
}
.neicontentbox .leftbox .bigtitle{
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    background-color:#3C7F55;
    color:#fff;
    font-weight:700;
    font-size:18px;
}
.neicontentbox .leftbox .classbox .item{
    display:block;
    height:40px;
    line-height:40px;
    text-align:center;
}
.neicontentbox .leftbox .classbox .item:hover{
    background-color:#fafafa;
}
.neicontentbox .rightbox{
    margin-left:20px;
}
.neicontentbox .rightbox .toptitlebox{
    height:50px;
    line-height:50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:#ebebeb 1px solid;
}
.neicontentbox .rightbox .toptitlebox .btt{
    font-weight:700;
    font-size:16px;
}
.neicontentbox .rightbox .toptitlebox .wz{
    flex-shrink:0;
    display:flex;
    text-align:right;
    justify-content:flex-end;
    color:#999;
    font-size:12px;
}
.neicontentbox .rightbox .toptitlebox .wz a{
    color:#999;
    margin-left:10px;
}
.neicontentbox .rightbox .toptitlebox .wz a::after{
    content:'>';
    margin-left:10px;
}
.neicontentbox .rightbox .toptitlebox .wz a:last-child::after{
    content:'';
}
.neicontentbox .rightbox .contentfsfdf{
    margin-top:0;
}
.neicontentbox .rightbox .contentfsfdf .item{
    display:flex;
    /*align-items:center;*/
    margin-top:20px;
    padding-bottom:10px;
    border-bottom:#f1f1f1 1px dashed;
}
.neicontentbox .rightbox .contentfsfdf .item:last-child{
    border-bottom:0;
}
.neicontentbox .rightbox .contentfsfdf .item .datebox{
    flex-shrink:0;
    text-align:center;
    padding:0 20px;
}
.neicontentbox .rightbox .contentfsfdf .item .datebox .year{
    font-size:18px;
    font-weight:bold;
}
.neicontentbox .rightbox .contentfsfdf .item .datebox .month{
    color:#999;
}
.neicontentbox .rightbox .contentfsfdf .item .rightinfo .t{
    font-weight:700;
}
.neicontentbox .rightbox .contentfsfdf .item .rightinfo .des{
    margin-top:10px;
    font-size:12px;
    color:#999;
}

.neiclassbox{
    height:50px;
    position:relative;
    margin-top:20px;
}
.neiclassbox::before{
    content:'';
    width:100%;
    height:1px;
    background-color:#ebebeb;
    position:absolute;
    top:50%;
}
.neiclassbox .itembox{
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0;
    width:100%;
    height:50px;
}
.neiclassbox .itembox .item{
    background-color:#EBEBEB;
    padding:5px 15px;
    border-radius:30px;
    margin:0 10px;
}
.neiclassbox .itembox .item:hover{
    background-color:#3C7F55;
    color:#fff;
}
.neiclassbox .itembox .active{
    background-color:#3C7F55;
    color:#fff;
}

.neiboxcontentbox{
    flex-wrap:wrap;
}
.neiboxcontentbox .item{
    display:lock;
    width:24%;
    margin-top:20px;
    border-radius:5px;
    overflow:hidden;
    border:#fafafa 1px solid;
}
.neiboxcontentbox .item img{
    width:100%;
    height:215px;
}
.neiboxcontentbox .item .t{
    background-color:#fafafa;
    width:100%;
    text-align:center;
    padding:20px 0;
}
.neiboxcontentbox .item:hover{
    border:#3C7F55 1px solid;
}
.neiboxcontentbox .item:hover .t{
    background-color:#3C7F55;
    color:#fff;
}

.neibanner2{
    height:200px;
    overflow:hidden;
    border-radius:5px;
    margin-top:10px;
}
.neibanner2 img{
    width:100%;
}


/*index_article*/
.body img{display: inline-block;max-width: 100%;}

.id_banner{height: 200px;background: url(../images/id_banner.jpg) top;background-attachment: fixed;color: #fff;overflow:hidden;}
.id_banner a{color: #fff;}
.id_banner .text{position: relative;top: 50px;}
.id_banner .text .position{margin-top: 10px;border: 1px solid #fff;float: left;padding: 0 10px;line-height: 30px;}
.id_banner .right{float: right;margin-top: 50px;}

.leftnav{float: left;width: 260px;background: #fff;box-sizing: border-box;border: 4px solid rgba(48,158,7,0.2);overflow:hidden}
.leftnav h3{background: #eee; line-height: 50px;margin:0;padding-left: 20px;}
.leftnav h3 .iconfont{margin-right: 10px;font-size: 18px;font-weight: normal;}
.leftnav ul{padding: 20px;}
.leftnav ul li{line-height: 44px;background: #eee;padding: 0 20px;margin-bottom: 10px;}
.leftnav ul li:last-child{margin-bottom: 0;}
.leftnav ul li .iconfont{float: right;}
.leftnav ul li.cur{background:#417b18;color: #fff;}
.leftnav ul li.cur a{color: #fff;}
.leftnav .news{padding: 20px;}
.leftnav .news .iconfont{margin-right: 5px;}
.leftnav .news p{border-bottom: 1px solid #eee;padding-bottom: 10px;margin-bottom: 10px;}
.leftnav .news p .time{color: #aaa;margin-left: 10px;}
.leftnav .news p:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.h_40{height: 40px;}
.h_20{height: 20px;}
.index_article{
    margin-top:40px;
    overflow:hidden;
}
.hr{ width:100%; height:1px; background:#222; margin:20px 0;}
.clear{clear:both;}
.index_article_content{float: right;width:74%;box-sizing: border-box;padding: 40px;background: #f5f5f5;min-height: 670px;}
.index_article_content .body{
    line-height:30px;
}
.contact_map{width: 800px;height: 320px;}
.contact_map *{transition: 0s;}
.contact_map img{display: inline-block;}

/*list_article*/
.list_article{float: right;width: 74%;box-sizing: border-box;min-height: 670px;}
.list_article .toutiao2{border: 1px solid #eee;padding: 20px;box-sizing:border-box;overflow:hidden;}
.list_article .toutiao2 .img{float: left;width: 220px;height: 140px;}
.list_article .toutiao2 .img img{width: 100%;height: 100%;}
.list_article .text{float: right;width: 72%;}
.list_article .text p{margin: 10px 0;}
.list_article .toutiao2 .el-button{
    padding: 9px 15px;
    font-size: 12px;
    color: #fff;
    background-color:#52972c;
    border-color: #52972c;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    padding: 12px 20px;
}
.list_article ul li{border-bottom: 1px dashed #eee;line-height: 60px;display:flex;align-items:center}
.list_article ul li .tagbox{flex-shrink:0}
.list_article ul li .titlebox{width:100%;overflow:hidden;height:60px;line-height:60px;text-overflow:ellipsis;white-space:nowrap}
.list_article ul li .el-tag{margin-right: 20px;
    display: inline-block;
    background-color: rgba(103,194,58,.1);
    border-color: rgba(103,194,58,.2);
    color: #67c23a;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid rgba(64,158,255,.2);
    white-space: nowrap;
}
.list_article ul li .time{flex-shrink:0;color: #aaa;}

/*article_article*/
.article_article{float: right;width: 74%;box-sizing: border-box;padding: 40px;background: #f5f5f5;min-height: 670px;}
.article_article .article_info{text-align: center;border-bottom: 1px solid rgba(0,0,0,0.1);margin-bottom: 40px;padding-bottom: 20px;}
.article_article .article_info .time{margin: 10px 0;}
.article_article .article_info .time span{margin: 0 10px;}
.article_article .article_info .time span .iconfont{margin-right: 5px;}
.article_article .article_info .bdsharebuttonbox{display: inline-block;}
.article_article .prenext{margin-top: 40px;padding-top: 20px;border-top: 1px solid rgba(0,0,0,0.1);line-height: 30px;}

/*footer*/
.footerbox{background: #5a5a5a;padding: 40px 0 20px;color: #fff;overflow:hidden;margin-top:20px;}
.footerbox a{color: #fff;}
.footerbox .contact{float: left;width: 60%;}
.footerbox .contact dl{float: left;margin:0;padding:0;margin-right:80px;}
.footerbox .contact dl dt{margin:0;padding:0;margin-bottom: 15px;border-bottom: 2px solid #aaf582;width: 33px;color:#aaf582;}
.footerbox .contact dl dd{margin:0;padding:0;line-height: 24px;}
.footerbox .ewm{float: right;}
.footerbox .ewm li{width: 110px;line-height: 40px;text-align: center;}
.footerbox .ewm li img{width: 100%;}
.footerbox .hr{background: rgba(255,255,255,0.2);}
.footerbox .bottom_powerby{line-height: 40px;}
.footerbox .bottom_powerby .left{float: left;width: 40%;}
.footerbox .bottom_powerby .left a{margin-right: 10px;color: #fff;}
.footerbox .bottom_powerby .right{float: right;width: 60%;text-align: right;}