.main-up .up-xmt {
    width: 100%;
    position: relative;
}

.main-up .up-xmt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/mian-left-icobg.png) no-repeat;
    width: 211px;
    height: 735px;
    z-index: -1;
}

.main-up .up-xmt::after {
    content: '';
    position: absolute;
    top: 290px;
    right: 0;
    background: url(../img/mian-right-icobg.png) no-repeat;
    width: 194px;
    height: 547px;
    z-index: -1;
}

.up-xswl {
    position: relative;
}

.up-xswl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/mian-left-icobg.png) no-repeat;
    width: 211px;
    height: 735px;
    z-index: -1;
}

.up-xswl::after {
    content: '';
    position: absolute;
    top: 290px;
    right: 0;
    background: url(../img/mian-right-icobg.png) no-repeat;
    width: 194px;
    height: 547px;
    z-index: -1;
}


.xmt-box {
    width: 100%;
    height: 198px;
    border: 1px solid #f3f3f3;
    margin-bottom: 65px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.xmt-box .xmt-name {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.xmt-box .xmt-name span {
    font-size: 18px;
    color: #007147;
    padding-left: 10px;
}

.xmt-box .xmt-code {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.xmt-box .xmt-code .box {
    margin: 0 10px;
}

.xmt-box .xmt-code .box {
    background: #fff;
    padding: 10px 10px 0 10px;
    border-radius: 10px;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.xmt-box .xmt-code .box p {
    font-size: .14rem;
    color: #007147;
    text-align: center;
    line-height: 30px;
}

.xmt-box:hover {
    border: 1px solid #007147;
}

.xmt-box:hover .xmt-code {
    display: flex;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.xmt-box:hover .xmt-name {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.xmt-box .xmt-code .box img {
    width: 100%;
}

.shfw-dtl .detail {
    padding: 55px 155px;
    border: 1px solid #e5e5e5;
}

.shfw-dtl .detail .title {
    font-size: .28rem;
    font-weight: bold;
    color: #444;
    text-align: center;
}

.shfw-dtl .detail .dtl {
    border-top: 1px solid #e5e5e5;
    padding: 35px 0 0 0;
    width: auto;
}

.shfw-dtl .detail .dtl p {
    font-size: .16rem;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 10px;
}

.con-landing .item {
    border: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
}

.con-landing .item .img {
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}

.con-landing .item .img img {
    width: 100%;
    border-radius: 10px 0 0 10px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-landing .item .text {
    box-sizing: border-box;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con-landing .item .text .name {
    font-size: .2rem;
    color: #303030;
    font-weight: bold;
    padding-bottom: 10px;
}

.con-landing .item .text p {
    color: #303030;
    font-size: .16rem;
    line-height: 30px;
}

.con-landing .item .text .right a {
    color: #007147;
    font-weight: bold;
    text-decoration: revert;
}

.con-landing .item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-landing .item:hover {
    border: 1px solid #007147;
}

.up-cpzx .item {
    background: #fafafa;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden;
}

.up-cpzx .item:nth-child(even) {
    flex-direction: row-reverse;
}

.up-cpzx .item .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 35px 0 25px;

}

.up-cpzx .item .text .name {
    font-size: .24rem;
    color: #454545;
}

.up-cpzx .item .text .desc {
    font-size: .16rem;
    color: #454545;
    line-height: 25px;
    height: 75px;
}

.up-cpzx .item .text .more {
    font-size: .16rem;
    color: #066e48;
    display: inline-block;
    width: 188px;
    height: 55px;
    border: 1px solid #066e48;
    border-radius: 10px 50px 10px 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.up-cpzx .item .img {
    overflow: hidden;
}

.up-cpzx .item .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.up-cpzx .item:hover .text {
    background: url(../img/up-cpzx-itembg.png) right bottom no-repeat;
}

.up-cpzx .item:hover .text .more {
    color: #fff;
    background: #007147;
}

.up-cpzx .item:hover .text .name {
    color: #007147;
    font-weight: bold;
}

.up-cpzx .item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/* qywh */

.jtwh-item-list {
    width: 100%;
    /* background: url(../img/qywh-img.png) center no-repeat; */
    /* background-size: cover; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/qywh-img.png);
}

.jtwh-item-list .item {
    width: 33.3333%;
    height: 350px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.jtwh-item-list .item2,
.jtwh-item-list .item5 {
    /* width: calc(33.3333% - 2px); */
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.jtwh-item-list .item1,
.jtwh-item-list .item2,
.jtwh-item-list .item3 {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}



.jtwh-item-list .item .font_family {
    color: #fff;
    font-size: .48rem;
}

.jtwh-item-list .item .name {
    color: #fff;
    font-size: .24rem;
    margin: 0.15rem 0 0.05rem 0;
}

.jtwh-item-list .item .name-en {
    color: #fff;
    font-size: .16rem;
    opacity: .4;
    text-transform: uppercase;
}

.jtwh-item-list .item .desc {
    width: 100%;
    line-height: 30px;
    font-size: .16rem;
    /* margin: 0.15rem 0 0.3rem 0; */
    display: none;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding: 0 0.4rem;
    opacity: 0.9;
    text-align: center;
}

.jtwh-item-list .item5 .desc {
    text-align: left;
}

.jtwh-item-list .item .desc a {
    color: #fff;
}

.jtwh-item-list .item:hover .desc {
    display: block;
    transition: all 0.5s ease-in-out;
}

.jtwh-item-list .item:hover .font_family,
.jtwh-item-list .item:hover .name,
.jtwh-item-list .item:hover .name-en,
.jtwh-item-list .item:hover .more {
    display: none;
}



.jtwh-item-list .item .more {
    color: #fff;
    font-size: .3rem;
}

.jtwh-item-list .item:hover {
    background: url(../img/qywh-item-bg.png) no-repeat;
    background-size: cover;
}

.jtwh-item-list .item1:hover {
    border-radius: 10px 0 0 0;
}

.jtwh-item-list .item3:hover {
    border-radius: 0 10px 0 0;
}

.jtwh-item-list .item4:hover {
    border-radius: 0 0 0 10px;
}

.jtwh-item-list .item6:hover {
    border-radius: 0 0 10px 0;
}


.jtwh-news-list {
    padding-top: .8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jtwhside {
    width: 690px;
}

.tablist6 {
    width: calc(100% - 720px);
}

.jtwhside .swiper-slide .img {
    overflow: hidden;
    border-radius: 10px;
}

.jtwhside .swiper-slide .img img {
    width: 100%;
}

.jtwhside .swiper-slide .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: .2rem;
    height: .8rem;
    line-height: .8rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 30% 0 20px;
    z-index: 99;
}

.jtwhside .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    right: 0;
    height: 100%;
    background: url(../img/main-cpzx-mark.png) center no-repeat;
    background-size: cover;
}


.jtwhside .swiper-paginationjtwh {
    position: absolute;
    left: auto;
    right: 20px;
    width: auto;
    z-index: 99;
    bottom: .2rem;
}

.jtwhside .swiper-pagination-bullet {
    width: .3rem;
    height: .3rem;
    opacity: .5;
    margin: 0 !important;
    background: url(../img/news-bullet-ico.png) center center no-repeat;
}

.jtwhside .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    opacity: 1;
}


/* 新闻中心 */
.xwzxside .swiper-slide .img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.xwzxside .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xwzxside .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.xwzxside .swiper-slide .tt {
    width: 100%;
    height: 105px;
    background: #066E48;
    border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.xwzxside .swiper-slide .title {
    color: #fff;
    font-size: .2rem;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    width: 100%;
    z-index: 99;
    margin-bottom: 15px;
}

.xwzxside .swiper-slide .dete {
    color: #fff;
    font-size: 14px;
}

/* .xwzxside .swiper-slide .img::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    right: 0;
    height: 100%;
    background: url(../img/main-cpzx-mark.png) center no-repeat;
    background-size: 120% 120%;
    border-radius: 10px;
} */


.xwzxside .swiper-paginationjtwh {
    position: absolute;
    left: auto;
    right: 20px;
    width: auto;
    z-index: 99;
    bottom: 10px;
}

.xwzxside .swiper-pagination-bullet {
    width: .3rem;
    height: .3rem;
    opacity: .5;
    margin: 0 !important;
    background: url(../img/news-bullet-ico.png) center center no-repeat;
}

.xwzxside .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    opacity: 1;
}


.tablist6 .hd .more a {
    display: none;
}

.tablist6 .hd {
    position: relative;
}

.tablist6 .hd .more a.on {
    display: block;
}

.tablist6 .hd .more {
    position: absolute;
    right: 0;
    top: 5px;
}

.tablist6 .hd .more a {
    color: #353535;
    opacity: .7;
    font-size: .16rem;
}




/* up-xwzx */



.up-kycx {
    width: 100%;
    background: #066e48;
    margin: 160px 0;
    position: relative;
    /* display: none !important; */
}

.up-kycx .column {
    padding-top: 30px;
}

#wave10 {
    position: absolute;
    width: 100%;
    height: 120px;
    top: -120px;
    z-index: 10;
}

#wave11 {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: -118px;
    z-index: 10;
    left: 0;
    transform: rotate(180deg);
}

.up-kycx .name,
.up-kycx .name-en,
.up-kycx .column .more {
    color: #fff;
}

.up-kycx .column .more {
    color: #fff;
    border: 1px solid #fff;
    opacity: .5;
}

.up-kycx-list li .box {
    border-radius: 10px;
    background: #f5f8fd;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.up-kycx-list li .box .d {
    font-size: 36px;
    color: #161616;
    text-align: center;
}

.up-kycx-list li .box .y {
    color: #aaaaaa;
    font-size: 16px;
    text-align: center;
}

.up-kycx-list li .box .dete {
    min-width: 65px;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #e5e5e5;
}

.up-kycx-list li .box .text {
    box-sizing: border-box;
    padding: 8px 0;
    width: calc(100% - 115px);
}

.up-kycx-list li .box .title {
    font-size: 16px;
    color: #353535;
    line-height: 21px;
    height: 21px;
}

.up-kycx-list li .box .desc {
    color: #282828;
    opacity: .5;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: .15rem;
}

.up-kycx-list li .box:hover {
    top: -5px;
    transition: all 0.5s ease-in-out;
}

.up-kycx-list li .box:hover .d {
    color: #066e48;
}

.up-kycx-list li .box:hover .title {
    color: #066e48;
    font-weight: bold;
}

.up-shzr .column {
    padding-top: 30px;
}

.up-shzr-list .swiper-slide .img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.up-shzr-list .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.up-shzr-list .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.up-shzr-list .swiper-slide .title {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #efefef;
    font-size: .16rem;
    color: #353535;
    text-align: center;
    box-sizing: border-box;
    padding: 0 .2rem;
    border-radius: 0 0 10px 10px;
}

.up-shzr-list .swiper-slide:hover .title {
    background: #007147;
    color: #fff;
}

.up-shzr-list .swiper-paginationshzr {
    width: 100%;
    text-align: center;
    padding-top: .35rem;
}

.up-shzr-list .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    opacity: .5;
    margin: 0 !important;
    background: url(../img/news-bullet-ico2.png) center center no-repeat;
}

.up-shzr-list .swiper-pagination-bullet-active {
    border: 1px solid #076d47;
    opacity: 1;
}

.up-zbxx .column {
    padding-top: 30px;
}

.up-zbxx-list ul li .box {
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    box-sizing: border-box;
    padding: 35px 30px;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.up-zbxx-list ul li .box:hover {
    top: -5px;
    transition: all 0.5s ease-in-out;
}

.up-zbxx-list ul li .box .dete {
    color: #aaa;
    font-size: 14px;
}

.up-zbxx-list ul li .box .title {
    color: #161616;
    font-size: 16px;
    height: 21px;
    line-height: 21px;
    margin: .2rem 0 .25rem 0;
    display: inline-block;
}

.up-zbxx-list ul li .box .desc {
    font-size: 14px;
    color: #aaa;
    line-height: 25px;
    height: 100px;
    margin-bottom: .25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.up-zbxx-list ul li .box .more {
    font-size: 14px;
    color: #aaa;
}

.up-zbxx-list ul li .box:hover .title {
    color: #007147;
    font-weight: bold;
}

.up-zbxx-list ul li .box:hover .more {
    color: #007147;
}

.up-zbxx-list ul li .box:hover .dete,
.up-zbxx-list ul li .box:hover .desc {
    color: #666;
}


.up-fzgsdt .column {
    padding-top: 0;
}


.up-jtsp .column {
    padding-top: 0;
}


.up-jtsp-list li .box:hover .title {
    color: #066e48;
}

.up-jtsp-list .swiper-slide .video {
    position: absolute;
    top: calc((100% - 137px) / 2);
    left: calc((100% - 72px) / 2);
}


.up-jtsp-list .swiper-slide .img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.up-jtsp-list .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.up-jtsp-list .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.up-jtsp-list .swiper-slide .title {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #efefef;
    font-size: .16rem;
    color: #353535;
    text-align: center;
    box-sizing: border-box;
    padding: 0 .2rem;
    border-radius: 0 0 10px 10px;
}

.up-jtsp-list .swiper-slide:hover .title {
    background: #007147;
    color: #fff;
}

.up-jtsp-list .swiper-paginationjtsp {
    width: 100%;
    text-align: center;
    padding-top: .35rem;
}

.up-jtsp-list .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    opacity: .5;
    margin: 0 !important;
    background: url(../img/news-bullet-ico2.png) center center no-repeat;
}

.up-jtsp-list .swiper-pagination-bullet-active {
    border: 1px solid #076d47;
    opacity: 1;
}


.fzgsdtlist .item {
    border-radius: 10px;
}

.fzgsdtlist .item .img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.fzgsdtlist .item .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.fzgsdtlist .item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.fzgsdtlist .item .text {
    background: #efefef;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 0 0 10px 10px;
}

.fzgsdtlist .item1 .title {
    color: #161616;
    font-size: 16px;
    line-height: 21px;
    height: 21px;
}

.fzgsdtlist .item1:hover .title {
    color: #076e48;
    font-weight: bold;
}

.fzgsdtlist .item1:hover .desc {
    color: #666;
}

.fzgsdtlist .item1:hover .dete {
    color: #076e48;
}

.fzgsdtlist .item1 .desc {
    color: #aaa;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin: .15rem 0;
}

.fzgsdtlist .item .dete {
    color: #aaa;
    font-size: 14px;
}

.fzgsdtlist .item2 .title {
    font-size: 16px;
    background: #efefef;
    border-radius: 0 0 10px 10px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 13px 25px;
}

.fzgsdtlist .item2:hover .title {
    color: #007147;
    font-weight: bold;
}

.fzgsdtlist .item3 {
    background: #efefef;
    box-sizing: border-box;
    padding: 25px;
}

.fzgsdtlist .item3 .title {
    color: #161616;
    font-size: 16px;
    line-height: 21px;
    height: 21px;
}

.fzgsdtlist .item3 .desc {
    font-size: 14px;
    color: #aaa;
    line-height: 19px;
    height: 19px;
    margin: 0.08rem 0 0.12rem 0;
}

.fzgsdtlist .item3 .dete {
    font-size: 14px;
    color: #aaa;
}

.fzgsdtlist .item3:hover .title {
    color: #007147;
    font-weight: bold;
}

.fzgsdtlist .item3:hover .desc,
.fzgsdtlist .item3:hover .dete {
    color: #666;
}

.up-xwzx .up-news,
.up-xwzx .up-fzgsdt,
.up-jtwh {
    position: relative;
}

.up-xwzx .up-news::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/mian-left-icobg.png) no-repeat;
    width: 211px;
    height: 735px;
}

.up-xwzx .up-fzgsdt::before {
    content: '';
    position: absolute;
    top: -280px;
    left: 0;
    background: url(../img/mian-left-icobg.png) no-repeat;
    width: 211px;
    height: 735px;
    z-index: -1;
}

.up-xwzx .up-fzgsdt::after {
    content: '';
    position: absolute;
    top: -100px;
    right: 0;
    background: url(../img/mian-right-icobg.png) no-repeat;
    width: 194px;
    height: 547px;
    z-index: -1;
}

.up-jtwh::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/mian-left-icobg.png) no-repeat;
    width: 211px;
    height: 735px;
    z-index: -1;
}

.up-jtwh::after {
    content: '';
    position: absolute;
    top: 290px;
    right: 0;
    background: url(../img/mian-right-icobg.png) no-repeat;
    width: 194px;
    height: 547px;
    z-index: -1;
}


/* ----------------------------- */

.up-about .up-jtjj {
    position: relative;
    overflow: hidden;
}

.up-about .up-jtjj::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    background: url(../img/mian-left-icobg.png) no-repeat;
    width: 211px;
    height: 735px;
    z-index: -1;
}


