/*commom style*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.hide {
    display: none;
}

main {
    background: #FFFFFF;
    margin-bottom: 50px;
}

.hotline {
    height: 168px;
    background: #F7F7F7;
    margin-top: 50px;
    text-align: center;
    padding: 12px 41px 24px 41px;
    border-bottom: 10px solid #59931C;
}

.hotline a {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 46px;
    line-height: 65px;
    color: #000000;
}


/* 图片新闻 */

.lb {
    width: 100%;
    height: 678px;
    margin-top: 30px;
}

#slideBox-slide2.slideBox {
    width: 1200px;
    height: 678px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

#slideBox-slide2.slideBox .hd {
    height: 60px;
    overflow: hidden;
    position: absolute;
    right: 22px;
    bottom: 16px;
    z-index: 1;
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 400;
}

#slideBox-slide2.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

#slideBox-slide2.slideBox .hd ul li {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #888888;
    cursor: pointer;
    color: #fff;
}

#slideBox-slide2.slideBox .hd ul li.on {
    background: #FE6F00;
    color: #fff;
}

#slideBox-slide2.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

#slideBox-slide2.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    color: #fff;
    position: relative;
}

#slideBox-slide2.slideBox .bd li div {
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    line-height: 96px;
    height: 96px;
    background: #000000cc;
    padding-left: 30px;
}

#slideBox-slide2.slideBox .bd li div a {
    color: #fff;
    text-decoration: none;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 32px;
}

#slideBox-slide2.slideBox .bd img {
    width: 1200px;
    height: 678px;
    display: block;
}


/* section1 */

.section1 {
    height: 701px;
    background: #F7F7F7;
    padding: 30px;
}

.section1-con {
    width: 1140px;
    height: 641px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 30px;
}

.section1-title {
    height: 68px;
}

.title1 {
    height: 68px;
    line-height: 48px;
    padding: 10px 0;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
}

.title1 li {
    padding: 0 30px;
    border-left: 3px solid #666666;
}

.title1 li:first-child {
    padding-left: 0;
    border: 0;
}

.title1 li.on1 {
    color: #59931C;
}

.list1 {
    margin-top: 30px;
}

.list1 li {
    padding-left: 23px;
    background: url(bt-listPic.png) left center no-repeat;
    line-height: 72px;
    text-align: justify;
}

.list1 li a {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    color: #000000;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
}

.list1 li span {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    color: #666666;
    float: right;
}

.more1 {
    margin-top: 7px;
}

.more1 li a {
    line-height: 45px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 32px;
    color: #59931C;
    text-align: center;
}

.section2 {
    width: 1200px;
    height: 571px;
    background: #F7F7F7;
    padding: 30px;
    margin-top: 50px;
}

.section2-con {
    width: 1140px;
    height: 511px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-top: 10px solid #59931C;
    padding: 18px 30px 30px 30px;
}

.section2-title {
    height: 68px;
}

.title2 {
    height: 68px;
    line-height: 48px;
    padding: 10px 0;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
}

.list2 {
    margin-top: 34px;
}

.list2 li {
    padding-left: 22px;
    background: url(bt-listPic.png) left center no-repeat;
    line-height: 72px;
    text-align: justify;
}

.list2 li a {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    color: #000000;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
}

.list2 li span {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    color: #666666;
    float: right;
}

.more2 {
    margin-top: 18px;
}

.more2 li a {
    line-height: 45px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 32px;
    color: #59931C;
    text-align: center;
}


/* 政策文件 */

.section3 {
    width: 1200px;
    height: 571px;
    background: #F7F7F7;
    padding: 30px;
    margin-top: 50px;
}

.section3-con {
    width: 1140px;
    height: 511px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-top: 10px solid #59931C;
    padding: 18px 30px 30px 30px;
}

.section3-title {
    height: 68px;
}

.title3 {
    height: 68px;
    line-height: 48px;
    padding: 10px 0;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
}

.title3 li {
    padding: 0 30px;
    border-left: 3px solid #666666;
}

.title3 li:first-child {
    padding-left: 0;
    border: 0;
}

.title3 li.on3 {
    color: #59931C;
}

.list3 {
    margin-top: 34px;
}

.list3 li {
    padding-left: 22px;
    background: url(bt-listPic.png) left center no-repeat;
    line-height: 72px;
    text-align: justify;
}

.list3 li a {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    color: #000000;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
}

.list3 li span {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    color: #666666;
    float: right;
}

.more3 {
    margin-top: 17px;
}

