.banner {
    width: 100%;
    padding-bottom: 33.333%;
    position: relative;
}

.banner .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.banner .swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.banner .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 1;
}

.banner .swiper-button-prev {
    background: url(../images/bannerL.png) no-repeat center/contain;
    left: 5%;
}

.banner .swiper-button-next {
    background: url(../images/bannerR.png) no-repeat center/contain;
    right: 5%;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
    content: "";
}

.banner .swiper-pagination {
    width: fit-content;
    right: 5%;
    left: auto;
    bottom: 40px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 0;
    border: 5px solid #fff;
    opacity: 1;
    margin: 0 10px;
    transform: rotate(45deg);
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #00836B;
}


/* ä¸»ä½“å†…å®¹ */

.part01 {
    width: 100%;
    padding: 50px 0 70px 0;
    background: #fff;
}

.part01Con {
    width: 100%;
    display: flex;
}

.zxjs {
    margin-right: 30px;
    width: calc(50% - 30px);
}

.news {
    width: 50%;
}

.index-tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-tit h2 {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    display: flex;
    align-items: center;
}

.index-tit h2::before {
    content: "";
    width: 12px;
    height: 32px;
    background: #00836B;
    margin-right: 10px;
}

.indexMore {
    font-size: 16px;
    color: #666666;
    padding-right: 28px;
    background: url(../images/icon-more.png) no-repeat right center;
}

.indexMore:hover {
    color: #00836B;
}

.zxjsCon {
    margin-top: 25px;
    background: linear-gradient( 180deg, #EEFFFC 0%, #F7FFFE 25%, #FFFFFF 100%);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid;
    border-image: linear-gradient(213deg, rgba(219, 244, 219, 1), rgba(116, 191, 164, 1), rgba(0, 131, 107, 1)) 1 1;
    padding: 28px;
}

.zxjsTit {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 20px;
}

.zxjsTit h6 {
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: bold;
    font-size: 19px;
    color: #333333;
}

.zxjsTit span {
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-size: 17px;
    color: #666666;
    line-height: 2;
}

.zxjsMess p {
    font-size: 17px;
    color: #333333;
    margin: 20px 0;
}

.zxjsMess p img {
    width: 100%;
    height: auto;
}

.indexNews ul li {
    width: 100%;
}

.indexNews ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
}

.indexNews ul li:last-child a {
    border-bottom: none;
}

.indexNews ul li a .indexNewsTit {
    flex: 1;
    overflow: hidden;
}

.indexNews ul li a .indexNewsTit h6 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
}