.up-jtjj-name {
    font-size: .36rem;
    font-weight: bold;
    display: inline-block;
    background: linear-gradient(to right, #0c6c4f, #3b5ea2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.up-jtjj-list .text {
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    box-sizing: border-box;
    padding: 64px 40px;
    border-radius: 10px;
    background: url(../img/up-about-text-bg.png) center bottom no-repeat;
}

.up-jtjj-list .text .desc {
    color: #4c4c4c;
    font-size: .16rem;
    line-height: 35px;
    height: 280px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-align: justify;
}

.up-jtjj-list .share {
    width: 100%;
    height: 122px;
    background: url(../img/share-bg.png)center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}

.up-jtjj-list .share .p1 {
    font-size: .22rem;
    color: #fff;
    font-weight: bold;
}

.up-jtjj-list .share .p2 {
    color: #fff;
    opacity: .8;
    line-height: 20px;
    margin-top: 15px;
}

.up-jtjj-list .share .right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.up-jtjj-list .share .ico {
    color: #fff;
    font-size: .5rem;
    position: relative;
    top: 10px;
    margin-right: 5px;
    display: flex;
}

.up-jtjj-list .share #text5 {
    color: #fff;
}

.up-jtjj-list .img {
    position: relative;
}

.up-jtjj-list .img img {
    width: 100%;
}

