@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button, input, select, textarea {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    color: #666;
    text-decoration: none;
}

body, div, h1, h2, h3, h4, h5, h6, input, li, p, select, textarea, tr, a {
    FONT: 14px/1.6 "\5FAE\8F6F\96C5\9ED1", "微软雅黑", "Arial";
}

a:hover {
    text-decoration: none;
}

fieldset, img {
    border: none;
}

address, cite, dfn, em, var {
    font-style: normal;
}

i {
    font-style: normal;
}

small {
    font-size: 12px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
    font-size: 0;
    height: 0;
}

.clearit:after {
    content: "";
    display: table;
    clear: both;
    font-size: 0;
    height: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

html {
    -ms-touch-action: none;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: "微软雅黑";
    width: 100%;
    min-width: 1200px;
}

/* 头部开始 */

.header {
    width: 100%;
    height: 80px;
    position: relative;
}

.header .header_tit {
    position: absolute;
    left: 130px;
    top: 15px;
    font-size: 32px;
    color: #009348;
    font-family: "微软雅黑";
}

.header .header_right {
    /* width:550px; */
    height: 54px;
    position: absolute;
    right: 15px;
    padding: 14px 0;
}

.header .header_right dl dt {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    float: left;
}

.header .header_right dl dt img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.header .header_right dl dd {
    /* width:390px; */
    height: 54px;
    /* float: left; */
    margin-left: 68px;
}

.header .header_right dl dd h6 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 6px;
    margin-top: 5px;
}

/* .header .header_right dl dd h6 span{background: url(../images/icon_img/horn_icon1.png) no-repeat left center;padding-left:20px;width: 115px;float: left;} */

.header .header_right dl dd p {
    font-size: 14px;
    color: #999;
}

.header .header_right dl dd p span {
    /* width:219px; */
    float: left;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.header .header_right dl dd p a.sz {
    width: 20px;
    float: left;
    position: relative;
    text-align: center;
    margin-right: 10px;
    height: 22px;
    background: url(../images/icon_img/sz_icon.png) no-repeat center;
    background-size: 18px;
}

.header .header_right dl dd p a.tc {
    width: 20px;
    float: left;
    position: relative;
    text-align: center;
    margin-right: 20px;
    height: 22px;
    background: url(../images/icon_img/close2.png) no-repeat center;
}

.header .header_right dl dd p a.tc:after {
    width: 1px;
    height: 13px;
    position: absolute;
    top: 3px;
    right: -11px;
    content: "";
    background: #ccc;
}

.header .header_right dl h5 a {
    float: left;
    margin-right: 20px;
    padding: 3px 10px;
    border-radius: 3px;
}

.header .header_right dl h5 span {
    float: left;
    margin-right: 20px;
    margin-top: 27px;
    color: #eee;
}

.header .header_right dl h5 a.dl {
    color: #333;
    font-size: 14px;
    background: url(../images/icon_img/nj_icon_img23.png) no-repeat 5px center;
    padding-left: 30px;
    display: block;
    margin-top: 23px;
}

.header .header_right dl h5 a.zc {
    color: #333;
    font-size: 14px;
    display: block;
    margin-top: 23px;
    background: url(../images/icon_img/zhuce.png) no-repeat 5px center;
    padding-left: 30px;
}

.header .header_right dl h5 a.dl:hover {
    background: url(../images/icon_img/nj_icon_img23_1.png) #ff9000 no-repeat 5px center;
    color: #fff;
}

.header .header_right dl h5 a.zc:hover {
    background: url(../images/icon_img/zhuce_.png) #ff9000 no-repeat 5px center;
    color: #fff;
}

.header .header_right dl dd h6 span {
    float: left;
    margin-right: 15px;
}

.xinxiaoxi_icon {
    background: url(../images/icon_img/horn_icon1.png) no-repeat left center;
    padding-left: 24px;
    float: left;
    margin-right: 15px;
    height: 23px;
    position: relative;
}

.xinxiaoxi_icon.on {
    background: url(../images/horn_icon2.gif) no-repeat left center;
}

.header .header_right dl dd h6 em.xxx {
    height: 20px;
    background: url(../images/icon_img/jfsc_icon5.png) no-repeat left center;
    padding-left: 20px;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    color: #333;
}

.header .header_right dl dd h6 em.xxx i {
    font-size: 12px;
    color: #ff8a00;
    margin-left: 5px;
    font-style: normal;
}

.header .header_right dl dd h6 em.jf {
    height: 20px;
    background: url(../images/icon_img/jfsc_icon7.png) no-repeat left center;
    padding-left: 26px;
    float: right;
    font-size: 14px;
    color: #333;
}

.header .header_right dl dd h6 em.jf i {
    font-size: 14px;
    color: #e50112;
    font-style: normal;
}

.nav_banner {
    height: 40px;
    background: #009348;
    margin-left: 58px;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 2;
}

.nav_banner ul {
    background: #009348;
    height: 40px;
    margin-left: 100px;
}

.nav_banner ul li {
    /* padding:0 15px; */
    line-height: 40px;
    float: left;
    width: 9%!important;
    text-align: center;
}

.nav_banner ul li a {
    font-size: 16px;
    color: #fff;
    padding: 0 5px 3px 5px;
    height: 40px;
    line-height: 40px;
}

.nav_banner ul li.active a {
    border-bottom: 2px solid #fff;
    font-weight: bold;
    color: #fff;
}

.logo_box {
    position: absolute;
    left: -60px;
    top: -59px;
}

/* 头部结束 */

/* 页脚开始 */

.footer {
    width: 100%;
    height: 267px;
    background: #40ae76;
    overflow: hidden;
}

.footer_content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.footer_tit {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer_left {
    width: 415px;
    position: relative;
    float: left;
    margin-right: 70px;
    height: 100%;
}

.footer_left:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 156px;
    background: #70c298;
}

.footer_left ul li {
    float: left;
    text-align: center;
}

.footer_left ul li h5 {
    font-size: 30px;
    color: #fff;
}

.footer_left ul li h5.on {
    font-size: 25px;
    color: #fff;
}

.footer_left ul li p {
    font-size: 12px;
    color: #fff;
}

.jrfwl_num {
    width: 160px;
}

.allfwl_num {
    width: 250px;
}

.footer_center {
    float: left;
    width: 330px;
    position: relative;
}

.footer_center:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 156px;
    background: #70c298;
}