.indexNews ul li a .indexNewsTit p {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.indexNews ul li a .indexNewsTime {
    flex-shrink: 0;
    margin-left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.indexNews ul li a .indexNewsTime b {
    font-weight: bold;
    font-size: 36px;
    color: #00836B;
}

.indexNews ul li a .indexNewsTime p {
    font-size: 22px;
    color: #666666;
}

.indexNews ul li a:hover {
    border-color: #00836B;
}

.indexNews ul li a:hover .indexNewsTit h6,
.indexNews ul li a:hover .indexNewsTime p {
    color: #00836B;
}

.part02 {
    background: #F0F0F0;
    padding: 80px 0;
}

.index-nomore-tit {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #DBE9E6;
    padding-bottom: 10px;
}

.index-nomore-tit h2 {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    position: relative;
}

.index-nomore-tit h2::after {
    content: '';
    width: 136px;
    height: 5px;
    background: #00836B;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.part02-con-tit {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    padding: 0 20px;
    margin: 40px 0 20px 0;
}

.part02-con-tit h6 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    padding-left: 40px;
    background: url(../images/tit-L.png) no-repeat left center;
}

.index-yjly {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.index-yjly-item {
    width: calc(25% - 18px);
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transition: 0.3s;
}

.index-yjly-item+.index-yjly-item {
    margin-left: 24px;
}

.index-yjly-item>a {
    width: 100%;
    padding-bottom: 84.3%;
    position: relative;
    display: block;
    overflow: hidden;
}

.index-yjly-item>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: 0.3s;
}

.yjly-txt {
    width: 100%;
    height: 154px;
    padding: 20px;
    padding-top: 16px;
    position: relative;
}

.yjly-txt span {
    font-size: 16px;
    color: #00836B;
}

.yjly-txt h6 a {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.yjly-txt a.yjly-more {
    width: 34px;
    height: 16px;
    background: url(../images/icon-arrow-gray.png) no-repeat center/contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: 0.3s;
}

.index-yjly-item:hover {
    box-shadow: 0px 4px 4px 0px #00775593;
}

.index-yjly-item:hover>a img {
    transform: scale(1.05);
    transition: 0.3s;
}

.index-yjly-item:hover .yjly-txt h6 a {
    color: #00836B;
    transition: 0.3s;
}

.index-yjly-item:hover .yjly-txt a.yjly-more {
    background-image: url(../images/icon-arrow-green.png);
    transition: 0.3s;
}

.yjlw-box {
    width: 100%;
    position: relative;
}

.yjly-navgate .swiper-button-next,
.yjly-navgate .swiper-button-prev {
    width: 78px;
    height: 78px;
    background: url(../images/yjly-L.png) no-repeat center/contain;
}

.yjly-navgate .swiper-button-prev {
    left: -90px;
}

.yjly-navgate .swiper-button-next {
    background-image: url(../images/yjly-R.png);
    right: -90px;
}

.yjly-navgate .swiper-button-next:hover {
    background-image: url(../images/yjly-onR.png);
}

.yjly-navgate .swiper-button-prev:hover {
    background-image: url(../images/yjly-onL.png);
}

.yjly-navgate .swiper-button-next::after,
.yjly-navgate .swiper-button-prev::after {
    content: none;
}

.yjly-half {
    padding: 4px;
}

.yjly-item {
    width: 100%;
    background: #fff;
    padding: 20px 25px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 0 30px;
    align-items: center;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.yjly-half .yjly-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.yjly-item .yjly-itemR {
    width: 338px;
    height: 210px;
    overflow: hidden;
    flex-shrink: 0;
}

.yjly-item .yjly-itemR img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.yjly-item .yjly-itemL {
    flex: 1;
    overflow: hidden;
}

.yjly-item .yjly-itemL h6 a {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.yjly-item .yjly-itemL h6 {
    margin-bottom: 25px;
}

.yjly-item .yjly-itemL p {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.yjly-item .yjly-itemL .yjly-more {
    width: 73px;
    height: 12px;
    background: url(../images/icon-arrow-green.png) no-repeat center/contain;
    margin-top: 20px;
    display: block;
}

.yjly-item:hover {
    background: linear-gradient( 90deg, #00654D 0%, #00836B 100%);
    transition: 0.3s;
}

.yjly-item:hover .yjly-itemL h6 a,
.yjly-item:hover .yjly-itemL p {
    color: #fff;
    transition: all 0.3s;
}

.yjly-item:hover .yjly-itemR img {
    transform: scale(1.05);
    transition: 0.3s;
}

.yjly-item:hover .yjly-itemL .yjly-more {
    background-image: url(../images/icon-arrow-white.png);
}

.part03 {
    padding: 45px 0;
    width: 100%;
    scroll-margin-top: 100px;
}

.part04 {
    width: 100%;
    background: url(../images/partbg.png) no-repeat center/cover;
    padding: 60px 0;
}

.part04-con {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}

.teamBox {
    width: 100%;
    margin: 40px 0;
}

.teamItem {
    width: calc(25% - 20px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
    overflow: hidden;
}

.team-show img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 200px;
    object-fit: cover;
}

.team-name {
    position: absolute;
    bottom: -100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 18px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: 0.3s;
}

.team-name::after {
    content: "";
    width: 49px;
    height: 15px;
    background: url(../images/icon-team-more.png) no-repeat center/contain;
}

.team-name h6 {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
}

.teamItem:hover .team-name {
    bottom: 0;
    transition: 0.3s;
}

.team-layer-mess {
    display: none;
}

.xsjl-box {
    width: 100%;
    margin-top: 24px;
    padding: 0 20px;
    position: relative;
}

.xsjl-box::before {
    content: '';
    width: 100%;
    height: 2px;
    background: url(../images/dashed.png) repeat-x center;
    position: absolute;
    top: 90px;
    z-index: 2;
    left: 0;
}

.xsjl-item {
    width: 100%;
    padding: 22px;
    background: linear-gradient( 180deg, #FFFFFF 0%, #D2EEE9 51%, #FFFFFF 100%);
    border-radius: 10px;
    display: block;
    height: 470px;
    overflow: hidden;
    position: relative;
}

.time-dot>span {
    font-size: 18px;
    color: #00836B;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #17932A;
    padding: 7px 20px;
    margin: 0 auto;
    transition: 0.3s;
}

.time-dot .circle {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 5px solid #00836B;
    border-radius: 50%;
    display: block;
    margin: 12px 0;
}

.xsjl-img {
    width: 100%;
    padding-bottom: 48.7%;
    border-radius: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 18px;
}

.xsjl-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: 0.3s;
}

.xsjl-item b {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.xsjl-item h6 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.xsjl-item p {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.time-dot {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xsjl-item::after {
    content: '';
    width: 71px;
    height: 10px;
    background: url(../images/icon-arrow-green.png) no-repeat center/contain;
    position: absolute;
    right: 22px;
    bottom: 22px;
    transition: 0.3s;
}

.xsjl-item:hover .time-dot>span {
    background: #00836B;
    color: #fff;
    transition: 0.3s;
}

.xsjl-item:hover h6 {
    color: #00836B;
}

.xsjl-item:hover::after {
    width: 74px;
    height: 14px;
    transition: 0.3s;
}

.xsjl-item:hover .xsjl-img img {
    transform: scale(1.05);
    transition: 0.3s;
}

.xsjl-navgate .swiper-button-next,
.xsjl-navgate .swiper-button-prev {
    width: 78px;
    height: 78px;
    background: url(../images/xsjl-L.png) no-repeat center/contain;
    top: 15%;
}

.xsjl-navgate .swiper-button-prev {
    left: -140px;
}

.xsjl-navgate .swiper-button-next {
    background-image: url(../images/xsjl-R.png);
    right: -140px;
}

.xsjl-navgate .swiper-button-next:hover {
    background-image: url(../images/xsjl-onR.png);
}

.xsjl-navgate .swiper-button-prev:hover {
    background-image: url(../images/xsjl-onL.png);
}

.xsjl-navgate .swiper-button-next::after,
.xsjl-navgate .swiper-button-prev::after {
    content: none;
}

.part05 {
    width: 100%;
    padding: 40px 0;
    scroll-margin-top: 100px;
}

.pro-box {
    margin-top: 30px;
}

.pro-box {
    width: 100%;
    display: flex;
}

.proItem {
    width: 50%;
    min-height: 220px;
    /* padding-bottom: 31.5%; */
    height: 440px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}

.proItem i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.proItem i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.proItem+.proItem {
    margin-left: 35px;
}

.proCover {
    width: 100%;
    height: calc(100% - 40%);
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient( 91deg, rgba(0, 72, 58, 0.9) 0%, rgba(0, 61, 50, 0.9) 100%);
    padding: 25px 44px;
}

.proName {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #FFFFFF;
}

.proName h2 {
    font-size: 22px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.proName a {
    font-size: 16px;
    color: #FFFFFF;
    padding-right: 28px;
    background: url(../images/icon-more-white.png) no-repeat right center;
    flex-shrink: 0;
}

.proBass .proLayerMess {
    display: none;
}

.proBass ul li,
.proLayerRight ul li {
    width: 100%;
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.proBass ul li b,
.proLayerRight ul li b {
    width: 89px;
    height: 45px;
    background: #BDFFF3;
    border-radius: 6px;
    font-size: 16px;
    color: #00836B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 16px;
}

.proBass ul li+li b,
.proLayerRight ul li+li b {
    background: #DBFFD0;
}

.proBass ul li p,
.proLayerRight ul li p {
    font-size: 16px;
    color: #FFFFFF;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.proLayerRight ul li p {
    color: #333333;
    display: block;
    height: 100px;
    overflow-y: auto;
}

.proItem:hover i img {
    transform: scale(1.05);
    transition: 0.3s;
}

.part06-con {
    width: 100%;
    background: url(../images/joinbg.png) no-repeat center/cover;
    padding: 25px 50px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
    bottom: -40px;
}

.part06-con .index-nomore-tit h2 {
    color: #fff;
}

.part06-con .index-nomore-tit h2::after {
    background: #fff;
}

.part06-con .index-nomore-tit {
    border-bottom: none;
}

.joinBox ul li {
    padding: 35px 0;
    overflow: hidden;
}

.joinMess {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.joinMess.open {
    max-height: 1000px;
    transition: max-height 0.3s ease-in-out;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 20px;
}

.joinMess p {
    font-size: 16px;
    color: #FFFFFF;
    margin: 10px 0;
}

.joinBox ul li h6 {
    width: fit-content;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: underline;
    padding-right: 28px;
    background: url(../images/icon-sildDefault.png) no-repeat right center;
    cursor: pointer;
}

.joinBox ul li.active h6 {
    background-image: url(../images/icon-slidDown.png);
}

.joinBox ul li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.32);
}


/* å¼¹çª— */

.teamModal,
.expressLayer {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.modal-content-box,
.expressConBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.modal-content,
.expressCon {
    background: #fff;
    border-radius: 10px;
    width: 68%;
    min-width: 800px;
    max-height: 600px;
    /* height: 80%; */
    padding: 35px;
    position: relative;
    overflow: hidden;
}

.team-close {
    width: 40px;
    height: 40px;
    background: url(../images/icon-close.png) no-repeat center/contain;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.modal-con-message,
.express-message {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
}

.modal-con-message i {
    margin-right: 40px;
    width: 25%;
    flex-shrink: 0;
}

.modal-con-message i img {
    width: 100%;
    height: auto;
}

.team-base-mess {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.team-tit {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0;
    padding-right: 30px;
    border-bottom: 1px solid #DDDDDD;
}

.team-tit h2 {
    font-weight: bold;
    font-size: 28px;
    color: #00836B;
    padding-left: 40px;
    background: url(../images/icon-hat.png) no-repeat left center;
}

.team-tit h4 {
    font-size: 20px;
    color: #006E5A;
    font-weight: normal;
    background: #ECF8F5;
    border-radius: 4px;
    padding: 8px 15px;
    margin-left: 30px;
}

.team-con {
    width: 100%;
    height: 320px;
    overflow-y: auto;
}

.team-con p {
    margin-top: 20px;
    font-size: 18px;
    color: #333333;
}

.express-message i {
    width: 20%;
    flex-shrink: 0;
    margin-right: 30px;
}

.proLayerRight {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.proLayerRight h2 {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    padding-bottom: 20px;
    padding-right: 30px;
    border-bottom: 1px solid #C8C8C8;
}

.proLayerRight a.link {
    width: 130px;
    height: 48px;
    background: #00836B;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    transition: 0.3s;
}

.proLayerRight a.link:hover {
    background: #006e5a;
    transition: 0.3s
}

.proLayerRight a.link p {
    font-size: 16px;
    color: #FFFFFF;
    background: url(../images/icon-link.png) no-repeat left;
    padding-left: 20px;
}

.adv {
    width: 100%;
    padding-bottom: 22%;
    min-height: 180px;
    background: url(../images/adv.png) no-repeat center/cover;
    position: relative;
}

.advCon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.advCon h1 {
    font-size: 42px;
    color: #FFFFFF;
}

.advCon h1::after {
    content: '';
    width: 76px;
    height: 8px;
    background: #fff;
    display: block;
    margin: 0 auto;
}

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

.content {
    padding: 50px 0;
    width: 100%;
}

.mapBox {
    width: 100%;
    margin-bottom: 30px;
    height: 460px;
    position: relative;
}

.mapBox i {
    width: 100%;
    height: 100%;
    display: block;
}

.mapBox i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mapMess {
    width: 400px;
    height: fit-content;
    position: absolute;
    right: 30px;
    bottom: -30px;
    background: #15996F;
    padding: 30px;
}

.mapMess ul li {
    width: 100%;
    display: flex;
    align-items: center;
}

.mapMess ul li i {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.mapMess ul li i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mapMess ul li div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    flex: 1;
    overflow: hidden;
    padding: 15px 0;
}

.mapMess ul li div h6 {
    font-size: 18px;
    color: #FFFFFF;
}

.mapMess ul li div p {
    font-size: 16px;
    color: #FFFFFF;
}

.introBox {
    width: 100%;
    overflow: hidden;
}

.introTit {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #BEBEBE;
    text-align: center;
}

.introTit h1 {
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: bold;
    font-size: 30px;
    color: #005041;
}

.introTit p {
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}

.introCon p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
}

.introCon p img {
    max-width: 100%;
    height: auto;
}

.graybg {
    background: #F5F5F5;
    padding-top: 0;
}

.whiteBg {
    background: #fff;
}

.sec-nav {
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.sec-nav ul {
    width: 100%;
    display: flex;
}

.sec-nav ul li {
    flex: auto;
}

.sec-nav ul li+li {
    border-left: 1px solid #D9D9D9;
}

.sec-nav ul li {
    text-align: center;
}

.sec-nav ul li a {
    padding: 10px 0;
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    transition: all 0.3s ease-in-out;
    position: relative;
    white-space: nowrap;
    padding: 0 10px;
}

.sec-nav ul li a::after {
    content: '';
    display: block;
    width: 56px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.sec-nav ul li.active a,
.sec-nav ul li:hover a {
    color: #005041;
    transition: all 0.3s ease-in-out;
}

.sec-nav ul li.active a::after,
.sec-nav ul li:hover a::after {
    background: rgba(0, 160, 115, 0.28);
    transition: all 0.3s ease-in-out;
}

.listBox {
    padding: 0 40px;
    overflow: hidden;
}

.listBox,
.listBox>ul li {
    width: 100%;
}

.listBox>ul li a {
    width: 100%;
    display: flex;
    padding: 30px 0;
    position: relative;
}

.listBox>ul li+li a {
    border-top: 1px solid #E8E8E8;
}

.listBox>ul li a h6,
.listBox>ul li a span {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    position: relative;
    z-index: 2;
}

.listBox>ul li a span {
    color: #666;
    flex-shrink: 0;
    margin-left: 30px;
    padding-left: 36px;
    background: url(../images/icon-time.png) no-repeat left center;
}

.listBox>ul li a h6 {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listBox>ul li a:after {
    content: '';
    width: calc(100% + 130px);
    height: 100%;
    background: url(../images/listBg.png) no-repeat left center/cover;
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.listBox>ul li a:hover::after {
    opacity: 1;
    transform: translateX(10px);
}

.listBox>ul li a:hover h6,
.listBox>ul li a:hover span {
    color: #fff;
}

.listBox>ul li a:hover span {
    background-image: url(../images/icon-timeW.png);
}

.listImgBox {
    width: 100%;
    padding: 40px;
}

.listImgBox .yjly-item {
    box-shadow: none;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #D4D4D4;
}

.yjly-item:nth-child(2n) {
    flex-direction: row;
}

.listImgBox .yjly-item .yjly-itemL {
    padding-right: 30px;
}

.listImgBox .yjly-item:hover {
    background: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 131, 107, 0.3);
    border-color: #00836B;
}

.listImgBox .yjly-item:hover .yjly-itemL h6 a {
    color: #00836B;
}

.listImgBox .yjly-item:hover .yjly-itemL p {
    color: #666;
}

.listImgBox .yjly-item:hover .yjly-itemL .yjly-more {
    background-image: url(../images/icon-arrow-green.png);
}

.articleBox {
    padding: 40px;
    width: 100%;
}

.articleTit {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #DEDEDE;
    text-align: center;
}

.articleTit h1 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
}

.articleTit p {
    font-size: 16px;
    color: #666666;
}

.articleCon {
    width: 100%;
    padding-top: 20px;
}

.articleCon p {
    font-size: 16px!important;
    color: #333333!important;
    text-align: justify;
    margin-bottom: 10px;
}

.paperCheck {
    border-top: 1px dashed #00836B;
    padding: 30px 0;
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    column-gap: 40px;
    margin-top: 40px;
}

.paperCheck a {
    width: 100%;
}

.paperCheck a p {
    font-size: 14px;
    color: #333333;
    background: url(../images/icon-left.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 6px;
}

.paperCheck a:nth-child(2) {
    text-align: right;
}

.paperCheck a:nth-child(2) p {
    background-image: url(../images/icon-right.png);
    background-position: right center;
    padding-right: 20px;
}

.paperCheck a span {
    font-size: 16px;
    color: #00836B;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
}

.pageBox {
    margin: 40px 0 20px 0;
    width: 100%;
    padding: 0 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

.pagination>li>a,
.pagination>li>span,
.pagination>select {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333;
    padding: 3px 12px !important;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.pagination>select {
    width: 60px;
}

.pagination>li>a.active {
    color: #fff!important;
    border-color: #00836B;
    background: #00836B;
}