.up-jtjj-list .img .video {
    position: absolute;
    top: calc((100% - 100px) / 2);
    left: calc((100% - 100px) / 2);
    z-index: 99;
}

.up-ldtd .column {
    padding-top: 0;
}


.up-ldtd-list .box {
    height: 200px;
    border-radius: 10px;
    border: 1px dashed #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 20px;
}

.up-ldtd-list .box .img {
    display: none;
    transition: all 0.5s ease-in-out;
}

.up-ldtd-list .box .text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.up-ldtd-list .box .text .name {
    font-size: .24rem;
    color: #3c3c3c;
}

.up-ldtd-list .box .text .desc {
    font-size: .16rem;
    color: #8d8d8d;
    text-align: center;
    margin: .13rem 0 .23rem 0;
}

.up-ldtd-list .box .text .xian {
    width: 35px;
    height: 1px;
    background: #066c47;
}

.up-ldtd-list .box:hover .img {
    display: block;
    margin-right: .2rem;
    transition: all 0.5s ease-in-out;
}

.up-ldtd-list .box:hover {
    background: #066e48;
}

.up-ldtd-list .box:hover .name,
.up-ldtd-list .box:hover .desc {
    color: #fff;
}

.up-ldtd-list .box:hover .xian {
    background: #fff;
}