.footer_center ul li {
    font-size: 12px;
    color: #ffffff;
    line-height: 32px;
}

.footer_right {
    width: 320px;
    float: right;
}

.footer_right dl {
    float: left;
    width: 160px;
    height: 150px;
}

.footer_right dl dd {
    font-size: 12px;
    color: #fff;
}

/* 页脚结束 */

/* 分页开始 */

.scy_tylb_fy {
    height: 33px;
    line-height: 33px;
    background: #e9e9e9;
    margin: 35px 0 15px 0;
}

.scy_tylb_fy-nr {
    text-align: center;
    height: 33px;
    line-height: 33px;
}

.scy_tylb_fy-nr ul li {
    font-size: 14px;
    color: #6b6b6b;
    font-family: "微软雅黑";
    display: inline;
    padding: 0 10px;
}

.scy_tylb_fy-nr ul li a {
    color: #6b6b6b;
    cursor: pointer;
}

.scy_tylb_fy-nr ul li a:hover {
    text-decoration: underline;
}

.scy_tylb_hfx {
    width: 930px;
    height: 1px;
    margin: 15px 0;
    border-bottom: 1px solid #cccccc;
}

#pageValue {
    vertical-align: middle;
}

/* 分页结束 */

.bzxm_ggcx_cur_box {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f0f0f0;
    margin-bottom: 20px;
}

.bzxm_ggcx_cur_con {
    width: 1200px;
    margin: 0 auto;
}

.bzxm_ggcx_cur_con p {
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
}

.bzxm_ggcx_cur_con p span {
    margin-right: 10px;
}

.bzxm_ggcx_cur_con h6 {
    float: right;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: #f1751a;
    border-radius: 5px;
    padding: 0 10px;
    margin-top: 6px;
}

.bzxm_ggcx_cur_con h6 span {
    background: url(../bz_images/icon_img/ggcx_icon5.png) no-repeat left center;
    padding-left: 24px;
    margin-right: 15px;
}

