@font-face {
    font-family: "text";
    src: url("../font/fzxst_GBK.TTF");
}
.content {
    background: #f5fcfc;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    position: relative;
}

/* 背景 */
.bg1 {
    width: 100%;
    height: 520px;
    background: url(../img/bg1.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
}
.bg2 {
    width: 100%;
    height: 632px;
    background: url(../img/bg2.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 520px;
    z-index: 1;
}
.bg3 {
    width: 100%;
    height: 736px;
    background: url(../img/bg3.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 1152px;
    z-index: 1;
}
.bg4 {
    width: 100%;
    height: 632px;
    background: url(../img/bg2.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
}
/* 背景 */
.content .block {
    width: 1200px;
    padding: 40px;
    background: #fff;
    z-index: 2;
    position: relative;
}
.content .block .title {
    margin-bottom: 24px;
    height: 34px;
}
.content .block .title-tx1,
.content .block .title-tx4,
.content .block-left .title-tx2,
.content .block-left .title-tx3,
.content .block .title-tx5,
.content .block .title-tx6 {
    display: inline-block;
    position: absolute;
    left: 100px;
    width: 220px;
    height: 40px;
    background: transparent;
    left: 500px;
    cursor: pointer;
}

.content .block-left .title-tx2 {
    left: 40px;
}
.content .block-left .title-tx3 {
    left: 40px;
}
.block-part {
    width: 100%;
    display: flex;
}
.block-part .left {
    width: 654px;
    /* height: 100%; */
    padding-right: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.block-part .left video {
    background: #000;
    /* border: 1px solid #bdd2ac; */
}
.block-part .right {
    width: calc(100% - 654px);
    height: 100%;
}
.main-title {
    height: 64px;
    color: #428900;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 36px */
    letter-spacing: 0.48px;
    position: relative;
    padding-left: 16px;
    cursor: pointer;
}
.main-title::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #428900;
    position: absolute;
    top: 18px;
    margin-top: -4px;
    left: 0px;
}
.main-content {
    display: flex;
    height: 148px;
    padding: 8px 12px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
    letter-spacing: 0.36px;
    background: #ecf8f4;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.sxfgx {
    width: 100%;
    height: 10px;
    margin-top: 10px;
}

.main-list .lis,
.main-list .lis a {
    display: flex;
    width: 100%;
    height: 20px;
    margin-bottom: 29px;
}
.main-list .lis a:hover span:nth-child(1) {
    color: #428900;
    font-weight: bold;
}
.main-list .lis a:hover span:nth-child(1)::before {
    background: #428900;
}
.main-list .lis a:hover span:nth-child(2) {
    color: #666666;
}
.main-list .lis span:nth-child(1),
.main-list .lis a span:nth-child(1) {
    display: inline-block;
    width: 450px;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    word-break: keep-all;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.36px;
    padding-top: 0px;
    position: relative;
    padding-left: 16px;
    white-space: nowrap;
}
.main-list .lis a span:nth-child(1)::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #d7d7d7;
    position: absolute;
    top: 0%;
    margin-top: 6px;
    left: 0px;
}
.main-list .lis span:nth-child(2),
.main-list .lis a span:nth-child(2) {
    display: inline-block;
    width: 80px;
    color: #999;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;
    padding-top: 0px;
    padding-left: 20px;
}

.block-row {
    display: flex;
    flex-direction: row;
}
.block-row .block-left {
    width: 50%;
    position: relative;
}
.block-row .block-left:nth-child(1) {
    margin-right: 24px;
}

.block-part .tabs {
    background: #e9ede3;
    width: 100%;
    display: flex;
    height: 48px;
    margin-bottom: 20px;
}
.block-part .tabs > div {
    width: 20%;
    height: 48px;
    color: #555;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 180% */
    letter-spacing: 0.4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.block-part .tabs > div.active,
.block-part .tabs > div:hover {
    color: #10a04c;
    position: relative;
}
.block-part .tabs > div.active::before,
.block-part .tabs > div:hover::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #10a04c;
    position: absolute;
    bottom: 0;
    left: 0;
}
.block-part {
    display: flex;
}
.block-part-gz {
    height: 454px;
}
.slyb-content {
    width: 548px;
    height: 386px;
    background: url(../img/slyb-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    padding: 32px 20px;
}
.slyb-content .slyb-cont-part {
    display: none;
}
.slyb-content .slyb-cont-part.active {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.block-part-column {
    flex-direction: column;
}

.slyb-left {
    width: 476px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slyb-content .slyb-left:nth-child(1) {
    align-items: flex-start;
}
.slyb-content .slyb-left:nth-child(2) {
    align-items: flex-end;
}
.slyb-content .slyb-left:nth-child(2) .slyb-bot-cont {
    padding-left: 10px;
}
.slyb-left .img {
    width: 245px;
    height: 199px;
    margin-bottom: 16px;
    overflow: hidden;
}
.slyb-left .img span {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #efefef;
}
.slyb-left .img img {
    height: 100%;
    transition: all 0.5s;
    cursor: pointer;
}
.slyb-left:hover img {
    transform: scale(1.05);
}
.slyb-title {
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.36px;
    margin-bottom: 12px;
    height: 42px;
    cursor: pointer;
}
.slyb-left:hover .slyb-bot-cont .slyb-title {
    color: #428900;
    font-weight: 600;
}
.slyb-text {
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.36px;
    margin-bottom: 12px;
    height: 57px;
    line-height: 20px;
}

/* 生态文化 */
.block-part-stwh {
    height: 574px;
}
.block-part-stwh .stwh-mess {
    width: 267px;
    background: #eff8e3;
    margin-right: 20px;
}
.stwh-jk {
    background: #eff8e3;
    height: 454px;
    padding: 20px;
}
.stwh-line {
    margin-top: 12px;
}
.stwh-jk .stwh-title,
.stwh-wxzp .stwh-title {
    overflow: hidden;
    color: #10a04c;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 48px */
    letter-spacing: 0.48px;
    cursor: pointer;
}
.stwh-wxzp {
    padding: 20px;
    height: 120px;
    background: #e9ede3;
}
.stwh-wxzp .stwh-title {
    color: #333;
}
.stwh-wxzp .stwh-title:hover {
    color: #10a04c;
}
.stwh-js {
    width: 236px;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.36px;
    margin: 12px 0;
    cursor: pointer;
}
.stwh-js a {
    font-size: 16px;
    line-height: 150%; /* 24px */
    cursor: pointer;
    color: #333;
}
.stwh-js a:hover {
    color: #428900;
}
.stwh-cont {
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 36px */
    letter-spacing: 0.36px;
    margin-bottom: 12px;
    text-align: justify;
}

.stwh-imgs {
    width: 833px;
    display: flex;
}
.stwh-imgs .img-l {
    width: 540px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}
.stwh-imgs .img-l > .img1-c {
    width: 540px;
    height: 282px;
    cursor: pointer;
    margin-bottom: 20px;
}
.stwh-imgs .img-l .img-bt {
    height: 282px;
    display: flex;
    justify-content: space-between;
}
.stwh-imgs .img-l .img-bt img:nth-child(1) {
    margin-right: 20px;
}
.stwh-imgs .img-l .img-bt .img2-c,
.stwh-imgs .img-l .img-bt .img2-c {
    width: 260px;
    height: 282px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.stwh-imgs .img-l .img-bt .img2-c span {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000057;
    color: #fff;
    display: none;
}
.stwh-imgs .img-l .img-bt .img2-c:hover span {
    display: inline-block;
}
.stwh-imgs .img-l .img-bt .img2-c:hover img {
    transform: scale(1.05);
}
.stwh-imgs .img-l .img-bt .img2-c img {
    width: 100%;
    transition: all 0.5s;
}
.img-r img {
    width: 273px;
    height: 584px;
    cursor: pointer;
}
.img1-c,
.img-r {
    position: relative;
    overflow: hidden;
}
.img1-c img,
.img-r img {
    width: 100%;
    transition: all 0.5s;
}
.img1-c span,
.img-r span {
    width: 100%;
    height: 50px;
    background: #00000057;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.img1-c:hover img,
.img-r:hover img {
    transform: scale(1.05);
}
.img1-c:hover span,
.img-r:hover span {
    display: block;
    text-align: center;
    line-height: 50px;
}

/* 数字看板 */
.block-part-szkb {
    display: flex;
}
.block-part-szkb .szkb-l {
    width: 520px;
    margin-right: 20px;
}
.block-part-szkb .szkb-l .szkb-l-title span:nth-child(2) {
    cursor: pointer;
}
.iframe-zskb {
    border: 1px solid #a4be83;
}
.iframe-zskb iframe {
    width: 518px;
    height: 930px;
    background: url(../img/gz-bg.png) no-repeat;
}
.block-part-szkb .szkb-r {
    width: 580px;
}
.iframe-zskb iframe .titletext {
    display: none;
}
.szkb-l-title {
    padding: 10px;
    height: 52px;
    background: linear-gradient(90deg, #eff8e3 0%, rgba(239, 248, 227, 0.2) 100%);
    display: flex;
    align-items: center;
}
.szkb-l-title img {
    margin-right: 12px;
}
.szkb-l-title span:nth-child(2) {
    color: #000;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    letter-spacing: 0.48px;
    margin-right: 12px;
}
.szkb-l-title span:nth-child(3) {
    color: #666;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.36px;
}
.shjpm-table {
    width: 100%;
    border-left: 1px solid #ced4c3;
    border-right: 1px solid #ced4c3;
    border-top: 1px solid #ced4c3;
}
.shjpm-table thead tr th {
    background: #d6eecb;
    color: #222;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 26.4px */
    letter-spacing: 0.44px;
}
.shjpm-table thead tr th {
    width: 96px;
    height: 38px;
}
.shjpm-table thead tr th:nth-child(2) {
    width: 143px;
    border-right: 1px solid #ced4c3;
    border-left: 1px solid #ced4c3;
}
.shjpm-table thead tr th:nth-child(3) {
    width: 340px;
}
.scroll-box {
    /* height: 482px; */
    height: 398px;
    width: 100%;
    overflow-y: auto;
    position: relative;
    margin-bottom: 20px;
    border-left: 1px solid #ced4c3;
    border-right: 1px solid #ced4c3;
    border-bottom: 1px solid #ced4c3;
}
::-webkit-scrollbar {
    width: 0px;
}

.scroll-box tr td {
    background: #f2f8e9;
    height: 36px;
    text-align: center;
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
    letter-spacing: 0.36px;
    border-top: 1px solid #ced4c3;
}
.shjpm-table tbody tr {
    border-top: 1px solid #ced4c3;
}
.shjpm-table tbody tr td:nth-child(2) {
    border-right: 1px solid #ced4c3;
    border-left: 1px solid #ced4c3;
}
.scroll-box td .line {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.scroll-box td .line .line-num {
    width: 178px;
    height: 12px;
    background: #d2d9c7;
    position: relative;
}
.scroll-box td .line .line-num span {
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #60c658;
}
.zskb-lj {
    display: flex;
    flex-direction: column;
}
.zskb-lj a {
    display: inline-block;
    width: 580px;
    height: 152px;
    margin-bottom: 12px;
}
.zskb-lj a img {
    width: 580px;
    height: 152px;
}
.zskb-lj a:nth-last-child(1) {
    margin-bottom: 0;
}
/* 美丽行动 */
.block-part-mlxd {
    height: 100px;
}
.block-part-mlxd img,
.block-part-mlxd a {
    display: inline-block;
    width: 208px;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s;
}
.block-part-mlxd img:nth-last-child(1),
.block-part-mlxd a:nth-last-child(1) {
    margin-right: 0;
}
.block-part-mlxd a:hover img {
    transform: scale(1.1);
}
/* 轮播 */

.swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background: url(../img/next-img.png) no-repeat !important;
    background-size: 100% 100% !important;
    right: 10px;
    left: auto;
}
.swiper-button-next:hover {
    background: url(../img/next-img-h.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    background: url(../img/pre-img.png) no-repeat !important;
    background-size: 100% 100% !important;
    right: 10px;
    left: auto;
}
.swiper-button-prev:hover {
    background: url(../img/pre-img-h.png) no-repeat !important;
    background-size: 100% 100% !important;
}
.swiper-wrapper .swiper-slide {
    width: 100%;
    height: 455px !important;
}
.swiper-wrapper .swiper-slide a {
    display: inline-block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-wrapper .swiper-slide img {
    height: 455px !important;
    transition: all 0.5s;
}
.swiper-wrapper .swiper-slide a:hover img {
    transform: scale(1.05);
}
.swiper-wrapper .swiper-slide span {
    min-height: 30px;
    width: 100%;
    background: #00000057;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.swiper-wrapper .swiper-slide a:hover span {
    display: inline-block;
}
.swiper-wrapper .swiper-slide:hover span {
    display: inline-block;
}
.ckyw,
.ckyw a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 24px;
    overflow: hidden;
    color: #428900;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.32px;
    cursor: pointer;
}
.ckyw img,
.ckyw a {
    margin-left: 10px;
}
.ckyw img {
    width: 20px;
}
.tr-line {
    border-top: 1px solid #ced4c3;
    height: 10px;
}