.up-ldtd-list .box:hover .text {
    align-items: flex-start;
}


.up-dszzc .box {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    padding: 0 .4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}

.up-dszzc .box .name-en {
    font-size: .3rem;
    color: #353535;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.up-dszzc .box .name {
    color: #353535;
    font-size: .3rem;
    color: #fff;
}

.up-dszzc .box .text,
.up-dszzc .box .img {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.up-dszzc .box:hover .text {
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.up-dszzc .box:hover .img {
    left: -10px;
    transition: all 0.5s ease-in-out;
}

.up-ryzz-list .box {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    position: relative;
}

.up-ryzz-list .box .img {
    border-radius: 10px;
    overflow: hidden;
}

.up-ryzz-list .box .img img {
    width: 100%;
}

.up-ryzz-list .box .title {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(30, 121, 87, .9);
    left: 0;
    top: 0;
    font-size: .18rem;
    color: #e5e5e5;
    line-height: 25px;
    display: none;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.up-ryzz-list .box:hover .title {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}


/* - */

.up-ryzz .column {
    padding-top: 0;
}

.up-zzjg {
    background: url(../img/up-zzjg-bg.jpg) center no-repeat;
    background-size: cover;
    margin: 160px 0;
    position: relative;
}

#wave12 {
    position: absolute;
    width: 100%;
    height: 120px;
    top: -120px;
    z-index: 10;
}

#wave13 {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: -120px;
    z-index: 10;
    left: 0;
    transform: rotate(180deg);
}

.up-zzjg .column {
    padding-top: 30px;
}

.up-zzjg .column .name,
.up-zzjg .column .name-en {
    color: #fff;
}

.up-zzjg .column .more {
    color: #fff;
    border: 1px solid #fff;
}


.ywly_slide {
    position: relative;
}

.ywly_slide a {
    display: block;
}

.ywly_slide .swiper-slide .img {
    border-radius: 10px 10px 0 0;
}

.ywly_slide .swiper-slide img {
    width: 100%;
}

.ywly_slide .swiper-slide .text {
    background: #e7f1ed;
    height: 245px;
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 30px;
    border-radius: 0 0 10px 10px;
}

.ywly_slide .swiper-slide .stitle {
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: rgb(0 0 0 / .4);
    width: 100%;
    text-align: center;
    font-size: .16rem;
}

.ywly_slide .swiper-slide-next .stitle {
    display: none;
}

.ywly_slide .swiper-slide-next .text {
    display: block;
}

.ywly_slide a .title {
    font-size: .26rem;
    font-weight: bold;
    color: #0053ad;
}

.ywly_slide a .desc {
    line-height: 30px;
    height: 90px;
    color: #656565;
    margin: 0.1rem 0 0.15rem 0;
    font-size: .16rem;
}

.ywly_slide .swiper-slide .more {
    font-size: .16rem;
    color: #066e48;
    display: inline-block;
    width: 140px;
    height: 40px;
    border: 1px solid #066e48;
    border-radius: 10px 50px 10px 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ywly_slide .swiper-slide.on .text {
    display: block;
}

.ywly_slide .swiper-button-prev,
.ywly_slide .swiper-button-next {
    position: absolute;
    top: auto;
    margin: 0;
    left: 395px;
    bottom: 85px;
    width: 75px;
    height: 75px;
    border: solid 1px #fff;
    border-radius: 100%;
    color: #fff;
    background: none;
    cursor: pointer;
}

.ywly_slide .swiper-button-next {
    left: auto;
    right: 395px;
}

.ywly_slide .layui-icon {
    font-size: 20px;
    font-weight: normal;
}

.ywly_slide .swiper-button-prev:hover,
.ywly_slide .swiper-button-next:hover {
    background: #0076e6;
    border: solid 1px #0076e6;
    color: #fff;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

/* ---------- */

.up-jslt-list ul li .box {
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    box-sizing: border-box;
    padding: 35px 30px;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.up-jslt-list ul li .box:hover {
    top: -5px;
    transition: all 0.5s ease-in-out;
}



.up-jslt-list ul li .box .title {
    color: #161616;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #efefef;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    padding: 0 .2rem;
}


.up-jslt-list ul li .box:hover .title {
    color: #007147;
    font-weight: bold;
}


.up-jslt-list ul li .box .img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.up-jslt-list ul li .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}


.up-jslt-list ul li .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.up-jslt-list ul li .box:hover .title {
    background: #007147;
    color: #fff;
}





.up-jdxmjs-list .swiper-slide .img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.up-jdxmjs-list .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.up-jdxmjs-list .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.up-jdxmjs-list .swiper-slide .title {
    width: 100%;
    height: .65rem;
    line-height: .65rem;
    background: #efefef;
    font-size: .16rem;
    color: #353535;
    text-align: center;
    box-sizing: border-box;
    padding: 0 .2rem;
    border-radius: 0 0 10px 10px;
}

.up-jdxmjs-list .swiper-slide:hover .title {
    background: #007147;
    color: #fff;
}

.up-jdxmjs-list .swiper-paginationjdxmjs {
    width: 100%;
    text-align: center;
    padding-top: .35rem;
}

.up-jdxmjs-list .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    opacity: .5;
    margin: 0 !important;
    background: url(../img/news-bullet-ico2.png) center center no-repeat;
}

.up-jdxmjs-list .swiper-pagination-bullet-active {
    border: 1px solid #076d47;
    opacity: 1;
}

.up-zlxt-list .img,
.up-bzhgl-list .img {
    border-radius: 10px;
    overflow: hidden;
}


.up-zlxt-list .img img,
.up-bzhgl-list .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.up-zlxt-list .img img:hover,
.up-bzhgl-list .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/* - */

.up-jdms {
    width: 100%;
    background: url(../img/main-jdal-bg.png) center no-repeat;
    background-size: cover;
    margin-top: 120px;
    padding: 60px 0;
    position: relative;
}

#wave14 {
    position: absolute;
    width: 100%;
    height: 120px;
    top: -100px;
    z-index: 10;
}

#wave15 {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: -100px;
    z-index: 10;
    left: 0;
    transform: rotate(180deg);
}