.bzxm_ggcx_cur_con h6 em {
    position: relative;
    padding-left: 10px;
}

.bzxm_ggcx_cur_con h6 em:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 14px;
    background: #fff;
    content: "";
}

.nongji_data_con {
    width: 1262px;
    margin: 0 auto;
}

.nongji_data_con1 {
    width: 100%;
}

/* 内容 */

.nongji_list li {
    float: left;
    width: 530px;
    height: 202px;
    padding: 40px 80px 40px 0px;
    border-bottom: 1px solid #eeeeee
}

.nongji_list li .njzb_tu {
    float: left;
    width: 152px;
    height: 202px;
}

.nongji_list li .njzb_tu img {
    width: 152px;
    height: 202px;
}

.nongji_list li .njzb_zi {
    float: right;
    width: 359px;
}

.nongji_list li .njzb_zi h2 a {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.nongji_list li .njzb_zi h2 span {
    display: block;
    font-size: 14px;
    color: #565656;
    line-height: 24px;
    margin-top: 8px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: normal;
}

.nongji_list li .njzb_zi h2 b {
    font-weight: normal;
    font-size: 14px;
    color: #009348;
    margin-top: 8px;
    display: block
}

.zxf_pagediv {
    float: right
}

.nongji_list li .njzb_zi h2 a:hover {
    color: #009348
}

/* 详情 */

.nongji_xiangtop {
    width: 100%;
    text-align: center;
}

.nongji_xiangtop img {
    width: 100%;
    height: 100%
}

.nongji_xiang_con {
    max-width: 1200px;
    margin: 0 auto;
    padding: 29px;
    background-color: #fff;
}

.nongji_xiang_h1 {
    text-align: center;
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}

.nongji_xiang_list {
    margin-top: 14px;
}

.nongji_xiang_list ul {
    text-align: center
}

.nongji_xiang_list ul li {
    display: inline-block;
    text-align: center;
    padding-left: 10px;
}

.nongji_xiang_list ul li p {
    padding-left: 5px;
    float: left;
    border-right: 1px solid #e6e6e6;
    padding-right: 10px
}

.nongji_xiang_list ul li img {
    float: left;
    margin-top: 5px
}

.xian {
    border-top: 1px solid #e8e8e8;
    margin: 22px 0px 30px 0px;
    height: 1px
}

.nongji_xiang_content {
    text-align: center
}

.nongji_xiang_content img {
    text-align: center;
    margin-bottom: 35px;
}

.nongji_xiang_content p {
    text-align: left;
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

.flex-text-wrap {
    width: 100%;
    position: relative;
    *zoom: 1
}

textarea, .flex-text-wrap {
    outline: 0;
    margin: 0;
    border: 0;
    padding: 0;
    *padding-bottom: 0!important
}

.flex-text-wrap textarea, .flex-text-wrap pre {
    *white-space: pre;
    *word-wrap: break-word;
    white-space: pre-wrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 136px
}

.flex-text-wrap textarea {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    resize: none;
    *height: 94%;
    *width: 94%
}

.flex-text-wrap pre {
    display: block;
    visibility: hidden
}

.flex-text-wrap, textarea {
    margin-bottom: 25px
}

textarea, .flex-text-wrap pre {
    line-height: 1.7;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 100%;
    padding: 10px 15px;
    border: 1px solid #c6c8ce;
    width: 100%;
    -webkit-appearance: none;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
    -moz-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
    box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-easing: ease-in-out;
    -moz-transition-easing: ease-in-out;
    -o-transition-easing: ease-in-out;
    -ms-transition-easing: ease-in-out;
    transition-easing: ease-in-out;
    -webkit-transition-property: border-color, -webkit-box-shadow;
    -webkit-transition-property: border-color, box-shadow;
    -moz-transition-property: border-color, -moz-box-shadow;
    -moz-transition-property: border-color, box-shadow;
    -o-transition-property: border-color, box-shadow;
    -ms-transition-property: border-color, box-shadow;
    transition-property: border-color, box-shadow
}

.fork-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 140px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {
    html {
        background-size: 51px auto
    }
}

.commenth3 {
    font-size: 26px;
    color: #333333;
    padding-bottom: 19px;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 7px;
    line-height: 20px
}

.commenth3 span {
    font-size: 26px;
    color: #333333;
    padding-left: 7px;
    line-height: 20px
}

.commenth3 img {
    padding-top: 5px
}

.nongji_mulu {
    width: 1320px;
    margin: 0 auto;
}

.nongji_mulubox1 {
    height: 470px;
    background-color: #fff;
    border-top: 4px solid #009348;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    margin-top: 35px;
}

.nongji_mulubox1_tt {
    font-size: 24px;
    color: #4c4948;
    padding-left: 55px;
    line-height: 69px;
    border-bottom: 1px solid #dbdbda;
    background: url(../images/nongji_mu1.png)no-repeat 2% center
}

.nongji_mu_list li {
    float: left;
    width: 330px;
    box-shadow: 0px 0px 6px rgba(103, 114, 125, 0.13);
    border-radius: 10px;
    margin: 0 55px;
    margin-top: 28px
}

.nongji_mu_list li .img1 img {
    width: 331px;
    height: 224px
}

.nongji_mu_list li h2 {
    font-weight: normal;
    padding: 6px 15px;
}

.nongji_mu_list li h2 a {
    font-size: 16px;
    color: #1a1a1a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 300px;
    display: block;
    word-break: break-all;
}

.nongji_mu_list li h2 span {
    display: block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #1a1a1a
}

.nongji_mu_list li h3 {
    padding: 0 15px 15px 15px;
}

.nongji_mu_list li h3 a {
    font-size: 14px;
    color: #a6a6a6;
    line-height: 29px;
}

.nongji_mu_list li h3 a img {
    padding-right: 5px
}

.nongji_mu_list li h3 .aa1 {
    width: 136px;
    display: inline-block;
}

.nongji_mu_list li h3 .aa2 {
    width: 98px;
    display: inline-block;
}
.nongji_mu_list li h3 .aa3 {
    width: 305px;
    display: inline-block;
}
.nongjimulu_box2 {
    margin-top: 32px;

    background-color: #fff;
    border-top: 4px solid #009348;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 39px
}

.nongji_mulubox1_tt .tt1 {
    background: url(../images/nongji_mu2.png)no-repeat 2% center
}

.nongji_mulist1 {
    padding: 0 18px;
}

.nongji_mulist1 li {
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}

.nongji_mulist1 li h2 {
    padding-left: 0px;
    float: left;
    line-height: 53px;

}
.nongji_mulist1 li h2 span {
    font-size: 16px;
    color: #009348
}
.nongji_mulist1 li h2 img{padding-left:11px;vertical-align: middle;}

.nongji_mulist1 li h2 a {
    font-size: 16px;
    color: #221815;
    padding-left: 9px;

}

.nongji_mulist1 li h3 {
    float: right;
    line-height: 53px;
    width:466px;
}



.nongji_mulist1 li h3 img {

    padding-right: 10px;
    vertical-align: middle;
}

.nongji_mulist1 li h3 a.aa1{width: 198px;display: inline-block;font-size:16px;color:#999999;overflow: hidden;   line-height: 53px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;}

.nongji_mulist1 li h3 a.aa2{width: 170px;display: inline-block;font-size:16px;color:#999999;overflow: hidden;line-height: 53px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;}

.nongji_mulist1 li h3 a.aa3{width: 89px;display: inline-block;font-size:16px;color:#999999;overflow: hidden;    line-height: 53px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;}




.nongjimulu_box2_tt{height:51px;background-color:#efefef;border:1px solid #dadada}
.nongjimulu_box2_tt h2{font-size:16px;color:#4c4948;line-height:51px;padding-left:15px;float:left;}
.nongjimulu_box2_tt1{float:right;width:466px;margin-right:15px}
.nongjimulu_box2_tt1 ul li{width:203px;float:left;font-size:16px;color:#4c4948;line-height:51px}
.nongjimulu_box2_tt1 ul li:nth-child(2){width:166px;float:left}
.nongjimulu_box2_tt1 ul li:nth-child(3){width:96px;float:left}