.more3 li a {
    line-height: 45px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 32px;
    color: #59931C;
    text-align: center;
}

.section4 {
    width: 1200px;
    height: 1612px;
    background: #F5F5F5;
    padding: 30px;
    margin-top: 50px;
}

.section4-con {
    width: 1140px;
    height: 1550px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.title4 {
    width: 100%;
    height: 120px;
    line-height: 120px;
    background: #F3FFF0;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 40px;
    padding-right: 30px;
}

.tit {
    background: url(title.png) no-repeat left center;
    padding-left: 46px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
}

.more4 {
    width: 113px;
    height: 64px;
    line-height: 64px;
    background: #FFFFFF;
    border-radius: 32px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 32px;
    color: #4BA233;
    text-align: center;
    margin-top: 28px;
}

.section4-box {
    padding: 0 30px;
}

.xxgk-top li {
    width: 339px;
    height: 113px;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.xxgk-top li:nth-child(3n) {
    margin-right: 0px;
}

.xxgk-top li a {
    width: 100%;
    height: 100%;
    line-height: 113px;
    display: block;
    padding-left: 88px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    color: #000000;
}

.xxgk-top li:hover {
    background: #FAFFF9;
    border-bottom: none;
}

.xxgk-top li:hover a {
    color: #1F7A3A;
}

.xxgk-li1 a {
    background: url(xxgk1.png) no-repeat 31px center;
}

.xxgk-li1:hover a {
    background: url(xxgk1-on.png) no-repeat 31px center;
}

.xxgk-li2 a {
    background: url(xxgk2.png) no-repeat 31px center;
    padding-left: 100px !important;
}

.xxgk-li2:hover a {
    background: url(xxgk2-on.png) no-repeat 31px center;
    padding-left: 100px !important;
}

.xxgk-li3 a {
    background: url(xxgk3.png) no-repeat 32px center;
    padding-left: 94px !important;
}

.xxgk-li3:hover a {
    background: url(xxgk3-on.png) no-repeat 32px center;
    padding-left: 94px !important;
}

.xxgk-li4 a {
    background: url(xxgk4.png) no-repeat 31px center;
}

.xxgk-li4:hover a {
    background: url(xxgk4-on.png) no-repeat 31px center;
}

.xxgk-li5 a {
    background: url(xxgk5.png) no-repeat 31px center;
    padding-left: 100px !important;
}

.xxgk-li5:hover a {
    background: url(xxgk5-on.png) no-repeat 31px center;
    padding-left: 100px !important;
}

.xxgk-li6 a {
    background: url(xxgk6.png) no-repeat 31px center;
    padding-left: 93px !important;
}

.xxgk-li6:hover a {
    background: url(xxgk6-on.png) no-repeat 31px center;
    padding-left: 93px !important;
}

.xxgk-bottom li {
    width: 339px;
    height: 110px;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    background: #F5F5F5;
}

.xxgk-bottom li:nth-child(3n) {
    margin-right: 0px;
}

.xxgk-bottom li a {
    width: 100%;
    height: 100%;
    line-height: 108px;
    display: block;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    color: #000000;
}

.xxgk-bottom li:hover a {
    color: #1F7A3A;
}

.xxgk-li7 a {
    background: url(xxgk7.png) no-repeat 31px center;
    padding-left: 98px;
}

.xxgk-li8 a {
    background: url(xxgk8.png) no-repeat 31px center;
    padding-left: 112px;
}

.xxgk-li9 a {
    background: url(xxgk9.png) no-repeat 31px center;
    padding-left: 116px;
}

.xxgk-li10 a {
    background: url(xxgk10.png) no-repeat 31px center;
    padding-left: 98px;
}

.xxgk-li11 a {
    background: url(xxgk11.png) no-repeat 31px center;
    padding-left: 114px;
}

.xxgk-li12 a {
    background: url(xxgk12.png) no-repeat 31px center;
    padding-left: 116px;
}

.zdly {
    margin-top: 30px;
    padding: 0 30px;
}

.zdly-tit {
    height: 62px;
    line-height: 62px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 44px;
    color: #000000;
}

.zdly-list {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}

.zdly-title {
    width: 234px;
    height: 96px;
    background: #4BA233;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 96px;
    text-align: center;
}

.zdly-ulnoe {
    margin-left: 40px;
    width: 804px;
    float: left;
    height: 96px;
}

.zdly-ulnoe li {
    line-height: 96px;
    height: 96px;
    width: 48%;
    float: left;
}

.zdly-ulnoe li a {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    color: #333333;
    letter-spacing: 0;
}

.zdly-ultwo {
    margin-left: 40px;
    width: 804px;
    float: left;
    height: 96px;
}

.zdly-ultwo li {
    line-height: 48px;
    height: 48px;
    width: 48%;
    float: left;
}

.zdly-ultwo li a {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    color: #333333;
    letter-spacing: 0;
}

.section5 {
    height: 1069px;
    background: #F5F5F5;
    padding: 30px;
    margin-top: 50px;
}

.section5-con {
    width: 1140px;
    height: 1009px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.title5 {
    width: 100%;
    height: 120px;
    line-height: 120px;
    background: #F3FFF0;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 40px;
    padding-right: 30px;
}

.more5 {
    width: 114px;
    height: 64px;
    line-height: 64px;
    background: #FFFFFF;
    border-radius: 32px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 32px;
    color: #4BA233;
    text-align: center;
    margin-top: 26px;
}

.section5-box {
    padding: 0 30px;
}

.bsfw-top li {
    float: left;
    width: 524px;
    height: 90px;
    line-height: 90px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    margin-top: 28px;
    margin-right: 30px;
}

.bsfw-top li:nth-child(2) {
    margin-right: 0px;
}

.bsfw-top li a {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 36px;
    color: #000000;
    display: block;
}

.bsfw1 a {
    background: url(bsfw1.png) 30px center no-repeat;
    padding-left: 138px;
}

.bsfw2 a {
    background: url(bsfw2.png) 82px 13px no-repeat;
    padding-left: 171px;
}

.bsfw-bottom li {
    width: 339px;
    height: 220px;
    background: #F5F5F5;
    text-align: center;
    padding: 30px 24px 0 24px;
    margin-top: 30px;
    margin-right: 30px;
    float: left;
}

.bsfw-bottom li:nth-child(3n) {
    margin-right: 0px;
}

.bsfw-bottom li:nth-child(8) {
    width: 709px;
    margin-right: 0px;
}

.bsfw-bottom li a {
    width: 100%;
    height: 100%;
    display: block;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    color: #000000;
}

.bsfw-bottom li a p {
    margin-top: 10px;
}

.section6 {
    height: 490px;
    background: #F5F5F5;
    padding: 30px;
    margin-top: 50px;
}

.section6-con {
    width: 1140px;
    height: 430px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.title6 {
    width: 100%;
    height: 120px;
    line-height: 120px;
    background: #F3FFF0;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 40px;
    padding-right: 30px;
}

.more6 {
    width: 123px;
    height: 64px;
    line-height: 64px;
    background: #FFFFFF;
    border-radius: 32px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 32px;
    color: #4BA233;
    text-align: center;
    margin-top: 30px;
}

.section6-box {
    padding: 0 30px;
}

.hdjl li {
    width: 339px;
    height: 110px;
    line-height: 110px;
    float: left;
    background: #F5F5F5;
    margin-top: 30px;
    margin-right: 30px;
}

.hdjl li:nth-child(3n) {
    margin-right: 0;
}

.hdjl li a {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 36px;
    color: #000000;
    padding-left: 100px;
    display: block;
}

.hdjl1 a {
    background: url(hdjl1.png) 30px center no-repeat;
}

.hdjl2 a {
    background: url(hdjl2.png) 30px center no-repeat;
}

.hdjl3 a {
    background: url(hdjl3.png) 30px center no-repeat;
}

.hdjl4 a {
    background: url(hdjl4.png) 30px center no-repeat;
}

.hdjl5 a {
    background: url(hdjl5.png) 30px center no-repeat;
}

.hdjl6 a {
    background: url(hdjl6.png) 30px center no-repeat;
}

.section7 {
    padding: 30px;
    margin-top: 50px;
    height: 880px;
    background: #F5F5F5;
}

.section7-con {
    width: 1140px;
    height: 820px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.title7 {
    width: 100%;
    height: 120px;
    line-height: 120px;
    background: #F3FFF0;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 40px;
    padding-right: 30px;
}

.section7-box {
    padding: 0 30px;
}

.zt li {
    width: 524px;
    height: 260px;
    margin-top: 30px;
    margin-right: 30px;
    float: left;
}

.zt li:nth-child(2n) {
    margin-right: 0;
}

.zt li a img {
    width: 524px;
    height: 260px;
}

.more7 {
    width: 232px;
    height: 60px;
    line-height: 54px;
    background: #FA8900;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    display: block;
}


/* 底部 */