.up-jdms .column {
    padding-top: 30px;
}

.up-jdms .name-en,
.up-jdms .name {
    color: #fff;
}

.up-jdms .column .more {
    color: #fff;
    border: 1px solid #fff;
    opacity: .5;
}

.up-jdms-list li .box .text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
}

.up-jdms-list li .box .title {
    color: #007147;
    line-height: .26rem;
    height: .26rem;
    font-size: .2rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.up-jdms-list li .box .xian {
    width: 20px;
    height: 1px;
    background: #007147;
    margin: 10px 0;
}

.up-jdms-list li .box .desc {
    color: #202020;
    font-size: .16rem;
    line-height: 25px;
    opacity: .5;
    width: 100%;
    height: 75px;
    text-align: center;
}

.up-jdms-list li .box a {
    display: flex;
    flex-direction: column;
}

.up-jdms-list li:nth-of-type(even) a {
    flex-direction: column-reverse;
}

.up-jdms-list li:nth-of-type(even) .text {
    padding-bottom: 25px;
    padding-top: 0;
}

.up-jdms-list li .box .img {
    overflow: hidden;
    border-radius: 10px;
}

.up-jdms-list li .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.up-jdms-list li .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.up-jdms-list li .box:hover .desc {
    opacity: .8;
}

.up-jdms-list .swiper-paginationjdm {
    position: unset;
    padding-top: 30px;
    text-align: center;
}

.up-jdms-list .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    opacity: .5;
    margin: 0 !important;
    background: url(../img/news-bullet-ico.png) center center no-repeat;
}

.up-jdms-list .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    opacity: 1;
}


/* 澶т簨璁版牳蹇冩牱寮� */
.about_part3 {
    width: 100%;
    height: auto;
    background: #e9e9e9;
    border-radius: 20px;
}

