.contact {
    padding-bottom: 0 !important;
}

.conBox {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.conImg {
    width: 66.66%;
    padding-top: 36%;
}

.conText {
    width: 33.33%;
    padding: 0 5%;
    background: rgb(62 178 73);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.conText>div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.conText>div img {
    width: 40px;
    margin-right: 20px;
}

.conText p {
    width: calc(100% - 60px);
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.conText>div:last-child {
    margin-bottom: 0;
}

.conText>div:last-child p {
    border-bottom: none;
    padding-bottom: 0;
}

.conText p span {
    font-size: 18px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.conText p b {
    font-size: 18px;
    color: #fff;

}

.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.conXqBox {
    margin-left: -1px;
}

.conItem {
    position: relative;
    width: 33.33%;
    float: left;
    border-left: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.conItem::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 0 0 #eee;
    transition: 0.48s;
}

.csTxt {
    float: right;
    width: calc(100% - 600px);
    max-width: 628px;
}

.conItem .csTxt {
    float: none;
    position: relative;
    padding: 40px 12%;
    text-align: left;
    min-height: 378px;
    z-index: 33;
    transition: 0.2s;
    width: 100%;
}

.conItem .csTxt_p h3 {
    color: #4cb447;
    line-height: 1.6;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.conItem .csTxt_p_div {
    color: #4cb447;
    font-size: 16px;
    margin-bottom: 34px;
    line-height: 1.4;
    min-height: 36px;
}

.conItem .csTxt_p p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 24px;
    letter-spacing: 0.5px;
    min-height: 72px;
}

.conItem .csTxt_p p:first-of-type {
    margin-top: 0;
}

.conItem .csTxt_p .More {
    margin-top: 62px;
}

.conItem .csTxt_p .More a {
    padding: 8px 35px;
}

/* .conItem:hover::before {
    box-shadow: inset 0 0 0 8px #4cb447;
}

.conItem:hover .csTxt {
    padding-left: 68px;
} */

.csImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 2;
    transition: all .48s;
}

.csImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}

.csImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all .48s;
}

.conItem:hover .csTxt_p h3 {
    color: #fff;
}

.conItem:hover .csTxt_p .csTxt_p_div {
    color: #fff;
}

.conItem:hover .csTxt_p p {
    color: #fff;
}

.conItem:hover .csImg {
    opacity: 1;
}

.conItem:hover .csImg img {
    transform: scale(1.1);
}





.marN {
    margin-top: 140px;
}

.dwQGL {
    position: relative;
    top: -170px;
}

.solBox .inner {
    width: 84%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.solNav {
    width: 300px;
    position: absolute;
    left: 0;
    top: 0;
}

.solNav.fixed {
    position: fixed;
    left: 8%;
    top: 150px;
}

.solNav.pos {
    top: auto;
    bottom: 0;
}




.solNav_li {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #e7e7e7;
}

.solNav_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.solNav_tit span {
    font-size: 24px;
}

.solNav_li.on .solNav_tit span {
    color: #7abe43;
}

.solNav_tit img {
    width: 18px;
}

/*  */
.solXq {
    width: calc(100% - 300px);
    /* margin-left: 300px; */

    width: 100%;

    /* padding-left: 120px; */
    position: relative;
    min-height: 800px;
}

/* .solXq::after {
                content: '';
                width: 1px;
                height: calc(100% + 30px);
                border-left: 1px dashed #e7e7e7;
                position: absolute;
                top: -25px;
                left: 60px;
            } */

.solXq_li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}

.solXq_liImg {
    width: 50%;
    padding-top: 32%;
}

/*  */
.solXq_liText {
    width: 50%;
    padding: 0 5%;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solXq_li span {
    font-size: 26px;
    color: #7abe43;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.solXq_li p {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 40px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}













.proXq_ul a {
    font-size: 18px;
    color: #b6b6b6;
    display: inline-block;
    text-align: center;
    padding: 10px 60px;
    position: relative;
    cursor: pointer;
    transition: all .48s;
}

.proXq_ul a::after {
    content: '';
    width: 1px;
    height: 60%;
    border-right: 1px solid rgb(137 138 140 / 18%);
    position: absolute;
    right: 0;
    top: 20%;
}

.proXq_ul a:last-child::after {
    display: none;
}

.proXq_ul a img {
    display: block;
    width: 45px;
    margin: 0 auto 15px;
    transition: all .48s;
}

.proXq_ul a .img2 {
    display: none;
}

.proXq_ul a.on {
    color: #7abe43;
}

.proXq_ul a.on .img1 {
    display: none;
}

.proXq_ul a.on .img2 {
    display: block;
}

/*  */

.proXq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.proXq::after{
    content: '';
    width: calc(33.33% - 20px);
    display: block;
}
.proItem {
    width: calc(33.33% - 20px);
    display: block;
    border: 1px solid #CAD2E0;
    padding: 50px 0 110px;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
    transition: all .48s;
}

.proImg {
    width: 100%;
    padding-top: 68%;
}

.proImg img {
    -o-object-fit: contain;
       object-fit: contain;
    transform: scale(0.9);
}

.proItem span {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    bottom: 40px;
    font-size: 21px;
    transition: all .48s;
}


.proItem:hover {
    box-shadow: 0 15px 15px -10px rgb(0 0 0 / 15%);
    border-color: #7abe43;
}

.proItem:hover span {
    color: #7abe43;
}

.proItem:hover .proImg img {
    transform: scale(1);
}



.abGsjj .Tit {
    margin-bottom: 40px;
}

.abGsjjText {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

.abGsjjText span {
    font-size: 24px;
    font-weight: 600;
}

.abGsjjText p {
    margin-top: 30px;
    font-size: 18px;
    font-style: italic;
    line-height: 2;
    color: #999;
}

.abGsjjText p b {
    font-weight: 600;
    font-size: 21px;
    line-height: 2;
}

.abRu {
    background: #f6f6f6;
    overflow: hidden;
}

.abRuItem {
    margin-bottom: 40px;
}

.abRuItem:last-child {
    margin-bottom: 0;
}

.abRuItem h6 {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.abRuItem h6::after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 0.5px);
    height: 1px;
    width: calc(100% - 100px);
    background: #ececec;
    z-index: 1;
}
.abRuItem:nth-child(2n) h6::after{
    width: calc(100% - 180px);
}

.abRuItem h6 a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #7abe43;
    transform: translateY(-20px);
}

.abRuItem h6 a img {
    width: 18px;
    margin-left: 5px;
}

.abRuImg {
    width: 100%;
    background: #fff;
    padding-top: 76%;
}

.abRuImg img {
    padding: 5%;
    -o-object-fit: contain;
       object-fit: contain;
}

.abRuItem p {
    font-size: 18px;
    line-height: 1.6;
    color: #393939;
    margin-top: 20px;
    text-align: center;
}

.abRuItem .swiper-container {
    padding-bottom: 60px;
}

.abRuItem .swiper-pagination {
    bottom: 0;
}

.abRuItem .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(155, 155, 155, 0.58);
}

.abRuItem .swiper-pagination-bullet-active {
    background: #7abe43;
}

.abRuImg:hover img {
    transform: scale(1.05);
}

.indHis {
    position: relative;
    background-image: url(../images/indHis.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.indHis::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #14242c;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .9;
}

.hisSet {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: -5%;
    transform: translateX(-50%);
    z-index: 2;
}

.hisSet span {
    text-transform: uppercase;
    color: #fff;
    font-size: 300px;
    font-weight: 600;
    line-height: 0.8;
    font-style: italic;
    opacity: .08;
}

.indHisXq {
    position: relative;
    padding-top: 0 !important;
    z-index: 3;
}

.indHis .Tit {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}


.indHisBox {
    position: relative;
    z-index: 2;
}

.hisXian {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgb(136 196 88 / 44%);
    position: absolute;
    left: 0;
    top: 108px;
}

/*  */


.js_indHis.swiper-container {
    padding-top: 40px;
    margin-bottom: 40px;
}

.indHisItem {
    margin-bottom: 40px;
    text-align: center;
    transition: all .48s;
    cursor: pointer;
}

.indHisItem img {
    width: 100%;
    border-radius: 10px;
}


.indHisText span {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.indHisText i {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #7abe43;
    position: relative;
    margin: 60px auto 0;
}

.indHisText i::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* .indHisText i::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

} */

@-webkit-keyframes scrollit {
    0% {
        width: 30px;
        height: 30px;
    }

    50% {
        width: 60px;
        height: 60px;
    }

    100% {
        width: 30px;
        height: 30px;
    }
}

@keyframes scrollit {
    0% {
        width: 30px;
        height: 30px;
    }

    50% {
        width: 60px;
        height: 60px;
    }

    100% {
        width: 30px;
        height: 30px;
    }
}

.indHisText p {
    font-size: 21px;
    color: #fff;
    position: relative;
    margin: 20px 0;
}

.swiper-slide-active .indHisText span {
    font-size: 36px;
    top: -10px;
}

.swiper-slide-active .indHisText i {
    background: #019aff;
}

.swiper-slide-active .indHisText i::before {
    -webkit-animation: scrollit 3s infinite 0s linear;
            animation: scrollit 3s infinite 0s linear;
}

/*  */
.indHisBut {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.indHisBut img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 36%;
}

.indHisBut .img2 {
    display: none;
}

.indHisBut.prev {
    left: 20px;
}

.indHisBut.next {
    right: 20px;
}

/*  */

.indHisBut :hover {
    background: #fff;
}

.indHisBut:hover .img2 {
    display: block;
}

.indHisBut:hover .img1 {
    display: none;
}


/* === */
.indHis_xq .swiper-slide {
    opacity: 0 !important;
    /*white-space: nowrap;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.indHis_xq .swiper-slide-active {
    opacity: 1 !important;
}

.indHis_img {
    display: inline-block;
    width: 25vw;
    position: relative;
    padding-top: 20%;
    overflow: hidden;
}

.indHis_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.indHis_text {
    width: 65%;
    padding: 0 5%;
}

.indHis_text span {
    font-size: 30px;
    font-weight: 600;
    display: block;
    color: #fff;
    margin-bottom: 20px;
}

.indHis_text p {
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    transition: all .48s;
}

/*  */

.swiper-slide .indHis_img:hover .time {
    transform: translateY(0);
}

.swiper-slide .indHis_img:hover .time p {
    opacity: 1;
}

.indHz {
    overflow: hidden;
}

.abHz .More {
    margin-top: 30px;
}

.abHzImg {
    width: 100%;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    padding-top: 44%;
}

.abHzImg img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
}

.abWhBox {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.abWhItem {
    width: calc(33.33% - 20px);
    position: relative;
}

.abWhImg {
    padding-top: 56%;
    position: relative;
}

.abWhImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}

.abWhText {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.abWhText span {
    font-size: 26px;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.abWhText p {
    font-size: 18px;
    color: #fff;
}

.abWhItem:hover .abWhImg img {
    transform: scale(1.1);
}

.abWhItem:hover .abWhImg::after {
    background: rgba(0, 0, 0, 0.2);
}


.serSh {
    background: #e9ecf3;
}

.serSh_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    overflow: hidden;
}

.serSh_li {
    width: 60%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
}

.serSh_li.serSh_liB {
    width: calc(40% - 30px);
}

.serSh_item:nth-child(2) .serSh_liB {
    order: -1;
}

.serSh_img {
    width: 100%;
    height: 40vh;
    position: relative;
}

.serSh_img::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #2b4715 0, rgba(10, 35, 73, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

/*  */
.serSh_text {
    width: 100%;
    padding: 0 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transform: translateY(68%);
    transition: all .48s;
}

.serSh_text img {
    width: 40px;
    margin-bottom: 10px;
}

.serSh_text span {
    display: block;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.serSh_text p {
    width: 90%;
    font-size: 17px;
    color: #fff;
    opacity: 0;
    transition: all .48s;
}

.serSh_li:hover .serSh_text {
    transform: translateY(48%);
}

.serSh_li:hover .serSh_text p {
    opacity: 1;
}

.serWt {
    background: #f6f6f6;
}

.serWtBox {
    display: flex;
    justify-content: space-between;
}

.serWtL {
    width: 73%;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.serWtL_nav {
    width: 25%;
    padding: 0 3%;
    border-right: 1px solid #eee;
}

.serWtL_nav h6 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.serWtL_nav span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.serWtL_nav span.on {
    color: #4cb447;
}

.serWtL_nav span img {
    width: 6px;
    opacity: .68;
}

.serWtL_xq {
    width: 75%;
    padding: 0 3%;
}

.serWtL_xq h6 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.serWtL_xq a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
}

.serWtL_xq a img {
    width: 20px;
}

.serWtL_xq a span {
    font-size: 18px;
    color: #666;
}

.serWtR_p {
    height: 400px;
    overflow-y: scroll;
    padding-right: 5%;
}


/*  */

.serWtR {
    width: 25%;
    padding: 60px 0;
    background: #fff;
}

.serWtR_img {
    width: 100%;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}


.serWtR_imgT {
    text-align: left;
}

.serWtR_imgT span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.serWtR_imgT i {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #4cb447;
    margin-bottom: 20px;
}

.serWtR_imgT p {
    color: #666;
}

.serWtR_imgB {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.serWtR_imgB>div {
    width: 55%;
    text-align: center;
}

.serWtR_imgB img {
    width: 100%;
    margin-bottom: 5px;
}

.serWtR_imgB span {
    font-size: 20px;
}

.joinFoot {
    width: 100%;
    position: relative;
}

.joinFoot_img {
    width: 100%;
    padding-top: 14%;
}

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

.joinFoot_a .More {
    margin: 0 15px;
}

.jionJcImg {
    width: 100%;
    padding-top: 62%;
}

.jionJcImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%);
    position: absolute;
    left: 0;
    top: 0;
}

.jionJcImg p {
    width: 100%;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
    opacity: 0;
    transition: all .48s;
    z-index: 2;
}

.jionJcBox .swiper-slide-active .jionJcImg p {
    opacity: 1;
}

.jionJc_but {
    width: 75px;
    height: 75px;
    background: #fff;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .48s;
}

.jionJc_but svg {
    width: 24px;
    height: 24px;
}

.jionJc_but svg path {
    fill: #7abe43;
}

.jionJc_but.prev {
    left: 8%;
}

.jionJc_but.next {
    right: 8%;
}

.jionJc_but:hover {
    background: #7abe43;
}

.jionJc_but:hover svg path {
    fill: #fff;
}

.jionJcBox .swiper-container {
    padding-bottom: 40px;
}

.jionJcBox .swiper-pagination {
    bottom: 0;
}

.jionJcBox .swiper-pagination-bullet {
    background: rgba(155, 155, 155, 0.58);
}

.jionJcBox .swiper-pagination-bullet-active {
    background: #7abe43;
}

.jionRc {
    padding-left: 8%;
    background: #f6f6f6;
}

.jionRcImg {
    padding-top: 58%;
}

.jionRcText {
    background: #fff;
    padding: 40px;
}

.jionRcText span {
    font-size: 21px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.jionRcText p {
    font-size: 18px;
    color: #999;
    margin-bottom: 20px;
}

.jionRcBox .swiper-container {
    padding-bottom: 40px;
}

.jionRcBox .swiper-pagination {
    bottom: 0;
}

.jionRcBox .swiper-pagination-bullet {
    background: rgba(155, 155, 155, 0.58);
}

.jionRcBox .swiper-pagination-bullet-active {
    background: #7abe43;
}

.jionFl {
    width: 100%;
    height: 96vh;
    background-attachment: fixed;
    background-image: url(../images/jionFl_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* .jionFl::after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .48);
    position: absolute;
    left: 0;
    top: 0;
} */

.jionFlBox {
    width: 100%;
    height: 100%;
    padding-left: 8%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.jionFlBox .Tit {
    margin-top: 120px;
    position: relative;
    z-index: 2;
}

.jionFl_ul {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.jionFl_li {
    width: 50%;
    border: 1px solid rgba(255, 255, 255, .28);
    border-right: none;
    border-bottom: none;
    padding: 40px 60px;
    position: relative;
}

.jionFl_li::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #7abe43;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .68s;
}

.jionFl_text {
    position: absolute;
    left: 60px;
    top: 20px;
    z-index: 2;
}

.jionFl_li svg {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.jionFl_li svg path {
    fill: rgba(255, 255, 255, .9);
}

.jionFl_li span {
    color: rgba(255, 255, 255, .9);
    font-size: 26px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.jionFl_li p {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 2;
    min-height: 120px;
    opacity: 0;
    transition: all .48s;
}

.jionFl_li:hover::after {
    opacity: 1;
}

.jionFl_li:hover p {
    opacity: 1;
}

.jionHj {
    background: #fff;
}

.jionHjBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jionHjL {
    width: 45%;
}

.jionHj_ul {
    margin-bottom: 60px;
}

.jionHj_ul span i {
    background-repeat: no-repeat;
    background-image: url(../images/d61e90e2.png);
    background-size: 700%;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.jionHj_ul span .i1 {
    background-position-x: -24px;
}

.jionHj_ul span .i2 {
    background-position-x: -48px;
}

.jionHj_ul span .i3 {
    background-position-x: -72px;
}

.jionHj_ul span .i4 {
    background-position-x: -96px;
}

.jionHj_ul span {
    padding-right: 40px;
    font-size: 21px;
    color: #666;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.jionHj_ul span.on {
    color: #7abe43;
}

.jionHj_ul span.on .i1 {
    background-position-y: -24px;
}

.jionHj_ul span.on .i2 {
    background-position-y: -48px;
}

.jionHj_ul span.on .i3 {
    background-position-y: -72px;
}

.jionHj_ul span.on .i4 {
    background-position-y: -96px;
}

.jionHjL_img {
    padding-top: 68%;
}

.jionHjR {
    width: 55%;
    padding-left: 50px;
}

.jionHjR_top {
    width: 75%;
    margin-left: 5%;
    padding-top: 40%;
    margin-bottom: 30px;
}

.jionHjR_bot {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.jionHjR_botA {
    width: 40%;
    padding-top: 28%;
}

.jionHjR_botB {
    width: 56%;
    padding-top: 32%;
}



.banN_kong {
    width: 100%;
    margin-top: 86px;
    position: relative;
}

.banN_kong .dwNav {
    position: initial;
    background: rgba(0, 0, 0, .18);
    background: none;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

/* .banN_kong .dwNavL a {
    color: #fff;
}

.banN_kong .dwNavL svg path {
    fill: #fff;
} */

.banN_kong .dwNavR a {
    width: auto;
    padding: 15px 20px;
    font-size: 14px;
    background: none;
    color: #333;
}

.banN_kong .dwNavR a.on {
    background: none;
    color: #7abe43;
}

.proJjBox {
    display: flex;
    align-items: center;
}

.proJjImg {
    width: 45%;
    padding-top: 36%;
}

.proJjImg img {
    -o-object-fit: contain;
       object-fit: contain;
}

.proJjText {
    width: 50%;
    padding-left: 5%;
}

.proJjText span {
    font-size: 46px;
    line-height: 1.4;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.proJjText p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.proJjText .More a {
    margin-right: 15px;
}

.proVideo {
    background: #f5f5f5;
}

.proVideo .inner {
    width: 70%;
}

.proVideoXq {
    position: relative;
    padding-top: 46%;
}

.proVideoXq video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.planOne_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.48s;
    cursor: pointer;
}

.planOne_play img {
    width: 60px;
    height: auto;
    position: initial;
}

.abDy_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*  */
.abDy_li {
    width: calc(33.33% - 40px);
    padding: 60px 50px;
    background: #f6f6f6;
    border-bottom: 2px solid #7abe43;
    position: relative;
}

.abDy_li::after {
    content: '';
    width: 0;
    height: 1px;
    border-bottom: 2px solid #7abe43;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 1s;
}

.abDy_li span {
    display: block;
    position: relative;
    color: #7abe43;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}

.abDy_li p {
    width: 100%;
    font-size: 18px;
    min-height: 58px;
    color: #8c8c8c;
    transition: all .48s;
}

.abDy_li:hover span {
    color: #7abe43;
}

.abDy_li:hover p {
    color: #7abe43;
}

.abDy_li:hover::after {
    width: 100%;
}

.proGjt {
    background: #f5f5f5;
}

.proGjt .inner {
    width: 70%;
}

.proGjtBox {
    display: flex;
    justify-content: space-between;
}

.proGjt_imgBox {
    width: 60%;
}

.proGjt_img {
    width: 100%;
    padding-top: 56%;
}

.proGjt_img img {
    -o-object-fit: cover;
       object-fit: cover;
}

/*  */

.proGjtL {
    width: 36%;
    position: relative;
}

.proGjt_ul .swiper-slide span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 0;
    font-size: 18px;
    color: #999;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .48s;
}

.proGjt_ul .swiper-slide span i {
    width: 50px;
    height: 1px;
    background: #8c8c8c;
    margin-left: 15px;
    transition: all .48s;
}

.proGjt_ul .swiper-slide-thumb-active span {
    font-size: 28px;
    color: #7abe43;
}

.proGjt_ul .swiper-slide-thumb-active span i {
    width: 100px;
}


/*  */

.proGjt_text {
    width: 100%;
    margin-top: 80px;
}

.proGjt_text .swiper-slide {
    background: #2b2726;
    position: relative;
    padding-top: 10%;
    border-radius: 8px;
    overflow: hidden;
}

.proGjt_text .swiper-slide img {
    width: 100%;
    height: 100%;
    padding: 5%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.proTableBox table {
    width: 100%;
}

/*  */
.proTableBox tbody tr {
    background: #fff;
}

.proTableBox tbody tr:nth-child(2n) {
    background: #f6f6f6;
}

.proTableBox table {
    border-bottom: solid 1px #d7d7d7;
    border-left: solid 1px #d7d7d7;
}

.proTableBox tbody td {
    text-align: center;
    padding: 12px 30px;
    border: solid 1px #d7d7d7;
    border-bottom: none;
    border-left: none;
}

.proTableBox tbody td.center {
    text-align: center;
}

.proTableBox tbody td span {
    font-size: 18px;
}

.proSol {
    position: relative;

}

.proSolItem {
    display: flex;
    justify-content: space-between
}

.proSolItemA {
    margin-bottom: 30px;
}

.proSolItemA .proSol_li {
    width: calc(50% - 15px);
}

.proSolItemB .proSol_li {
    width: calc(33.33% - 20px);
}

.proSolItemA .proSolImg {
    padding-top: 42%;
}

.proSolItemB .proSolImg {
    padding-top: 60%;
}

.proSolImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(55 90 29 / 80%) 0, rgba(10, 35, 73, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.proSolImg span {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2;
    text-transform: uppercase;
}

.proSol_li:hover .proSolImg img {
    transform: scale(1.08);
}

.proHz {
    background: #fff;
}

.proHzImg {
    background: #f5f5f5;
    padding-top: 40%;
}

.proHzImg img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 10%;
}

.proGjt_ul .swiper-container {
    height: 280px;
}

.proGjt_Change {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.proGjt_ChangeL {
    display: flex;
    align-items: center;
}

.proGjt_ChangeL span {
    color: #333;
    font-size: 16px;
}

.proGjt_ChangeL .swiper-pagination {
    width: 300px;
    height: 1px;
    position: initial;
    margin: 0 10px;
    background: rgb(155 155 155 / 60%);
}

.proGjt_ChangeL .swiper-pagination-progressbar-fill {
    height: 3px;
    background: #7abe43;
    top: -1px;
}

.proGjt_ChangeR a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #7abe43;
    border-radius: 50%;
    margin-left: 10px;
}

.proGjt_ChangeR a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 30%;
    opacity: .68;
}





.hzBox .hzItem {
    display: flex;
    flex-wrap: wrap;
}

.hzItem_xq {
    width: calc(25% - 40px);
    margin-bottom: 30px;
    margin-right: 52px;
}

.hzItem_xq:nth-child(4n) {
    margin-right: 0;
}

.hzImg {
    width: 100%;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    padding-top: 44%;
}

.hzImg img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
}

.hzItem p {
    font-size: 18px;
    line-height: 1.6;
    color: #393939;
    margin-top: 20px;
    text-align: center;
}

.hzImg:hover img {
    transform: scale(1.05);
}



.honorBox .abRuItem {
    display: flex;
    flex-wrap: wrap;
}

.abRuItem_xq {
    width: calc(25% - 40px);
    margin-bottom: 30px;
    margin-right: 52px;
}

.abRuItem_xq:nth-child(4n) {
    margin-right: 0;
}

.abRuImg {
    width: 100%;
    background: #fff;
    padding-top: 76%;
}

.abRuImg img {
    padding: 5%;
    -o-object-fit: contain;
       object-fit: contain;
}

.abRuItem p {
    font-size: 18px;
    line-height: 1.6;
    color: #393939;
    margin-top: 20px;
    text-align: center;
}

.abRuImg:hover img {
    transform: scale(1.05);
}


.proSolImg {
    background: #f5f5f5;
    padding-top: 40%;
}

.proSol .proSolImg img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 10%;
}

.proSol .proSolImg::after {
    width: 0;
}

.proSol_li .proSolImg::after {
    width: 100%;
}

.proSol_li .proSolImg img {
    -o-object-fit: cover;
       object-fit: cover;
    padding: 0;
}

.proVideo {
    background: #f5f5f5;
}

.proVideo .inner {
    width: 70%;
}

.proVideoXq {
    position: relative;
    padding-top: 46%;
}

.proVideoXq video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.proVideoXq iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.planOne_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.48s;
    cursor: pointer;
}

.planOne_play img {
    width: 60px;
    height: auto;
    position: initial;
}

.solHye {
    width: 100%;
    height: 92vh;
    position: relative;
}

.solHye::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .38);
    position: absolute;
    left: 0;
    top: 0;
}

.solHye .Tit {
    position: absolute;
    left: 50%;
    top: 108px;
    transform: translateX(-50%);
    z-index: 2;
}

.solHyeBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}


.solHye_item {
    width: 33.33%;
    border-right: 1px solid rgb(255 255 255 / 20%);
    text-align: center;
    position: relative;
    z-index: 2;
}

.solHye_item i {
    display: block;
    color: #fff;
    font-size: 24px;
    margin: 30px;
}

.solHye_text {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 18%;
}

.solHye_text img {
    width: 60px;
    margin-bottom: 30px;
    opacity: .68;
    transition: all .48s;
}

.solHye_text span {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-top: 40px;
    position: relative;
    transition: all .48s;
}

.solHye_text span::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #7abe43;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    opacity: .48;
}

/*  */
.solHye_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.solHye_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
}

.solHye_img img:first-child {
    display: block;
}

.solHye_item:hover .solHye_text img {
    transform: translateY(-20px);
}

.solHye_item:hover .solHye_text span {
    transform: translateY(20px);
}

.solPro {
    background: #f0f1f2;
}

.solProBox .proItem {
    width: 100%;
    margin-bottom: 68px;
}

.solProBox .swiper-pagination {
    bottom: 0;
}

.solProBox .swiper-pagination-bullet {
    background: #d7d8da;
}

.solProBox .swiper-pagination-bullet-active {
    background: #7abe43;
    width: 40px;
}

.solCjBox {
    position: relative;
}

.solCjText {
    padding: 80px 20px 180px;
    /* border: 1px solid #e3e3e3; */
    background: #f4f9fb;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.solCjText span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
    transition: all .48s;
}

.solCjText span::after {
    content: '';
    width: 35px;
    height: 4px;
    background: #7abe43;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.solCjText p {
    width: 75%;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
    color: #999;
    letter-spacing: 2px;
    z-index: 2;
    min-height: 90px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all .48s;
}

.solCjText i {
    font-size: 160px;
    color: #f8f8f8;
    color: rgb(179 179 179 / 15%);
    font-weight: bold;
    line-height: 0.8;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    z-index: 2;
    transition: all .48s;
}

.solCjText:hover span {
    color: #7abe43;
}


.solCjText:hover .img2 {
    display: inline-block;
}

.solCjText:hover .img1 {
    display: none;
}

.solCjBox .swiper-container {
    padding-bottom: 100px;
}

.solCjBox .swiper-pagination {
    bottom: 0;
}

.solCjBox .swiper-pagination-bullet {
    background: #d7d8da;
}

.solCjBox .swiper-pagination-bullet-active {
    background: #7abe43;
    width: 40px;
}

.solCjBut {
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
}

.solCjBut img {
    width: 36px;
}

.solCjBut.prev {
    left: -70px;
}

.solCjBut.next {
    right: -70px;
}

.solJg {
    background: #f5f5f5;
}

.solJgBox {
    display: flex;
    justify-content: space-between;
}

.solJgItem {
    width: calc(50% - 30px);
    background: #fff;
    padding: 30px 60px;
}

.solJg_tit {
    padding: 20px 0;
    position: relative;
}

.solJg_tit span {
    font-size: 36px;
    font-weight: 600;
    color: #7abe43;
    display: flex;
    align-items: center;
}

.solJg_tit span img {
    width: 40px;
    margin-right: 10px;
}

/*  */
.solJg_ul {
    margin-top: 20px;
}

.solJg_ul span {
    display: inline-block;
    color: #333;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    margin-right: 20px;
}

/*  */
.solJg_xq {
    /* background: #e9f4ee; */
    padding: 20px 0 40px;
}



.solJg_xq p {
    font-size: 18px;
    color: #666;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.solJg_xq p img {
    width: 18px;
    margin-right: 10px;
}

.solYs {
    width: 100%;
    background: url(../images/solYs_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 160px 0 !important;
}

.solYs .Tit {
    padding: 0 50px;
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    margin-bottom: 0;
    z-index: 2;
}

.solYsBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.solYsCen {
    width: 41.5%;
    position: relative;
    padding-top: 41.5%;
    border-radius: 50%;
}

.solYsCen span {
    display: block;
    width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/solYsCen.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.solYsCen i {
    display: block;
    /* width: 90%;
    height: 90%;
    background: rgb(90 130 243 / 8%);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */

    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #5588fc;
    transform: translate(-50%, -50%) scale(.3);
    opacity: .15;
    -webkit-animation: scaleWave 4s linear 0s infinite;
    animation: scaleWave 4s linear 0s infinite;
    transition: all .48s;
}

.solYsCen .i1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.solYsCen .i2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.solYsCen .i3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}


@-webkit-keyframes scaleWave {
    0% {
        opacity: .15;
        transform: translate(-50%, -50%) scale(.3)
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.2)
    }
}

@keyframes scaleWave {
    0% {
        opacity: .15;
        transform: translate(-50%, -50%) scale(.3)
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.2)
    }
}

/*  */

.solYsL,
.solYsR {
    width: 22%;
}

.solYs_li {
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.solYs_li:first-child {
    margin-bottom: 220px;
}

.solYs_li span {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

/* .solYs_li span::after {
    content: '';
    width: 3px;
    height: 100%;
    background: #4c82fc;
    border-radius: 4px;
    position: absolute;
    top: 0;
} */


.solYs_li p {
    font-size: 18px;
    color: #999;
}

.solYsL .solYs_li {
    text-align: right;
}





.proItem {
    width: calc(33.33% - 20px);
    display: block;
    border: 1px solid #CAD2E0;
    padding: 50px 0 110px;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
    transition: all .48s;
}

.proImg {
    width: 100%;
    padding-top: 68%;
}

.proImg img {
    -o-object-fit: contain;
       object-fit: contain;
    transform: scale(0.9);
}

.proItem span {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    bottom: 40px;
    font-size: 21px;
    transition: all .48s;
}


.proItem:hover {
    box-shadow: 0 15px 15px -10px rgb(0 0 0 / 15%);
    border-color: #7abe43;
}

.proItem:hover span {
    color: #7abe43;
}

.proItem:hover .proImg img {
    transform: scale(1);
}

.solYsL2 {
    display: none;
}

.banN_kong {
    width: 100%;
    margin-top: 86px;
    position: relative;
}

.banN_kong .dwNav {
    position: initial;
    background: rgba(0, 0, 0, .18);
    background: none;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

/* .banN_kong .dwNavL a {
    color: #fff;
}

.banN_kong .dwNavL svg path {
    fill: #fff;
} */

.banN_kong .dwNavR a {
    width: auto;
    padding: 15px 20px;
    font-size: 14px;
    background: none;
    color: #333;
}

.banN_kong .dwNavR a.on {
    background: none;
    color: #7abe43;
}

.proJjBox {
    display: flex;
    align-items: center;
}

.proJjImg {
    width: 45%;
    padding-top: 36%;
}

.proJjImg img {
    -o-object-fit: contain;
       object-fit: contain;
}

.proJjText {
    width: 50%;
    padding-left: 5%;
}

.proJjText span {
    font-size: 46px;
    line-height: 1.4;
    display: block;
    margin-bottom: 30px;
}

.proJjText p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.proJjText .More a {
    margin-right: 15px;
}

.proVideoBBox {
    background: #f6f8fa;
}

.proVideoB .swiper-slide {
    width: 70%;
}

.proVideoBImg {
    padding-top: 46%;
}

.proVideoBImg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.proVideoBBut {
    width: 75px;
    height: 75px;
    background: #fff;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .48s;
    z-index: 6;
}

.proVideoBBut svg {
    width: 24px;
    height: 24px;
}

.proVideoBBut svg path {
    fill: #7abe43;
}

.proVideoBBut.prev {
    left: 5%;
}

.proVideoBBut.next {
    right: 5%;
}

.proVideoBBut:hover {
    background: #7abe43;
}

.proVideoBBut:hover svg path {
    fill: #fff;
}

.planOne_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.48s;
    cursor: pointer;
}

.planOne_play img {
    width: 60px;
    height: auto;
    position: initial;
}

.proJg {
    background: #fff;
}

.proJgBox {
    border: 1px solid #e1e1e1;
    padding: 80px;
    background: #fff;
}

.proJgImg {
    padding-top: 41.4%;
    background: #fff;
}

.proJgImg img {
    -o-object-fit: contain;
       object-fit: contain;
}

/*  */

.proJg_ul {
    display: flex;
    border-left: 1px solid #e1e1e1;
}

.proJg_ul span {
    cursor: pointer;
    flex: 1;
    text-align: center;
    display: block;
    border: 1px solid #e1e1e1;
    color: #333;
    border-left: none;
    border-bottom: none;
    background: #f8f8f8;

    padding: 30px 40px;
    font-size: 21px;
    letter-spacing: 2px;
    font-weight: 600;
}

.proJg_ul span.on {
    border-top: 3px solid #7abe43;
    color: #7abe43;
    background: #fff;
}

.abDy_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.abDy_ul::after{
    width: calc(33.33% - 40px);
    display: block;
    content: '';
}
/*  */
.abDy_li {
    width: calc(33.33% - 40px);
    padding: 60px 50px;
    background: #f6f6f6;
    border-bottom: 2px solid #7abe43;
    position: relative;
}

.proTd2 .abDy_li {
    background: #fff;
}

.abDy_li::after {
    content: '';
    width: 0;
    height: 1px;
    border-bottom: 2px solid #7abe43;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 1s;
}

.abDy_li span {
    display: block;
    position: relative;
    color: #7abe43;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}

.abDy_li p {
    width: 100%;
    font-size: 18px;
    min-height: 58px;
    color: #8c8c8c;
    transition: all .48s;
}

.abDy_li:hover span {
    color: #7abe43;
}

.abDy_li:hover p {
    color: #7abe43;
}

.abDy_li:hover::after {
    width: 100%;
}

.proCj_ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    overflow: auto;
    margin-top: 38px;
}

.proCj_li {
    position: relative;
    cursor: pointer;
    flex: 1;
    padding: 5px;
    transition: all .48s;
    border-radius: 8px;
}

.proCj_div {
    position: relative;
}

.proCj_img {
    width: 100%;
    height: 56vh;
}

.proCj_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
}

.proCj_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 46, .48);
    border-radius: 4px;
    transition: all .48s;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.proCj_text span {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.proCj_text p {
    margin: 0 auto;
    width: 90%;
    min-height: 58px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;
}

/*  */

.proCj_li:hover {
    flex: 2 0 
}

.proTableBox table {
    width: 100%;
}

.proTableBox thead tr {
    background: #404040;
}

.proTableBox thead th {
    padding: 10px;
    border-right: solid 1px #adacac;
}

.proTableBox thead th span {
    color: #fff;
    font-size: 24px;
}

/*  */
.proTableBox tbody tr {
    background: #e4e4e4;
}

.proTableBox tbody tr:nth-child(2n) {
    background: #f2f2f2;
}

.proTableBox table {
    border-bottom: solid 1px #d7d7d7!important;
    border-left: solid 1px #d7d7d7!important;
}

.proTableBox tbody td {
    padding: 12px 30px!important;

    border: solid 1px #d7d7d7!important;
    border-bottom: none!important;
    border-left: none!important;
    /* background: rgb(121 190 65 / 8%); */
}

.proTableBox tbody td.center {
    text-align: center;
}

.proTableBox tbody td * {
    font-size: 18px!important;
}



.jionHjR2{
    width: 100%;
    display: none;
}
.jionHjR2 .swiper-slide{
    padding-top: 35%;
    position: relative;
}
.jionHjR2 img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}



/*  */
.new .indNewR {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new .indNewItem {
    width: calc(33.33% - 30px);
    border-top: 1px solid #afb5bc;
    position: relative;
    margin-bottom: 40px;
}

.indNewText {
    padding: 30px 0 0px;
    display: block;
}

.indNewText i {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #7abe43;
    margin-bottom: 5px;
}

.indNewText i svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.indNewText i svg path {
    fill: #7abe43;
}

.indNewText span {
    display: block;
    width: 90%;
    font-size: 18px;
    margin-bottom: 40px;
}

.indNewText b {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.indNewText b svg {
    width: 14px;
    height: 14px;
    margin-left: 2px;
}

.indNewImg {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 63%;
}

.indNewImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}

.newQList{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newQList ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.newQList ul li{
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 16px;
    line-height: 1;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.48s;
} 
.newQList ul li:hover{
    background: #4cb447;
    color: #fff;
}
.newQList ul li.on{
    background: #4cb447;
    color: #fff;
}

.newQList ul li a{
    display: inline-block;
    padding: 10px 30px;
    width: 100%;
    height: 100%;
}
.newQList ul li.on a{
    color: #fff;
}
.newQList ul .text{
    font-size: 16px;
    margin-left: 50px;
}