.about_part3 .about-column {
    padding: 70px 0 50px;
}

.about_part3 dt {
    font-size: 30px;
    position: relative;
    cursor: pointer;
    color: #4c4c4c;
    font-weight: bold;
    text-align: center;
}

.about_part3 dt::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/dsj-li-ico.png) no-repeat;
    position: absolute;
    top: 47px;
    left: 46%;
}

.about_part3 .swiper-slide-active dt::before {
    background: url(../img/dsj-li-on-ico.png) no-repeat;
}


.about_part3 dd {
    line-height: 24px;
    width: 1400px;
    opacity: 0;
    height: 385px;
    visibility: hidden;
    margin-top: 70px;
    display: flex;

}

.about_part3 dd .img {
    width: 51.4%;
    border-radius: 20px 0 0 20px;
}

.about_part3 dd .img img {
    width: 100%;
    height: 385px;
    border-radius: 20px 0 0 20px;
}



.about_part3 dd .text {
    width: 48.6%;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    z-index: 999;
    background: #f7f7f7;
    border-radius: 0 20px 20px 0;
}


.about_part3 dd .title {
    font-size: 1rem;
    color: #066e48;
    font-weight: bold;
    opacity: .1;
    margin-top: 0.2rem;
}


.about_part3 dd p {
    font-size: .16rem;
    color: #4c4c4c;
    line-height: 30px;
    margin-bottom: 15px;
}

.about_part3 .swiper-slide-active dt {
    color: #066e48;
}

.swiper-slide {
    list-style: none;
}

.about_part3 .swiper-slide-active dd {
    opacity: 1;
    visibility: inherit;
}

.about_part3 .swiper-wrap {
    position: relative;
}

.about_part3 .swiper-wrap::before {
    content: '';
    width: 88%;
    height: 5px;
    display: inline-block;
    background: #066e48;
    position: absolute;
    top: 55px;
    left: 6%;
}


.about_part3 .swiper-box {
    overflow: hidden;
}


.about_part3 .arrow div {
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    z-index: 95;
}

.about_part3 .arrow-left {
    background: url(../img/fzlc-btn-l.png)no-repeat;
    left: 1%;
}

.about_part3 .arrow-right {
    background: url(../img/fzlc-btn-r.png) no-repeat;
    right: 1%;
}

.about_part3 .arrow-left:hover {
    background: url(../img/fzlc-btn-l-on.png)no-repeat;
}

.about_part3 .arrow-right:hover {
    background: url(../img/fzlc-btn-r-on.png) no-repeat;
}


/* -- */

.gphq-text .share p {
    font-size: .16rem;
    line-height: .3rem;
    text-align: center;
}

.gphq-text .share .p1 {
    font-size: .36rem;
    padding-bottom: 0.2rem;
}


.gphq-img {
    text-align: center;
}

.gphq-img img {
    width: 100%;
    max-width: 545px;
}

.gphq-text .share .right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.gphq-text .share .ico {
    font-size: .5rem;
    position: relative;
    top: 10px;
    margin-right: 5px;
}

/*  */
#guestbook {
    border: 1px solid #eaeaea;
    padding: 33px 25px 25px 25px;
    border-radius: 10px;
}

#guestbook .layui-input,
#guestbook .layui-textarea {
    height: 55px;
    font-size: 16px;
    border-radius: 10px;
}

.land-form .column {
    padding-top: 0;
}

#guestbook .layui-btn {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    border-radius: 10px;
    background-color: #007147;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #0b8076 1px dashed !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


#guestbook .input-sex {
    position: absolute;
    display: flex;
    right: 20px;
    top: 30px;
}

#guestbook .input-sex span {
    font-size: 16px;
    margin-left: 3px;
}


#guestbook input[type='radio']:checked {
    background-color: #d1d3d1;
}


/* dsj */

.up-fzlc .column {
    padding-top: 20px;
}

.up_fzlcbox {
    display: flex;
    grid-template-columns: 70px auto;
}

.up_fzlcbox .hd {
    background: #fff;
    width: 110px;
}

.up_fzlcbox .hd li a {
    display: block;
    line-height: 56px;
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    border-radius: 15px;
}

/* .up_fzlcbox .hd li a::after {
    content: '';
    width: 5px;
    height: 15px;
    background: url(../images/ico1.png) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: -5px;
    display: none;
} */

.up_fzlcbox .hd li a:hover,
.up_fzlcbox .hd li.on a {
    background: #066e48;
    color: #fff;
}

.up_fzlcbox .hd li.on a:after {
    display: block;
}

.up_fzlcbox .hd li a:hover::after {
    display: block;
}

.up_fzlcbox .bd {
    width: calc(100% - 110px);
    max-height: 1080px;
    background: url(../img/ico2.png) repeat-y 115px 0;
    overflow-y: scroll;
    overflow-x: clip;
}

.up_fzlcbox .bd::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.up_fzlcbox .bd::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.up_fzlcbox .bd::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #066e48;
}

.up_fzlcbox .bd .name {
    font-size: 30px;
    color: #066e48;
    position: relative;
    padding-left: 150px;
    font-weight: bold;
}

.up_fzlcbox .bd .name::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    left: 108px;
    top: 50%;
    margin-top: -8px;
    box-sizing: border-box;
    background: #066e48;
}

.up_fzlcbox .bd .text {
    display: grid;
    grid-template-columns: 75px auto;
}

.up_fzlcbox .bd .text .month {
    text-align: right;
    padding: 12px 0;
    line-height: 2em;
    position: relative;
    font-size: 16px;
}

.up_fzlcbox .bd .text .month::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #066e48;
    position: absolute;
    right: -50px;
    top: 28px;
}

.up_fzlcbox .bd .text .title {
    padding-left: 75px;
    width: 93%;
    position: relative;
    text-align: justify;
}

.up_fzlcbox .bd .text .title .dtl {
    background: #f3f3f3;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px;
    font-size: 16px;
    color: #404040;
    line-height: 35px;
    display: flex;
    align-items: center;
}

.up_fzlcbox .bd .text .title .more {
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: #007147;
    font-weight: bold;
    padding: 0;
}

.beijing .pull-left {
    width: 100%;
}

.up_fzlcbox .bd .text .pic {
    border-radius: 20px;
    margin-right: 20px;
}

.up_fzlcbox .bd .text .pic img {
    border-radius: 20px;
}



/* 714 */

.hisyear .swiper-container {
    padding: .85rem 0;
}

.hisyear {
    position: relative;
}

.hisyear::before {
    content: '';
    width: 90%;
    height: 5px;
    display: inline-block;
    background: #066e48;
    position: absolute;
    top: 66%;
    left: 5%;
}

.his_year {
    position: relative;
}

.his_year p {
    font-size: .3rem;
    position: relative;
    cursor: pointer;
    color: #4c4c4c;
    font-weight: bold;
    text-align: center;
}

.his_year i {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/dsj-li-ico.png) no-repeat;
    position: absolute;
    top: 47px;
    left: 46%;
}

.but02 .swiper-button-prev,
.but02 .swiper-button-next {
    width: .44rem;
    height: .44rem;
    cursor: pointer;
    position: absolute;
    top: 60%;
    z-index: 95;
}

.but02 .swiper-button-prev {
    background: url(../img/fzlc-btn-l.png) no-repeat;
    background-size: 100% 100%;
    left: 1%;
}

.but02 .swiper-button-next {
    background: url(../img/fzlc-btn-r.png) no-repeat;
    background-size: 100% 100%;
    right: 1%;
}

.but02 .swiper-button-prev:hover {
    background: url(../img/fzlc-btn-l-on.png) no-repeat;
    background-size: 100% 100%;
}

.but02 .swiper-button-next:hover {
    background: url(../img/fzlc-btn-r-on.png) no-repeat;
    background-size: 100% 100%;
}

.hisyear .swiper-slide.on p {
    color: #066e48;
}

.hisyear .swiper-slide.on i {
    background: url(../img/dsj-li-on-ico.png) no-repeat;
}

.his_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f7f7f7;
    border-radius: 20px;
}

.his_data .img {
    width: 51.4%;
    border-radius: 20px;
}

.his_data .img img {
    width: 100%;
    border-radius: 20px;
}

.his_data .text {
    width: 48.6%;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    z-index: 999;
    border-radius: 0 20px 20px 0;
    position: relative;
}

.his_data .text .title {
    font-size: 1.2rem;
    color: #066e48;
    font-weight: bold;
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity: .6;
}

.his_data .text p {
    font-size: .16rem;
    color: #4c4c4c;
    line-height: 30px;
    height: 210px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
    /* position: relative; */
    /* top: -0.5rem; */
}


/* --------------------------- */

.fzlcSlide {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.mySwiper {
    width: calc(100% - 110px);
    box-sizing: border-box;
    margin-bottom: 45px;
    margin-left: 55px;
    overflow-x: hidden;
}

.mySwiper .swiper-slide {
    box-sizing: border-box;
    padding: 0 10px;
}

.mySwiper2 .swiper-slide {
    width: 100%;
    height: 350px;
    display: flex;
    box-sizing: border-box;
    padding: 40px;
    background: #065538;
    border-radius: 15px;
    align-items: flex-start;
    border: 1px solid rgba(255, 255, 255, .5);
}

.mySwiper2 .swiper-slide .img {
    width: 34.5%;
    overflow: hidden;
}

.mySwiper2 .swiper-slide .img img {
    width: 100%;
    max-height: 260px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.mySwiper2 .swiper-slide .text {
    width: 65.5%;
    flex: 1;
    box-sizing: border-box;
    padding-left: 40px;
    /* max-height: 260px; */
    /* overflow-y: auto; */
    height: 100%;
    position: relative;
}

.mySwiper2 .swiper-slide .text .more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.mySwiper2 .swiper-slide .text a {
    color: #fff;
    font-size: 16px;
}

/* 
.mySwiper2 .swiper-slide .text::-webkit-scrollbar {
    width: 7px;
}

.mySwiper2 .swiper-slide .text::-webkit-scrollbar-track {
    background: #043B27;
}

.mySwiper2 .swiper-slide .text::-webkit-scrollbar-thumb {
    background: #066E48;
    border-radius: 3px;
}

.mySwiper2 .swiper-slide .text::-webkit-scrollbar-thumb:hover {
    background: #066E48;
} */


.mySwiper2 .swiper-slide .desc {
    line-height: 35px;
    font-size: 16px;
    color: #fff;
}

.mySwiper .swiper-next,
.mySwiper .swiper-prev {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 99;
    cursor: pointer;
}

.mySwiper .swiper-next {
    background: url("../img/cpzx-btn-r.png") no-repeat;
    background-size: cover;
    left: auto;
    right: 0;
}

.mySwiper .swiper-prev {
    background: url("../img/cpzx-btn-l.png") no-repeat;
    background-size: cover;
}

.mySwiper .swiper-slide .tt {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active .tt {
    color: #066E48;
    background: #fff;
}

.up-ldtd-list .item {
    width: 280px;
    border: 1px solid #0B6C4F;
    border-radius: 15px;
    margin: 0 20px;
}

.up-ldtd-list .item .title {
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #0B6C4F;
    border-radius: 15px 15px 0 0;
}

.ldtd-item3 .item .title {
    font-size: 17px;
}

.up-ldtd-list .item .img {
    box-sizing: border-box;
    padding: 15px 15px 0 15px;
}

.up-ldtd-list .item .img img {
    width: 100%;
}

.mySwiper2 .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.up-ldtd-list .item .name {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #0B6C4F;
    line-height: 60px;
    height: 60px;
}

.ldtd-item1 {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: flex-start;
}

.ldtd-item2 {
    margin: 35px 0;
}

.ldtd-item2 .item {
    width: 910px;
}

.up-ldtd-list .ldtd-item2 .item .img {
    padding: 15px;
}

.jsltgk {
    width: 100%;
    height: 385px;
    background: #E2FFEF;
    border-radius: 20px 20px 20px 20px;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
}

.jsltgk .gk-left {
    width: 44%;
}

.jsltgk .gk-left .more {
    font-size: .16rem;
    color: #066e48;
    display: inline-block;
    width: 188px;
    height: 55px;
    border: 1px solid #066e48;
    border-radius: 10px 50px 10px 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}

.jsltgk .gk-left .desc {
    font-size: 18px;
    color: #353535;
    line-height: 36px;
    height: 216px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.jsltgk .gk-right {
    position: absolute;
    right: 40px;
    bottom: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.jsltgk .gk-right img {
    border-radius: 10px;
}

.yhjblist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yhjblist .box {
    width: calc((100% - 150px) / 6);
}

.yhjblist .box .img img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.yhjblist .box .name {
    text-align: center;
    font-size: 20px;
    color: #353535;
    line-height: 20px;
    margin: 25px 0 10px 0;
}

.yhjblist .box .desc {
    text-align: center;
    font-size: 15px;
    color: #353535;
    line-height: 25px;
    opacity: .5;
}

.xscg-name {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #353535;
    margin-bottom: 20px;
}

.spzqSlide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px 40px 50px;
    position: relative;
    margin-bottom: 40px;
}

.spzqSlide::before {
    content: '';
    width: 100%;
    height: 80%;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
}

.spzqSlide .swiper-slide .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.spzqSlide .swiper-slide .img .ico {
    width: 39px;
    height: 39px;
    background: url(../img/video-btn3.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    left: calc((100% - 39px) / 2);
    top: calc((100% - 39px) / 2);
}

.spzqSlide .swiper-slide img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.spzqSlide .swiper-slide .title {
    text-align: left;
    line-height: 50px;
    width: 100%;
    font-size: 18px;
    color: #353535;
    border-bottom: 1px solid rgba(53, 53, 53, .2);
}

.spzqSlide .swiper-slide:hover .title {
    color: #066E48;
    border-bottom: 1px solid #066E48;
}

.spzqSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.spzqSlide .swiper-next,
.spzqSlide .swiper-prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 30%;
    z-index: 99;
    left: 20px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    border-radius: 50%;
    cursor: pointer;
}

.spzqSlide .swiper-next {
    background: url(../img/cpzx-btn-r.png) no-repeat;
    background-size: cover;
    left: auto;
    right: 20px;
}

.spzqSlide .swiper-prev {
    background: url(../img/cpzx-btn-l.png) no-repeat;
    background-size: cover;
}

.con-jsltlist .info li .img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.con-jsltlist .info li img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    height: 317px;
}

.con-jsltlist .info li a {
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.con-jsltlist .info li .name {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 120px;
    line-height: 40px;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px 0 0 0;
}

.con-jsltlist .info li .text {
    width: 100%;
    background: #eee;
    border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
    padding: 25px;
}

.con-jsltlist .info li .title {
    font-weight: bold;
    font-size: 16px;
    color: #353535;
}

.con-jsltlist .info li .timer {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #888;
    opacity: .7;
    margin-top: 20px;
    line-height: 2;
}

.con-jsltlist .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-jsltlist .info li:hover .text {
    background: #007147;
}

.con-jsltlist .info li:hover .title {
    color: #fff;
}

.con-jsltlist .info li:hover .timer {
    color: #fff;
}

.tablist6 .con li.n a {
    align-items: flex-start;
    flex-direction: column;
}

.tablist6 .hd {
    /* padding-bottom: 15px; */
    border-bottom: 1px solid #eaeaea;
}

.tablist6 .hd ul {
    display: flex;
}

.tablist6 .hd ul li {
    font-size: .24rem;
    color: #353535;
    margin-right: 50px;
    padding-bottom: 15px;
    cursor: pointer;
    opacity: .7;
}

.tablist6 .hd ul li:last-child {
    margin: 0;
}

.tablist6 .hd ul li.on {
    opacity: 1;
    border-bottom: 2px solid #3b5ea2;
}

.tablist6 .hd ul li.on a {
    color: #007147;
    font-weight: bold;
}

.tablist6 ul li.n .title {
    margin-top: 9px;
}

.tablist6 .bd .con {
    display: none;
}

.tablist6 .bd .con.on {
    display: block;
}

.tablist5 {
    width: calc(100% - 720px);
}

.up-ldtd {
    width: 100%;
    background: url(../img/ldtdBg.png) center no-repeat;
    background-size: 100% 100%;
}