    @import url(swiper.css);
    @import url(animate.min.css);
    @import url(bootstrap.min.css);
    @import url(/skin/font/bootstrap-icons.css);
    @import url(/skin/font/iconfont.css);
    @import url(bjmyw.other.css);
    @import url(video.css);
    @import url(nice-select.css);
    @import url(box.css);
    img {
        max-width: 100%;
        display: block;
        border-radius: 6px;
    }
    
    body {
        margin: auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    a {
        font-size: 14px;
        color: #000;
        text-decoration: none !important;
        font-weight: 400;
    }
    .text-align{
        text-align: left!important ;
    }
    ul,
    ol,
    li {
        padding: 0;
        list-style: none;
    }
    
    .border-radius-0 {
        border-radius: 0;
    }
    /* 
@keyframes banner {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
} */
    
    .border-none {
        border: none !important;
    }
    
    .title-py {
        padding: 0 10px 20px 10px;
    }
    
    .txt-overflow-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .txt-overflow-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .txt-overflow-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .h-100{
        height: 100%;
    }
    .f-d-c{
        flex-direction: column;
    }
    .flex-1-1-auto{
        flex: 1 1 auto;
    }
    
    @keyframes turn {
        0% {
            transform: rotate(0deg);
        }
        20% {
            transform: rotate(72deg);
        }
        40% {
            transform: rotate(144deg);
        }
        60% {
            transform: rotate(216deg);
        }
        80% {
            transform: rotate(288deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    @-webkit-keyframes bounce-down {
        25% {
            -webkit-transform: translateY(-4px);
        }
        50%,
        100% {
            -webkit-transform: translateY(0);
        }
        75% {
            -webkit-transform: translateY(4px);
        }
    }
    
    @keyframes bounce-down {
        25% {
            transform: translateY(-4px);
        }
        50%,
        100% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(4px);
        }
    }
    
    .doudong {
        position: relative;
        display: inline-block;
        animation-name: dd;
        animation-duration: 2s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
    }
    
    @keyframes dd {
        0% {
            transform: rotate3d(1, 1, 1);
        }
        10%,
        20% {
            -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -8deg);
            -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -8deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -8deg);
        }
        30% {
            -webkit-transform: rotate3d(0, 0, 1, 6deg);
            -ms-transform: rotate3d(0, 0, 1, 6deg);
            transform: rotate3d(0, 0, 1, 6deg);
        }
        40% {
            -webkit-transform: rotate3d(0, 0, 1, -5deg);
            -ms-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
        }
        50% {
            -webkit-transform: rotate3d(0, 0, 1, 4deg);
            -ms-transform: rotate3d(0, 0, 1, 4deg);
            transform: rotate3d(0, 0, 1, 4deg);
        }
        60% {
            -webkit-transform: rotate3d(0, 0, 1, -3deg);
            -ms-transform: rotate3d(0, 0, 1, -3deg);
            transform: rotate3d(0, 0, 1, -3deg);
        }
        70% {
            -webkit-transform: rotate3d(0, 0, 1, 2deg);
            -ms-transform: rotate3d(0, 0, 1, 2deg);
            transform: rotate3d(0, 0, 1, 2deg);
        }
        80% {
            -webkit-transform: rotate3d(0, 0, 1, -1deg);
            -ms-transform: rotate3d(0, 0, 1, -1deg);
            transform: rotate3d(0, 0, 1, -1deg);
        }
        90% {
            -webkit-transform: rotate3d(0, 0, 1, 0deg);
            -ms-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
        }
        100% {
            transform: rotate3d(1, 1, 1);
        }
    }
    
    .controller {
        -webkit-animation: bounce-down 2.6s linear infinite;
        animation: bounce-down 2.6s linear infinite;
    }
    
    .index_aboutfour {
        position: absolute;
        left: 10px;
        top: 0px;
        width: 180px;
        font-size: 18px;
        line-height: 24px;
        font-family: 'Gilroy_Bold', sans-serif;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        z-index: 1;
    }
    
    .head {
        overflow: hidden;
    }
    /* .heads-box {
    height: 72px;
} */
    
    .head_none {
        display: none;
        transition: 0;
    }
    
    .head-border {
        border-bottom: 1px solid #c5c5c5;
    }
    
    .phone_bg {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 0;
        right: 0;
        background-color: rgba(179, 182, 182, 0.7);
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1001;
        display: none;
    }
    
    .phone_header {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        height: 100%;
        width: 70%;
        z-index: 9999;
        margin-right: auto;
    }
    
    .phone_header_row {
        width: 100%;
        position: relative;
        height: 100%;
        z-index: 2;
        background: #fff;
        color: #ffffff;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    
    .phone_header_row li {
        padding: 15px 0 15px 10px;
        border-bottom: 1px solid rgb(220, 220, 220);
    }
    
    .phone_header_logo {
        align-items: center;
        background-image: -webkit-linear-gradient(left, #ffffff, #b2e8bc9c, #dac57a6e);
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(220, 220, 220);
        justify-content: space-between;
        display: flex;
    }
    
    .phone_header_logo i {
        padding-right: 20px;
        margin-top: 10px;
        font-size: 30px;
        color: #7bc545;
    }
    
    .phone_header_logo img {
        padding: 10px 0 0 10px;
        width: 170px;
    }
    
    .phone_button {
        text-align: right;
        width: 40%;
        display: none;
        align-items: center;
        justify-content: end;
    }
    
    .phone_button i {
        color: #000000;
        font-size: 35px;
        padding-right: 15px;
    }
    
    .head-logo-box {
        padding: 10px 0;
    }
    
    .head-phone {
        justify-content: end;
        color: #A3C688;
        display: flex;
        align-items: center;
        padding: 0;
    }
    
    .dianhua {
        font-size: 25px;
        margin-right: 15px;
    }
    
    .sousuo-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
        justify-content: end;
    }
    
    .sousuo {
        color: #A3C688;
        font-size: 25px;
    }
    
    .daohang {
        border-radius: 8px;
        padding: 5px 10px;
        background-color: #6ea349;
        color: #ffffff;
        font-size: 25px;
        margin-left: 15px;
    }
    
    .head-phone p,
    .head-phone span {
        font-weight: bold;
    }
    
    .head-phone p {
        margin: 0;
        font-size: 25px;
    }
    
    .head-txt a {
        padding: 15px 10px;
        /* background-color: #fff; */
        transition: 0.3s;
    }
    
    .head-txt a:hover {
        color: #accb94;
    }
    
    .txt-head {
        position: relative;
        overflow: hidden;
    }
    
    .head-txt-bg {
        background-color: #fff;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .head-txt ul {
        display: flex;
        padding: 0;
        margin: 0;
    }
    
    .head-txt ul li {
        position: relative;
        text-align: center;
        padding: 10px 0;
    }
    
    .banner-row {
        overflow: hidden;
    }
    
    .banner img {
        width: 100%;
        /* animation: banner 6000ms infinite ease-out; */
    }
    
    .banner-txt-box {
        background: linear-gradient(to right, #accb9499, #f8f8f873, #ffffff00);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
    }
    
    .banner-txt-box div {
        width: 75%;
        height: 30%;
    }
    
    .banner-txt-box div h2 {
        text-shadow: 0 0 4px #4e4e4e, 0 8px 4px #ccffa5, 4px 15px 6px #000000;
        color: #fff;
        font-size: 60px;
    }
    
    .banner-txt-box div p {
        text-shadow: 0 0 4px #4e4e4e, 0 8px 4px #ccffa5, 4px 15px 6px #000000;
        color: #fff;
        font-size: 25px;
    }
    
    .index-button-one,
    .index-button-two {
        color: #a0a0a0;
        background: none;
        border: none;
        font-size: inherit;
        text-decoration: none;
        cursor: pointer;
    }
    
    .txt-one,
    .txt-two,
    .txt-three {
        justify-content: center;
        align-items: flex-end;
    }
    
    .foot {
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
        padding: 60px 0 0 0;
        background-image: url(/skin/img/foot-banner.jpg);
        margin: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .foot-box {
        display: flex;
        justify-content: space-between;
    }
    
    .foot-box a:hover {
        color: #accb94;
        transition: 0.3s;
    }
    
    .foot-logo img {
        margin-bottom: 10px;
    }
    
    .foot-logo p {
        padding-right: 20px;
        line-height: 30px;
        font-size: 14px;
        margin: 0;
    }
    
    .foot-box h2 {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .foot-dh-box {
        display: flex;
        justify-content: space-around;
    }
    
    .foot-dh-box div {
        text-align: left;
    }
    
    .foot-daohang p {
        margin-bottom: 10px;
    }
    
    .foot-related {
        text-align: center;
    }
    
    .foot-related p {
        margin-bottom: 10px;
    }
    
    .foot-bottom-box {
        background-color: #ffffff6e;
        text-align: center;
        overflow: hidden;
        padding: 10px 0;
    }
    
    .foot-bottom-one a {
        color: #769da2;
        font-size: 12px;
        transition: 0.4s;
    }
    
    .foot-bottom-one a:hover {
        color: #bcbcbc;
    }
    
    .foot-bottom-box p {
        color: #6e6e6e;
        margin: 0;
        font-size: 12px;
    }
    
    .foot-phone-bottom {
        color: #000;
        z-index: 1000;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        padding: 0px 10px;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
        background-image: -webkit-linear-gradient(left, #e7fbff, #ffffff, #dce4b8);
    }
    
    .foot-phone {
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
        background-color: #dbf6ca;
        position: relative;
        height: 70px;
        border-radius: 8px;
    }
    
    .foot-phone-bottom>a>div {
        padding: 0 5px;
        text-align: center;
    }
    
    .foot-phone-bottom p {
        font-size: 12px;
        margin: 0;
    }
    
    .foot-phone-bottom i {
        font-size: 30px;
    }
    
    .tag-box-txt {
        margin: 5px;
    }
    
    .tag-box-conter {
        display: flex;
        flex-wrap: wrap;
    }
    
    .tag-box-txt p {
        margin: 0;
    }
    
    .myswbox {
        display: flex;
    }
    
    .myswbox-conter {
        padding: 10px;
    }
    
    .myswbox-conter-box {
        border-radius: 50px 0 50px 0;
        color: #ffffff;
        background-color: #accb94;
        position: relative;
        padding: 20px 15px;
        display: flex;
        justify-content: center;
        box-shadow: 10px 0px 10px 0 rgba(0, 0, 0, 0.2);
        bottom: 0;
        transition: all 0.4s;
    }
    
    .myswbox-conter:hover .myswbox-conter-box {
        bottom: 10px;
        background-color: #accb94;
    }
    
    .myswbox-conter:hover i,
    .myswbox-conter:hover .myswbox-txt {
        color: #ffffff;
        transition: 0.4s;
    }
    
    .myswbox-txt {
        display: grid;
        align-items: center;
    }
    
    .myswbox-txt p {
        margin: 0;
    }
    
    .myswbox-txt h2 {
        text-align: center;
        margin: 0;
    }
    
    .myswbox-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .myswbox-conter i {
        font-size: 50px;
        margin-right: 15px;
    }
    
    .myswbox-conter-box:hover::before {
        opacity: 0.8;
        visibility: visible;
        right: -10px;
        bottom: -10px;
    }
    
    .myswbox-conter-box::before {
        border-radius: 50px 0 50px 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        content: "";
        position: absolute;
        background: #68686896;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }
    
    .service-img-one,
    .service-img-two {
        display: flex;
        align-items: center;
    }
    
    .service-img-one img,
    .service-img-two img {
        pointer-events: none;
    }
    
    .service-img-two {
        transform: rotateY(180deg);
    }
    
    .quick {
        padding: 40px 0;
        overflow: hidden;
    }
    
    .quick-cont {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    
    .quick-row {
        border-radius: 8px;
        background-image: -webkit-linear-gradient(bottom, #e5fbdf, #e5f4b847, #ffffff6e);
        padding: 20px 10px;
    }
    
    .quick-img {
        height: 100%;
        border-radius: 8px;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .quick-cont h2 {
        font-weight: bold;
        text-align: center;
        color: #2ca88e;
        text-shadow: 3px 5px 4px #b7b9a1;
    }
    
    .quick-diqu p,
    .quick-tese p,
    .quick-jiage p {
        position: relative;
        padding-left: 15px;
        font-weight: bold;
    }
    
    .quick-diqu p::before,
    .quick-tese p::before,
    .quick-jiage p::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 0.25rem;
        border-radius: 0.125rem;
        --tw-bg-opacity: 1;
        background-color: rgb(171 202 86 / var(--tw-bg-opacity));
    }
    
    .quick-box ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .quick-box ul li {
        margin: 0 5px 5px 0;
    }
    
    .quick-box ul li a {
        color: #959595;
    }
    
    .quick-box ul li a:hover {
        color: #d0f062;
        transition: 0.4s;
    }
    
    .quick-img {
        position: relative;
        background-image: url(/skin/img/one.jpg);
    }
    
    .quick-img::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        opacity: 0.6;
        border-radius: 8px;
    }
    
    .quick-img-txt {
        text-align: center;
        padding: 10px;
        position: relative;
        z-index: 1;
    }
    
    .quick-img-txt h5 {
        font-size: 18px;
        color: #367c7a;
        font-weight: bold;
    }
    
    .line {
        margin: 25px 0;
        border-top: 1px dashed rgb(114, 114, 114);
    }
    
    .quick-zixun {
        display: flex;
    }
    
    .quick-zixun a {
        color: #2b5251;
        font-size: 18px;
        font-weight: bold;
    }
    
    .quick-zixun h6 {
        color: #bb0000;
        font-weight: bold;
        margin: 0;
        margin-right: 5px;
    }
    
    .zixun-txt {
        text-align: left;
        padding-left: 10px;
    }
    
    .zixun-txt .text-muted {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .zixun-img {
        max-width: 120px;
    }
    
    .jiage {
        font-size: 10px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .quick-news p {
        color: #edf3ff;
        margin: 0;
        margin-top: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-style: oblique;
    }
    
    .quick-news:hover p {
        color: #727272;
    }
    
    .index-mdjg-title {
        display: flex;
        text-align: center;
        justify-content: center;
    }
    
    .index-title-txt {
        text-shadow: 3px 5px 4px #accb94;
        color: #78aa64;
        text-align: center;
    }
    
    .index-title-txt p {
        font-size: 14px;
    }
    
    .index-title-txt h2 {
        font-weight: bold;
    }
    
    .xiangyun-one {
        color: #85c7d1;
        font-size: 55px;
        padding-right: 20px;
    }
    
    .xiangyun-two {
        color: #85c7d1;
        font-size: 55px;
        padding-right: 20px;
        transform: rotateY(180deg);
    }
    
    .index_park {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
    }
    
    .index-mdjg,
    .mySwiper_phone {
        padding-top: 50px;
    }
    
    .mySwiper_phone .swiper-slide,
    .mySwiper_mdjg .swiper-slide {
        position: relative;
        border-radius: 8px;
        text-align: center;
        font-size: 18px;
        /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .swiper-container {
        padding: 0;
    }
    
    .mySwiper_phone .swiper-slide img,
    .mySwiper_mdjg .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .mySwiper_mdjg .swiper-wrapper,
    .mySwiper_phone .swiper-wrapper {
        padding: 40px 0 60px 0;
    }
    
    .mySwiper_phone .swiper-slide {
        display: flex;
        justify-content: center;
    }
    
    .mySwiper_mdjg_txt {
        text-align: left;
        padding: 10px;
    }
    
    .mySwiper_mdjg_txt span {
        font-size: 20px;
        color: #bb0000;
        font-weight: bold;
    }
    
    .mySwiper_mdjg_txt h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0;
    }
    
    .mySwiper_mdjg_txt div {
        align-items: center;
        font-size: 10px;
    }
    
    .bzyzk-gmzn-bg p,
    .mySwiper_mdjg_txt>p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .bzyzk-gmzn-bd,
    .bzyzk-gmzn-bg h2 {
        transition: 0.4s;
    }
    
    .bzyzk-gmzn-bg:hover h2 {
        color: #accb94;
    }
    
    .bzyzk-gmzn-bg:hover .bzyzk-gmzn-bd {
        box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, 0.2);
    }
    
    .index-mdjg-box:hover .mySwiper_mdjg_txt h6 {
        border-radius: 50px 0 0 50px;
        box-shadow: -3px 4px 2px 0px rgba(0, 0, 0, 0.2);
    }
    
    .mySwiper_mdjg_txt h6 {
        right: 0;
        padding: 5px 10px;
        color: #fff;
        background-color: #accb94;
        font-size: 14px;
        transition: 0.4s;
    }
    
    .lydq-buttom:hover {
        background-color: #fff;
    }
    
    .lydq-box {
        margin-bottom: 55px;
    }
    
    .mxtj-box-txt span {
        color: #bb0000;
    }
    
    .mxtj-box-bg {
        box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.2);
        transition: 0.4s;
    }
    
    .mxtj-img {
        height: 200px;
    }
    
    .mxtj-img p {
        text-align: center;
        left: 0;
        right: 0;
        font-size: 14px;
        color: #fff;
        margin: 0;
        bottom: 5px;
    }
    
    .mxtj-img::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 15%;
        background-color: #333;
        opacity: 0.3;
    }
    
    .mxtj-img img {
        height: 100%;
        border-radius: 0;
    }
    
    .mxtj-box-txt h3 {
        transition: 0.4s;
    }
    
    .mxtj-box-conter:hover h3 {
        color: #accb94;
    }
    
    .mxtj-box-conter:hover .mxtj-box-bg {
        box-shadow: 10px 10px 2px 0px rgba(0, 0, 0, 0.2);
    }
    
    .lydq-buttom {
        text-align: center;
        width: 150px;
        border-radius: 8px;
        color: #fff;
        border: 1px solid #accb94;
        background-color: #accb94;
        transition: 0.4s;
    }
    
    .mySwiper_mdjg_jaige span {
        color: #bb0000;
    }
    
    .jdstzSwiper {
        overflow: hidden;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .jdstzSwiper .swiper-wrapper {
        padding: 40px 0;
    }
    
    .mySwiper_phone a,
    .index-mdjg-box a {
        border-radius: 8px;
        display: block;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }
    
    .jdstzSwiper .swiper-slide {
        align-items: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .jdstzSwiper .swiper-slide img {
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.374);
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .jdstz {
        background-image: url(/skin/img/index_bg1.png);
        background-repeat: no-repeat;
    }
    
    .index-jdstz {
        padding: 50px 0;
    }
    
    .index-jdstz-picture {
        opacity: .3;
        pointer-events: none;
        top: 0;
        left: 0;
    }
    
    .index-jdstz-box:hover .jdstzSwiper-button-next,
    .index-jdstz-box:hover .jdstzSwiper-button-prev {
        display: block;
        opacity: 1;
    }
    
    .index-jdstz-img {
        border-radius: 8px;
    }
    
    .index-jdstz-box {
        position: relative;
    }
    
    .index-jdstz-txt {
        text-align: left;
        padding: 0 10px;
    }
    
    .index-jdstz-txt span {
        font-style: italic;
        color: green;
        font-size: 14px;
        text-shadow: 3px 5px 4px #b7b9a1;
    }
    
    .index-jdstz-txt p {
        font-size: 16px;
        margin-top: 30px;
    }
    
    .index-jdstz-txt h3 {
        color: green;
        font-weight: bold;
        font-size: 25px;
        text-shadow: 3px 5px 4px #b7b9a1;
    }
    
    .jdstzSwiper-button-next {
        opacity: 0;
        transition: 0.5s;
    }
    
    .jdstzSwiper-button-prev {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: -40px;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 50px;
        transition: 0.5s;
    }
    
    .jdstzSwiper-button-next i,
    .jdstzSwiper-button-prev i {
        color: #a8a8a8;
        font-size: 40px;
        border-radius: 5px;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .jdstzSwiper-button-next {
        position: absolute;
        top: 50%;
        right: -40px;
        bottom: 0;
        width: 30px;
        height: 50px;
    }
    
    .index-byfw {
        padding: 80px 0;
        background-color: #c0d3fa24;
    }
    
    .index-byfw-buzou {
        display: flex;
        flex-wrap: wrap;
        padding: 40px 10px;
        justify-content: space-between;
    }
    
    .buzou-box:hover {
        transform: scale(0.9);
    }
    
    .buzou-box {
        display: inline-grid;
        align-items: center;
        border-radius: 15%;
        margin: 10px;
        padding: 10px;
        text-align: center;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        transition: 0.4s;
    }
    
    .buzou-box i {
        font-size: 35px;
    }
    
    .buzou-box p {
        margin: 0;
    }
    
    .index-fwtj-box {
        overflow: hidden;
    }
    
    .index-fwtj-box .index-fwtj-box_show {
        display: flex;
        transform: translate(0);
        transition: all 0.5s;
    }
    
    .index-fwtj-box .index-fwtj-txt {
        display: flex;
        width: 100%;
        flex-shrink: 0;
    }
    
    .index-fwtj-title span {
        font-style: italic;
        color: #707070;
        font-weight: bold;
        font-size: 16px;
    }
    
    .index-fwtj-title h2 {
        display: inline-block;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        padding: 5px 35px 5px 15px;
        background-image: -webkit-linear-gradient(left, #accb94, #accb94, #ffffff00);
    }
    
    .index-fwtj-row li {
        display: flex;
        font-size: 14px;
    }
    
    .fwtj-daohang-b {
        padding-right: 10px;
    }
    
    .fwtj-daohang {
        color: #ffffff;
        padding: 20px;
        background-color: #2ca88e;
        border: 2px solid #2ca88e;
        border-bottom: #ffffff;
        transition: 0.3s;
    }
    
    .fwtj-daohang:hover {
        color: #77bb4c;
        background-color: #ffffff59;
        border: 2px solid #2ca88e;
        border-bottom: #ffffff;
    }
    
    .index-fwtj-daohang {
        justify-content: space-between;
        display: flex;
    }
    
    .index-fwtj-daohang h3 {
        margin: 0;
        font-size: 20px;
        font-weight: bold;
    }
    
    .index-fwtj-txt {
        display: flex;
        padding: 10px 10px 14px 10px;
    }
    
    .index-fwtj-txt li {
        display: flex;
        font-size: 14px;
    }
    
    .index-fwtj-box {
        border: 2px solid #2ca88e;
        border-top: #ffffff;
    }
    

    
    .index-fwtj-txt {
        display: none;
    }
    
    .index-fwtj-box .fwtj-txt-black {
        background-color: #ffffff59;
        display: flex;
    }
    
    .index-fwtj-row {
        background-image: url(/skin/img/byfw-two.png);
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #fff;
        box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }
    
    .index-fwtj-text {
        padding: 5px;
    }
    
    .index-fwtj-text p {
        color: #737373;
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    .index-fwtj-conter:hover {
        bottom: 10px;
    }
    
    .index-fwtj-conter {
        position: relative;
        transition: 0.4s;
        bottom: 0px;
    }
    
    .index-bzyp-box:hover .bzyp-one-img {
        transform: scale(0.95);
    }
    
    .bzyp-one-img {
        transition: 0.4s;
    }
    
    
    .index-zhinan {
        padding: 80px 0 40px 0;
    }
    
    .index-zhinan-box {
        flex-wrap: wrap;
        display: flex;
        padding: 0;
    }
    
    .index-zhinan-bg {
        padding: 10px;
    }
    
    .index-zhinan-bg:hover h2 {
        color: #accb94;
    }
    
    .index-zhinan-conter {
        padding: 5px;
        box-shadow: 0px 8px 10px 0 rgb(85 85 85 / 20%);
        border-radius: 8px;
    }
    
    .index-zhinan-txt {
        padding: 5px;
    }
    
    .index-zhinan-txt h2 {
        font-weight: bold;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        transition: 0.4s;
    }
    
    .index-zhinan-txt span {
        color: #c7c7c7;
        font-size: 16px;
    }
    
    .index-zhinan-txt p {
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .index-baike-wenhua {
        padding: 20px 0 40px 0;
        display: flex;
        flex-wrap: wrap;
    }
    
    .index-baike-box {
        padding-bottom: 5px;
        margin-bottom: 12px;
        border-bottom: 1px solid #dcdcdc;
        box-shadow: 0px 4px 10px 0px rgb(143 143 143 / 20%);
    }
    
    .index-baike-box:hover h3 {
        color: #accb94;
    }
    
    .index-baike-box h3 {
        transition: 0.4s;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .index-baike-box img {
        border-radius: 0;
    }
    
    .index-baike-box p {
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .index-wenhua-box li {
        display: flex;
    }
    
    .index-baike-date {
        /* position: absolute;
        right: 0;
        bottom: 0; */
        font-weight: bold;
        color: #c7c7c7;
    }
    
    .baike-box-tow-txt h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        transition: 0.4s;
    }
    
    .index-baike-box-tow {
        padding: 0 10px;
    }
    
    .index-baike-box-tow a {
        box-shadow: 0px 4px 10px 0px rgb(143 143 143 / 20%);
    }
    
    .index-baike-box-tow span {
        color: #c7c7c7;
    }
    
    .index-baike-box-tow img {
        border-radius: 0;
    }
    
    .index-baike-box-tow p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .index-baike-box-tow li:hover h3 {
        color: #accb94;
    }
    
    .index-wenhua {
        padding: 0 0 10px 10px;
    }
    
    .index-wenhua-box {
        border-radius: 8px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .index-wenhua-box a {
        border-bottom: 1px dashed #cdcdcd;
        font-size: 14px;
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 15px;
        transition: 0.3s;
    }
    
    .index-wenhua-box a:hover {
        color: #accb94;
        padding-left: 10px;
    }
    
    .index-wenhua-txt {
        display: flex;
    }
    
    .index-wenhua-txt p {
        margin: 0;
        padding-left: 10px;
        color: #c7c7c7;
        text-align: right;
    }
    
    .index-wenhua-txt li {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .index-wenhua-txt i {
        padding-right: 10px;
        font-weight: bold;
    }
    
    .zi-banner {
        position: relative;
        padding: 150px 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .lydq-banner {
        background-image: url(/skin/img/lydq-banner.jpg);
    }
    
    .mxjg-banner {
        background-image: url(/skin/img/mxjg-banner.jpg);
    }
    
    .jdstz-banner {
        background-image: url(/skin/img/jdstz-banner.jpg);
    }
    
    .bzyzk-banner {
        background-image: url(/skin/img/bzyzk-banner.jpg);
    }
    
    .byfw-banner {
        background-image: url(/skin/img/byfw-banner.jpg);
    }
    
    .azfw-banner {
        background-image: url(/skin/img/azfw-banner.jpg);
    }
    
    .gmzn-banner {
        background-image: url(/skin/img/gmzn-banner.jpg);
    }
    
    .mdbk-banner {
        background-image: url(/skin/img/mdbk-banner.jpg);
    }
    
    .mywh-banner {
        background-image: url(/skin/img/mywh-banner.jpg);
    }
    
    .about-banner {
        background-image: url(/skin/img/lxwm-banner.jpg);
    }
    
    .zi-banner::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #333;
        opacity: 0.6;
    }
    
    .banner-txt {
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 40%;
    }
    
    .banner-txt p {
        text-shadow: 0px 5px 7px #000000;
    }
    
    .banner-txt h2 {
        text-shadow: 0px 5px 7px #000;
        font-size: 40px;
        font-weight: bold;
    }
    
    .map-box {
        display: flex;
    }
    
    .jdstz-box {
        padding-bottom: 40px;
    }
    
    .jdstz-txt h2 {
        background-image: -webkit-linear-gradient(left, #cfcfcf, #aeaeae9c, #ffffff00);
    }
    
    .jdstz-img,
    .jdstz-txt {
        padding: 10px;
    }
    
    .jdstz-sz {
        background-image: -webkit-linear-gradient(left, #9b6c15, #ceb1719c, #ffffff);
    }
    
    .jdstz-cpz {
        background-image: -webkit-linear-gradient(right, #1e9b15, #71ce719c, #ffffff);
    }
    
    .jdstz-htz {
        background-image: -webkit-linear-gradient(left, #ef97ed, #fac1fe9c, #ffffff);
    }
    
    .jdstz-bz {
        background-image: -webkit-linear-gradient(right, #c7c7c7, #c9c9c99c, #ffffff);
    }
    
    .jdstz-ghjc {
        background-image: -webkit-linear-gradient(left, #dfef97, #fdfec19c, #ffffff);
    }
    
    .jdstz-ghsh {
        background-image: -webkit-linear-gradient(right, #97c0ef, #c1cffe9c, #ffffff);
    }
    /* .jdstz-sz,
.jdstz-cpz,
.jdstz-htz,
.jdstz-bz, */
    
    .jdstz-ghjc,
    .jdstz-ghsh {
        margin-bottom: 40px;
    }
    
    .jdstz-img img {
        width: 100%;
    }
    
    .bzyzk {
        background-image: url(/skin/img/bg-one.jpg);
    }
    
    .bzyzk-box {
        display: flex;
        flex-wrap: wrap;
    }
    
    .bzyzk-img,
    .bzyzk-txt {
        padding: 10px;
    }
    
    .bzyzk-txt {
        text-indent: 2em;
    }
    
    .bzyzk-txt span {
        font-size: 25px;
        font-weight: bold;
    }
    
    .bzyzk-img img {
        width: 100%;
    }
    
    .bzyzk-liucheng {
        color: #fff;
        display: flex;
        flex-wrap: wrap;
    }
    
    .bzyzk-title {
        position: relative;
        z-index: 1;
        display: flex;
        text-align: center;
    }
    
    .bzyzk-title i {
        font-size: 35px;
        margin-right: 15px;
    }
    
    .bzyzk-title h2 {
        color: #ffffff;
        display: flex;
        align-items: center;
    }
    
    .liucheng-bg {
        padding: 10px 5px;
    }
    
    .bzyzk-liucheng-bg {
        color: #fff;
        background-color: #afcc98;
        position: relative;
        padding: 15px;
        border-radius: 8px;
    }
    
    .bzyzk-liucheng-bg p {
        font-size: 14px;
        margin: 0;
    }
    
    .bzyzk-liucheng-bg::after {
        display: block;
        content: "";
        width: 10%;
        border: 1px solid #ffffff00;
    }
    
    .liucheng-bg:hover .bzyzk-liucheng-bg {
        transition: 0.6s;
        background-color: #367c7a7b;
    }
    
    .bzyzk-liucheng-bg:hover::after {
        border: 1px solid #ffffff;
        transition: 0.8s;
        width: 100%;
    }
    
    .liucheng-bg h2 {
        font-size: 20px;
        font-weight: bold
    }
    
    .liucheng-bg i {
        font-size: 40px;
    }
    
    .bzyzk-img-row {
        position: relative;
    }
    
    .bzyzk-img-row img {
        box-shadow: 0px 4px 10px 0px rgb(143 143 143 / 20%);
    }
    
    .bzyzk-img-two {
        position: absolute;
        top: 90px;
        right: 15px;
    }
    
    .bzyzk-lc {
        position: relative;
        margin: 0;
        padding: 0;
        background-image: url(/skin/img/banner-four.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .bzyzk-lc-bg {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #b9b9b9;
        opacity: 0.6;
    }
    /* 
.bzyzk-gmzn {
    background-image: url(/skin/img/bg-two.jpg);
} */
    
    .bzyzk-gmzn-bg {
        padding: 10px;
    }
    
    .bzyzk-gmzn-bd {
        display: flex;
        border-bottom: 1px solid #d8d8d8;
    }
    
    .bzyzk-gmzn-bg h2 {
        font-size: 20px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .bzyzk-gmzn-img {
        padding-right: 10px;
    }
    
    .bzyzk-gmzn-img img {
        border-radius: 0px;
    }
    
    .bzyzk-gmzn-row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .bzyzk-gmzn-txt {
        padding: 5px 0 0 0;
    }
    
    .bzyzk-gmzn-date span {
        font-size: 25px;
        font-weight: bold;
        color: #cbcbcb;
    }
    
    .bzyzk-gmzn-date p {
        font-weight: bold;
        color: #cbcbcb;
    }
    
    .yzlc {
        background-image: url(/skin/img/long.png);
        background-size: 25%;
        background-position: left;
        background-repeat: no-repeat;
    }
    
    .yzlc-bg {
        box-shadow: 0px 7px 10px 0px rgb(124 124 124 / 42%);
    }
    
    .yzlc-bg img {
        border-radius: 0;
    }
    
    .yzlc-bg-txt p {
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .renmin-txt p {
        text-indent: 2em;
    }
    
    .renmin-txt span {
        font-weight: bold;
        font-size: 25px;
    }
    
    .fwlc-box-conter {
        border: 1px solid #d7d7d7;
        text-align: center;
    }
    
    .fwlc-box-conter p {
        margin: 0;
    }
    
    .fwlc-box-conter i {
        font-size: 40px;
    }
    
    .byfw-fwtc {
        padding: 40px 0;
        background-color: #f5faff;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .byfw-title {
        padding-bottom: 10px;
    }
    
    .byfw-title span {
        font-size: 14px;
        padding-left: 10px;
        color: #787878;
        border-left: 5px solid #000;
        font-style: oblique;
    }
    
    .byfwswiper {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
    
    .byfwswiper .swiper-slide p,
    .byfwswiper .swiper-slide li {
        font-size: 16px;
    }
    
    .byfwswiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    
    .byfwswiper .swiper-wrapper {
        position: relative;
    }
    
    .byfwswiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .byfwswiper-txt {
        text-align: left;
    }
    
    .byfwswiper-txt h3 {
        font-size: 20px;
        font-weight: bold;
    }
    
    .byfwswiper-button-prev i,
    .byfwswiper-button-next i {
        color: #9c9c9c;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
        font-size: 40px;
    }
    
    .byfw_aboutfour {
        position: absolute;
        right: 40px;
        bottom: -10px;
    }
    
    .fwtc-box {
        display: flex;
        flex-wrap: wrap;
    }
    
    .bzyp-two {
        display: flex;
        flex-wrap: wrap;
    }
    
    .bzyp-one {
        padding: 0 0 10px 10px;
    }
    
    .bzyp-two-box {
        padding: 0 0 0 10px;
    }
    
    .bzyp-two-img,
    .bzyp-one-img {
        background-color: #ffffffd4;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .bzyp-two-img,
    .bzyp-one-img,
    .bzyp-two-img img,
    .bzyp-one-img img {
        width: 100%;
    }
    
    .byg-box-conter {
        padding: 0 10px;
    }
    
    .byg-box-conter a {
        display: block;
        box-shadow: 0px 5px 10px 0px #b6b6b657;
    }
    
    .byfw-title-bd {
        border-bottom: 2px solid #dbdbdb;
        padding-bottom: 10px;
    }
    
    .byfw-title-bd a {
        transition: 0.4s;
    }
    
    .byfw-title-bd a:hover {
        color: #a1f0f4;
    }
    
    .byfw-byg {
        padding: 40px 0;
    }
    
    .jpft_contant_box {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }
    
    .jpft_contant_box>div {
        box-shadow: 0px 10px 10px 0px rgb(147 147 147 / 20%);
        transition: all 0.5s;
        width: 15%;
        overflow: hidden;
        background: #f5faff;
        display: flex;
        justify-content: center;
    }
    
    .jpft_contant_box>div>div i {
        font-size: 40px;
        margin: 0 auto;
    }
    
    .jpft_contant_box>div>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .jpft_contant_box>div>div p {
        width: 100%;
    }
    
    .flex_item {
        background: #ffffff !important;
        width: 20% !important;
    }
    
    .flex_item p {
        opacity: 1 ! important;
    }
    
    .jpft_contant_box>div>div p {
        padding-left: 5px;
        text-align: left;
        transition: all 0.5s;
        opacity: 0;
    }
    
    .width_100 {
        width: 100% !important;
        ;
    }
    
    .width_100 p {
        opacity: 1 !important;
    }
    
    .byg-box-txt {
        text-align: center;
    }
    
    .byg-box-txt p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .byg-box-txt i {
        font-size: 20px;
        margin-right: 5px;
    }
    
    .byg-box-txt h2 {
        font-size: 20px;
        padding: 10px 0;
    }
    
    .byg-box-row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .byg-box-conter h2 {
        transition: 0.4s;
    }
    
    .byg-box-conter:hover h2 {
        color: #accb94;
    }
    
    .byg-box-conter:hover .byg-box-bg {
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .byg-box-bg {
        border-bottom: 1px solid #dbdbdb;
        transition: 0.4s;
    }
    
    .byg-box-img img {
        border-radius: 0;
    }
    
    .azfw-mdbk {
        margin-bottom: 20px;
    }
    
    .zsh-img img {
        border-radius: 0;
    }
    
    .zsh-img-two {
        border-top: 10px solid #fff;
        border-left: 10px solid #fff;
        right: 0;
        top: 25%;
    }
    
    .zsh-txt p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .zsh-txt span {
        font-size: 14px;
    }
    
    .zsh-txt h3 {
        font-weight: bold;
        font-style: italic;
        font-size: 16px;
    }
    
    .zsh-txt h4 {
        border-left: 5px solid #828282;
        padding-left: 10px;
    }
    
    .zsh-txt h2,
    .zsh-lc-title h2,
    .azfw-mdbk-title h2 {
        font-weight: bold;
    }
    
    .zsh-lc-title {
        margin-bottom: 25px;
    }
    
    .zsh-lc {
        margin-top: 40px;
        background-image: url(/skin/img/bg-one.jpg);
        padding: 50px 0;
    }
    
    .zsh-lc-bg {
        height: 100%;
        padding: 10px;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .zsh-lc-bg h2 {
        font-size: 25px;
    }
    
    .zsh-lc-bg i {
        font-size: 60px;
    }
    
    .zsh-lc-bg p {
        margin-bottom: 37px;
        font-size: 14px;
    }
    
    .zsh-lc-txt:hover .zsh-lc-bg {
        background-color: #94cae3;
        color: #fff;
        transition: 0.4s;
    }
    
    .smqy-txt-bg {
        color: #fff;
        border-radius: 8px;
        padding: 30px;
        background-color: #accb94;
    }
    
    .smqy-txt-bg p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .smqy-img-box,
    .smqy-img-box img {
        height: 100%;
    }
    
    .gmzn-bg {
        border: 1px solid #d4d4d4;
    }
    
    .gmzn-txt {
        padding: 5px;
    }
    
    .azfw-mdbk-txt span,
    .gmzn-txt span {
        color: #888888;
        font-size: 14px;
    }
    
    .azfw-mdbk-txt h3,
    .gmzn-txt h3 {
        font-size: 20px;
        font-weight: bold;
    }
    
    .azfw-mdbk-conter,
    .gmzn-conter {
        margin-bottom: 20px;
    }
    
    .azfw-mdbk-conter img {
        border-radius: 0;
    }
    
    .gmzn-txt h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .azfw-mdbk-txt p,
    .gmzn-txt p {
        padding-top: 8px;
        line-height: 25px;
        margin: 0;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .azfw-mdbk-title,
    .gmzn-title {
        margin-bottom: 25px;
    }
    
    .mdbk-img {
        width: 30%;
    }
    
    .mdbk-txt {
        width: 70%;
    }
    
    .mdbk-date {
        display: none;
    }
    
    .gmzn-conter:hover .gmzn-img img {
        transition: 0.4s;
    }
    
    .azfw-gmzn-conter:hover .azfw-gmzn-img img,
    .gmzn-conter:hover .gmzn-img img,
    .mdbk-conter:hover .mdbk-img img {
        transform: scale(1.03);
        transition: 0.4s;
    }
    
    .gmzn-box {
        margin-bottom: 50px;
    }
    
    .gmzn-img img {
        border-radius: 0px;
    }
    
    .azfw-mdbk-bg {
        box-shadow: 0px 10px 10px 0 rgba(174, 174, 174, 0.2);
    }
    
    .azfw-mdbk-conter:hover .azfw-mdbk-bg {
        box-shadow: 0px 10px 10px 0 rgba(86, 86, 86, 0.2);
        transition: 0.4s;
    }
    
    .azfw-mdbk-conter h3 {
        transition: 0.4s;
    }
    
    .azfw-mdbk-conter:hover h3 {
        color: #accb94;
    }
    
    .gmzn-conter:hover h3 {
        color: #87c1e0;
        transition: 0.4s;
    }
    
    .gmzn-mdbk li {
        margin: 15px 0;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .gmzn-mdbk h2 {
        font-size: 20px;
        font-weight: bold;
    }
    
    .gmzn-mdbk i {
        font-size: 12px;
        padding-right: 10px;
    }
    
    .gmzn-mdbk a:hover,
    .gmzn-rmmy-txt:hover h4 {
        color: #a9cfde;
        transition: 0.4s;
    }
    
    .gmzn-rmmy-txt>div {
        font-size: 10px;
    }
    
    .gmzn-rmmy-txt span {
        font-size: 14px;
        color: #bb0000;
        font-weight: bold;
    }
    
    .gmzn-rmmy-txt i {
        padding-right: 5px;
    }
    
    .gmzn-rmmy-txt h4 {
        margin-top: 10px;
        font-size: 18px;
        font-weight: bold;
    }
    
    .gmzn-rmmy-txt p {
        margin: 0;
    }
    
    .gmzn-rmmy-img {
        width: 30%;
    }
    
    .gmzn-rmmy-txt {
        width: 70%;
    }
    
    .gmzn-rmmy a {
        border-bottom: 1px solid #dbdbdbcc;
    }
    
    .gmzn-rmmy-txt h4 {
        margin: 0 0 10px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .gmzx-mdbk-one {
        padding-bottom: 8px;
        border-bottom: 1px solid #dbdbdbcc;
    }
    
    .gmzx-mdbk-one p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .mdbk-txt h2 {
        margin-top: 10px;
        font-size: 20px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .mdbk-txt p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top: 10px;
    }
    
    .mdbk-txt span {
        right: 5px;
        bottom: 0;
    }
    
    .mdbk-date p {
        font-size: 18px;
        margin: 0;
        font-weight: bold;
        color: #c7c7c7;
    }
    
    .mdbk-conter:hover span {
        color: #fff;
    }
    
    .mdbk-conter:hover .mdbk-conter-bg {
        color: #ffffff;
        transition: 0.4s;
        background-color: #adcb95;
    }
    
    .mdbk-conter-bg {
        box-shadow: 0px 7px 10px 0 rgb(214 214 214 / 20%);
        border-radius: 8px;
    }
    
    .mdbk-txt span {
        color: rgb(173, 173, 173);
        font-weight: bold;
    }
    
    .mdbk,
    .mywh {
        margin-bottom: 80px;
    }
    
    .mywh-img {
        width: 25%;
        border-radius: 6px;
    }
    
    .mywh-txt {
        padding-left: 25px;
        width: 75%;
    }
    
    .bjmyw {
        border: 1px solid #1e9b15;
        color: #1e9b15;
        right: 10px;
        bottom: 10px;
        font-size: 12px;
    }
    
    .bjmyw:hover {
        background-color: #1e9b15;
        color: #fff;
        transition: 0.4s;
    }
    
    .mywh-bg {
        border-bottom: 1px solid #ebebeb;
    }
    
    .mywh-date {
        color: #9f9f9f;
    }
    
    .mywh-img img {
        transition: 0.4s;
    }
    
    .mywh-bg:hover .mywh-img img {
        transform: scale(1.08);
    }
    
    .mywh-bg h2 {
        font-weight: bold;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .mywh-bg h2:hover {
        color: #1e9b15;
        transition: 0.4s;
    }
    
    .mywh-bg p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .contact-title {
        margin-bottom: 40px;
    }
    
    .contact-title h2 {
        font-weight: bold;
    }
    
    .contact {
        margin-bottom: 80px;
    }
    
    .contact-dyhfw-bg {
        transition: 0.4s;
    }
    
    .contact-dyhfw-bg i {
        font-size: 50px;
    }
    
    .contact-dyhfw-bg p {
        margin: 0;
    }
    
    .contact-dyhfw-bg:hover {
        background: #8fc9e2;
        color: #fff;
    }
    
    .contact-dyhfw-bg h2 {
        font-size: 25px;
        font-weight: bold;
    }
    
    .contact-dyhfw-bg {
        border-bottom: 1px solid #c2c2c2;
    }
    
    .container-us-bg {
        transition: 0.4s;
        width: 100%;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .container-us-bg h2 {
        font-size: 25px;
        font-weight: bold;
    }
    
    .container-us-bg:hover {
        background-color: #8fc9e2;
        color: #ffffff;
    }
    
    .container-us-bg p {
        font-size: 25px;
    }
    
    .container-us-bg i {
        font-size: 50px;
    }
    
    .rmmy-txt {
        box-shadow: 6px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .rmmy-txt p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .rmmy {
        background-color: #ecf7ff7a;
    }
    
    .rmmy-bg {
        background-color: #fff;
    }
    
    .rmmy-bg img {
        border-radius: 0;
        transition: 0.6s;
    }
    
    .rmmy-box:hover img {
        transform: scale(1.1);
    }
    
    .rmmy-box:hover .rmmy-bg-img::after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #dadadabb;
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }
    
    .rmmy-box:hover h3 {
        color: #accb94;
    }
    
    .rmmy-bg h3 {
        transition: 0.4s;
        font-weight: bold;
        font-size: 20px;
    }
    
    .txt-box p {
        font-size: 14px;
    }
    
    .txt-box span {
        color: #bb0000;
        font-weight: bold;
        font-size: 18px;
    }
    
    .txt-box {
        font-size: 10px;
    }
    
    .dkjsswiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .dkjsswiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .dkjsswiper {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
    
    .dkjs-txt {
        color: #fff;
        text-align: left;
        background-color: #accb94;
    }
    
    .dkjs-txt p {
        font-size: 14px;
    }
    
    .dkjs-txt h3 {
        font-weight: bold;
        font-size: 25px;
    }
    
    .dkjs-txt i {
        font-size: 45px;
        text-shadow: 5px 5px 3px #969696ab;
    }
    
    .dkjsswiper-button-prev i,
    .dkjsswiper-button-next i {
        color: #9c9c9c;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
        font-size: 40px;
    }
    
    .dkjsfw-bg {
        background-image: url(/skin/img/bg-one.jpg);
        border: 1px solid #dddddd;
        position: relative;
        transition: 0.4s;
    }
    
    .dkjsfw-box:hover .dkjsfw-bg {
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .dkjsfw-bg::before {
        border-left: 5px solid #dddddd;
        border-top: 5px solid #dddddd;
        content: "";
        height: 50px;
        left: 0;
        position: absolute;
        top: 0;
        width: 50px;
    }
    
    .dkjsfw-bg::after {
        border-bottom: 5px solid #dddddd;
        border-right: 5px solid #dddddd;
        bottom: 0;
        content: "";
        height: 50px;
        position: absolute;
        right: 0;
        width: 50px;
    }
    
    .dkjsfw-bg li {
        color: #94c2db;
        font-weight: bold;
        font-size: 11px;
        border: 1px solid #bfe1f3;
    }
    
    .dkjsfw-bg i {
        text-shadow: 5px 5px 3px #abeeff;
        font-size: 50px;
        color: #94c2db;
    }
    
    .dkjsfw-bg h2 {
        margin-top: 20px;
        margin-bottom: 70px;
        font-size: 25px;
        font-weight: bold;
        color: #979797;
    }
    
    .dkjsfw-box:hover .dkjsfw-bg span {
        background-color: #bfe1f3;
        box-shadow: 8px 8px 2px 0px rgb(157 157 157 / 20%);
    }
    
    .dkjsfw-bg span {
        box-shadow: 0px 0px 0px 0px rgb(157 157 157 / 20%);
        transition: 0.4s;
        border-radius: 0 50px 50px 0;
        width: 40%;
        top: 52%;
        left: 0;
        position: absolute;
        padding: 5px 5px 5px 15px;
        background-color: #d2d2d2;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
    }
    
    .dkjsfw-bg p {
        font-style: italic;
        margin: 15px 0;
        font-size: 14px;
    }
    
    .dkjs {
        margin-bottom: 80px;
    }
    
    .zxzx-row-bg {
        border-bottom: 1px solid #d3d3d3;
    }
    
    .zxzx-row-img {
        width: 30%;
    }
    
    .zxzx-row-txt {
        width: 70%;
    }
    
    .zxzx-row-txt p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding-top: 10px;
        font-size: 14px;
        margin: 0;
    }
    
    .zxzx-row-bg span {
        color: #bbbbbb;
    }
    
    .zxzx-row-bg img {
        border-radius: 0;
    }
    
    .zxzx-row-box:hover h3 {
        color: #accb94;
    }
    
    .zxzx-row-box h3 {
        transition: 0.4s;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: bold;
    }
    
    .nr-title {
        border-bottom: 1px solid #e2e2e2;
    }
    
    .nr-info-date {
        font-size: 14px;
        border-left: 2px solid #b9b9b9;
    }
    
    .nr-info a {
        transition: 0.4s;
    }
    
    .nr-info a:hover {
        color: #9be6ed;
    }
    
    .bzyp {
        margin-bottom: 80px;
    }
    
    .bzyp-daohang div div {
        font-size: 18px;
        font-weight: bold;
        color: #575757;
    }
    
    .bzyp-daohang div {
        transition: 0.4s;
    }
    
    .bzyp-quanbu-box:hover .bzyp-quanbu-txt,
    .bzyp-shouyi-box:hover .bzyp-shouyi-txt,
    .bzyp-guhuihe-box:hover .bzyp-guhuihe-txt,
    .bzyp-myyp-box:hover .bzyp-myyp-txt {
        color: #b5b5b5;
    }
    
    .bzyp-daohang div div::before {
        border-left: 3px solid #dddddd;
        border-top: 3px solid #dddddd;
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
        transition: 0.4s;
    }
    
    .bzyp-daohang div div::after {
        border-bottom: 3px solid #dddddd;
        border-right: 3px solid #dddddd;
        bottom: 0;
        content: "";
        height: 20px;
        position: absolute;
        right: 0;
        width: 20px;
        transition: 0.4s;
    }
    
    .bzyp-neirong-box img {
        border-radius: 0;
        transition: 0.6s;
    }
    
    .bzyp-neirong-box:hover img {
        transform: scale(1.1);
    }
    
    .bzyp-quanbu-box:hover,
    .bzyp-shouyi-box:hover,
    .bzyp-guhuihe-box:hover,
    .bzyp-myyp-box:hover {
        background-color: #bde3c881;
    }
    
    .bzyp-quanbu-box:hover .bzyp-quanbu-txt::before,
    .bzyp-shouyi-box:hover .bzyp-shouyi-txt::before,
    .bzyp-guhuihe-box:hover .bzyp-guhuihe-txt::before,
    .bzyp-myyp-box:hover .bzyp-myyp-txt::before {
        border-left: 3px solid #dddddd;
        border-top: 3px solid #dddddd;
        content: "";
        height: 50px;
        left: 0;
        position: absolute;
        top: 0;
        width: 140px;
    }
    
    .bzyp-quanbu-box:hover .bzyp-quanbu-txt::after,
    .bzyp-shouyi-box:hover .bzyp-shouyi-txt::after,
    .bzyp-guhuihe-box:hover .bzyp-guhuihe-txt::after,
    .bzyp-myyp-box:hover .bzyp-myyp-txt::after {
        border-bottom: 3px solid #dddddd;
        border-right: 3px solid #dddddd;
        bottom: 0;
        content: "";
        height: 50px;
        position: absolute;
        right: 0;
        width: 140px;
    }
    
    .bzyp-neirong-bg {
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .bzyp-neirong-box h3 {
        font-size: 20px;
        font-weight: bold;
    }
    
    .bzyp-neirong-box span {
        font-size: 16px;
        padding-right: 5px;
        font-weight: bold;
        color: #bb0000;
    }
    
    .bzyp-neirong-box p {
        margin: 0;
        font-size: 10px;
    }
    
    .nr-bzyp {
        margin-bottom: 60px;
    }
    
    .nr-bzyp-img img {
        border-radius: 0;
    }
    
    .nr-bzyp-baozang {
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .nr-bzyp-yongpin {
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .nr-bzyp-baozang p {
        margin: 0;
    }
    
    .font-size-10 {
        font-size: 10px;
    }
    
    .font-size-12 {
        font-size: 12px;
    }
    
    .font-size-14 {
        font-size: 14px;
    }
    
    .font-size-16 {
        font-size: 16px;
    }
    
    .font-size-20 {
        font-size: 20px;
    }
    
    .font-bold {
        font-weight: bold;
    }
    
    .text-center i {
        font-size: 35px;
    }
    
    .nr-bzyp-baozang p {
        font-size: 14px;
    }
    
    .nr-bzyp-yongpin p {
        color: #a9a9a9;
    }
    
    .border-bottom {
        border-bottom: 1px solid #c9c9c9;
    }
    .nr-bzyp-yongpin-p span {
        color:#bb0000;
    }
    .nr-bzyp-yongpin div span {
        background-color: #e5cccc;
    }
    
    .nr-bzyp-phone {
        box-shadow: 6px 5px 3px 0px rgba(0, 0, 0, 0.2);
        border-radius: 0 50px 50px 0;
        background-color: #e3ece8;
        bottom: 7px;
        left: 0;
    }
    .nr-bzyp-conter-red{
        color:#bb0000;
    }
    .bzypswiper {
        width: 100%;
        height: 100%;
    }
    
    .bzypswiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* background: #fff; */
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .bzypswiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .bzypswiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    
    .bzypswiper2 {
        height: 80%;
        width: 100%;
        --swiper-navigation-color: #fff;
        --swiper-pagination-color: #fff
    }
    
    .mybzypswiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    
    .mybzypswiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }
    
    .mybzypswiper .swiper-slide-thumb-active {
        opacity: 1;
    }
    
    .mybzypswiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        color: #ffffff;
    }
    
    .bzyp-txt-title {
        border-bottom: 1px solid #8e8e8e;
    }
    
    .bzyp-conter p {
        margin: 0;
        padding-bottom: 10px;
    }
    
    .nr-bzyp-txt {
        padding: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .byfw-phone{
        display: none;
        position: absolute;
        border: 2px solid #accb94;
        right: 0;
        border-radius: 6px;
    }
    .byfw-phone-number{
        color: #accb94;
        font-weight: bold;
        padding: 10px;
    }
    .dianji{
        font-weight: bold;
        color: #fff;
        background-image: -webkit-linear-gradient(top,#f1f1f1,#accb94,#accb94);
        padding: 10px;
    }
    .dianji i{
        font-size: 16px;
        padding-right: 10px;
    }
    .byfw-txt p {
        color: #bb0000;
    }
    
    .byfw-txt-box {
        /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
        margin-bottom: 10px;
    }
    
    .byfw-img {
        width: 30%;
    }
    
    .byfw-txt {
        width: 70%;
    }
    
    .lydq-bg {
        transition: 0.4s;
        border: 1px solid #dfdfdf90;
        border-radius: 6px;
    }
    
    .lydq-bg-box {
        border-radius: 6px;
    }
    
    .lydq-bd a {
        border-radius: 6px;
    }
    
    .mdjg-img-bg,
    .lydq-bg-img {
        border-radius: 6px;
    }
    .lydq-bg-img span,
    .rqmy-bg-img span{
        right: 5px;
        top: 5px;
    }
    .rqmy-bg-img span i{
        font-size: 16px;
        color: #ffc529;
    }
    .lydq-bg-img span i{
        color: #ffc529;
    }
    
    .lydq-bg img {
        transition: 0.4s;
        border-radius: 6px 6px 0px 0px;
    }
    
    .index-mdjg-box:hover .lydq-bg-img::after,
    .index-mdjg-box:hover .lydq-bg-img::before,
    .lydq-bd:hover .lydq-bg-img::after,
    .lydq-bd:hover .lydq-bg-img::before {
        transform: scale(1.3);
        opacity: 0.5;
    }
    
    .lydq-bg-img::after {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        bottom: 18px;
        content: "";
        left: 18px;
        position: absolute;
        right: 18px;
        top: 18px;
        transform: scaleX(0);
        transition: 0.5s;
        opacity: 0;
    }
    
    .lydq-bg-img::before {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        bottom: 18px;
        content: "";
        left: 18px;
        position: absolute;
        right: 18px;
        top: 18px;
        transform: scaleY(0);
        transition: 0.5s;
        opacity: 0;
        z-index: 1;
    }
    
    .lydq-bd:hover .lydq-bg img {
        transform: scale(1.1);
    }
    
    .lydq-bg h3 {
        transition: 0.4s;
    }
    
    .lydq-txt>p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .lydq-txt h6 {
        font-size: 14px;
        color: #ffffff;
        background-color: #accb94;
        right: 0;
        bottom: 35px;
        padding: 5px;
        transition: 0.4s;
    }
    
    .lydq-bd:hover .lydq-txt h6 {
        box-shadow: -5px -5px 2px 0px rgb(185 185 185 / 65%);
        border-radius: 15px 0 0 0;
    }
    
    .lydq-bd:hover .lydq-bg h3 {
        color: #accb94;
    }
    
    .rqmy {
        background-color: #f0f8ffa5;
        padding: 0 0 40px 0;
    }
    
    .rqmy-row-picture {
        pointer-events: none;
        right: 50px;
        top: 40%;
        animation: turn 10s linear infinite;
    }
    
    .rqmy-bg {
        border-radius: 6px;
    }
    
    .rqmy-bg img,
    .gengduo,
    .mdjg-img img,
    .mySwiper_mdjg_txt h3,
    .rqmy-bd h3 {
        transition: 0.4s;
    }
    
    .mdjg-img p {
        text-align: left;
        padding: 0 10px;
        transition: 0.4s;
        opacity: 0;
    }
    
    .rqmy-bd:hover .dizhi {
        border-radius: 50px 0 0 50px;
    }
    
    .rqmy-bd:hover .dizhi-two {
        border-radius: 0 50px 50px 0;
    }
    
    .gengduo:hover {
        color: #accb94;
    }
    
    .jpfw {
        margin-bottom: 80px;
    }
    
    .jpfw-txt h3 {
        font-weight: bold;
        font-size: 25px;
    }
    .index-mdjg-box{
        margin: 0;
    }
    .index-mdjg-box:hover .mdjg-img p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #fff;
        bottom: 0;
        transition: 0.4s;
        opacity: 1;
        z-index: 1;
    }
    
    .rqmy-bd:hover h3,
    .index-mdjg-box:hover h3 {
        color: #accb94;
    }
    
    .index-mdjg-box:hover .mdjg-img img {
        transform: scale(1.1);
    }
    
    .index-mdjg-box:hover .eye,
    .rqmy-bd:hover .eye {
        opacity: 1;
    }
    
    .eye {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
        top: 0;
        color: #fff;
    }
    
    .rqmy-bg-img i {
        color: #c2c2c2;
        transition: 0.4s;
        font-size: 40px;
        font-weight: bold;
    }
    
    .rqmy-bd:hover .rqmy-bg-img::after {
        transition: 0.4s;
        opacity: 0.4;
    }
    
    .rqmy-bg-img::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #b7b7b7;
        opacity: 0;
        z-index: 1;
    }
    
    .rqmy-bd:hover .rqmy-bg-img p {
        padding: 0 5px;
        opacity: 1;
        z-index: 2;
    }
    
    .rqmy-bg-img p {
        bottom: 10px;
        opacity: 0;
        transition: 0.4s;
    }
    
    .rqmy-bd:hover .rqmy-bg img {
        transform: scale(1.1);
    }
    
    .rqmy-bg-img {
        border-radius: 6px;
    }
    
    .rqmu-txt {
        /* border: 1px solid #cacacaac; */
        background-color: #fff;
        border-radius: 0 0 6px 6px;
    }
    
    .dizhi {
        text-align: center;
        color: #fff;
        background-color: #accb94;
        padding: 5px;
        bottom: 36px;
        right: 0;
        transition: 0.4s;
    }
    
    .dizhi-two {
        left: 0;
        transition: 0.4s;
        color: #fff;
        background-color: #accb94;
    }
    
    .rqmu-jiage {
        margin: 50px 0 0 0;
    }
    
    .rqmu-jiage span,
    .rqmu-txt-p span {
        color: #bb0000;
    }
    
    .rqmy-bg-img img {
        width: 100%;
    }
    
    .gmlc {
        background-color: #f5faff;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .gmlc-bd:hover .gmlc-bg::before {
        right: -10px;
        bottom: -10px;
    }
    
    .gmlc-bg::before {
        transition: 0.4s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #979797;
        opacity: 0.3;
        z-index: -1;
    }
    
    .gmlc-bg i {
        font-size: 50px;
    }
    /* 
.gmlc-bd:hover .icon-yinyang-taiji1 {
    animation: turn 10s linear infinite;
} */
    
    .gmlc-bg p {
        font-size: 13px;
    }
    
    .gmlc-bd:hover .gmlc-bg {
        background-size: 40%;
    }
    
    .gmlc-bd {
        z-index: 1;
    }
    
    .gmlc-bg {
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 5px 10px -5px rgb(172 203 148);
        transition: 0.4s;
        height: 100%;
        background-image: url(/skin/img/gmlc-bg.png);
        background-color: #fafffa;
        background-size: 30%;
        background-position: left;
        background-repeat: no-repeat;
    }
    
    .gmlc-bd-txt {
        height: 100%;
    }
    
    .nice-select span {
        display: none;
    }
    
    .nice-select span.current {
        display: block;
    }
    
    .input-with-icon>div {
        display: flex;
        align-items: center;
        flex: 1;
    }
    
    .input-with-icon {
        color: #767676;
        display: flex;
        align-items: center;
    }
    
    .form-group {
        border-radius: 8px;
        background-color: #d4e8d5;
        padding: 10px;
    }
    
    .input-with-icon b {
        padding-right: 7px;
    }
    
    .page-nav-container {
        margin: 20px 0 40px 0;
        text-align: center;
    }
    
    .pagination {
        justify-content: center;
    }
    
    .page-nav-container a {
        transition: 0.4s;
        padding: 10px 15px;
        color: #000 !important;
        margin-right: 10px;
        border-radius: 8px !important;
        background-color: #ffffff !important;
        border: 1px solid #accb94 !important;
    }
    
    .page-nav-container a:hover {
        color: #ffffff !important;
        background-color: #accb94 !important;
        box-shadow: 0px 3px 5px 0px #dfdfdf;
    }
    
    .page-nav-container a:active {
        color: #ffffff !important;
        background-color: #accb94 !important;
    }
    
    .page-nav-container .active a {
        color: #ffffff !important;
        background-color: #accb94 !important;
    }
    
    .list_mymx_container_box .cemetery_detaols {
        position: relative;
    }
    
    .list_mymx_container_box a {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        transform: translate(-50%, -50%);
        transition: all .5s ease;
        z-index: 2;
    }
    
    .list_mymx_container_box a i {
        opacity: 0;
        transition: all .3s ease;
    }
    
    .list_mymx_container_box .cemetery_detaols:hover .cemetry-i {
        opacity: 1;
    }
    
    .list_mymx_container_box .cemetery_detaols::after {
        transition: 0.4s;
        opacity: 0;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 34 79 / 60%);
        width: 100%;
        height: 100%;
    }
    
    .list_mymx_container_box .cemetery_detaols:hover::after {
        opacity: .8;
    }
    
    .azfw-mdbk-img {
        width: 30%;
    }
    
    .azfw-mdbk-txt {
        width: 70%;
    }
    
    .azfw-mdbk-txt h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .mywh-txt-contr p img {
        margin: 0 auto !important;
    }
    
    .next {
        margin-top: 20px;
        border-top: 1px solid #a0a0a0bf;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 14px;
    }
    
    .next a {
        font-size: 14px;
        transition: 0.4s;
    }
    
    .next a:hover {
        color: #accb94;
    }
    
    .next_title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: bold
    }
    
    .nr_news_bottom {
        display: flex;
        justify-content: center;
    }
    
    .mxjg_mudizixun_text span {
        font-weight: bold;
        color: #9e9e9e;
    }
    
    .mxjg-byg h6 {
        transition: 0.4s;
    }
    
    .mxjg-byg:hover h6 {
        color: #accb94;
    }
    
    .maidian {
        background-image: none!important;
    }
    
    .maidian_byg {
        text-align: left;
        margin-bottom: 10px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    
    .maidian_byg .maidian_byg_childo {
        font-weight: 600;
        font-size: 14px;
        display: inline-block;
    }
    
    .maidian_byg .maidian_byg_childt {
        font-size: 14px;
        display: inline-block;
    }
    
    .bzyp_active {
        background-color: #bde3c881;
    }
    
    .venue_txt {
        display: block !important;
    }
    
    .venue_txt i {
        font-size: 45px;
    }
    
    .venue_txt span {
        background-color: #6ea349;
        color: #fff;
        padding: 0 5px;
    }
    
    .maidian-border {
        border-left: 1px solid #bcbcbc;
        border-right: 1px solid #bcbcbc;
    }
    
    .news_contant_right_lxwm .icon-zuoji {
        font-size: 45px;
    }
    
    .bzyp-daohang div div::before {
        border-left: 3px solid #dddddd;
        border-top: 3px solid #dddddd;
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
        transition: 0.4s;
    }
    
    .bzyp-daohang div div::after {
        border-bottom: 3px solid #dddddd;
        border-right: 3px solid #dddddd;
        bottom: 0;
        content: "";
        height: 20px;
        position: absolute;
        right: 0;
        width: 20px;
        transition: 0.4s;
    }
    
    .bzyp-daohang>div:hover div::after {
        bottom: 0;
        content: "";
        height: 100% !important;
        position: absolute;
        right: 0;
        width: 100% !important;
    }
    
    .bzyp-daohang>div:hover div::before {
        left: 0;
        content: "";
        height: 100% !important;
        position: absolute;
        top: 0;
        width: 100% !important;
    }
    
    .bzyp-daohang>div:hover div {
        color: #fff !important;
    }
    
    .bzyp-daohang>div:hover {
        background-color: #accb94 !important;
    }
    
    .bzyp_active {
        background-color: #accb94 !important;
    }
    
    .bzyp_active div {
        color: #fff !important;
    }
    
    .bzyp_active div::before {
        left: 0;
        content: "";
        height: 100% !important;
        position: absolute;
        top: 0;
        width: 100% !important;
    }
    
    .bzyp_active div::after {
        bottom: 0;
        content: "";
        height: 100% !important;
        position: absolute;
        right: 0;
        width: 100% !important;
    }
    
    .index_search {
        display: flex;
        justify-content: center;
        width: 500px;
    }
    
    .head_input {
        padding: 10px;
        border: 1px solid #accb94;
        background-color: #ffffff;
        width: 70%;
        /* border: 0; */
        outline: 0;
    }
    
    .index_search_botton {
        color: #fff;
        background-color: #accb949c;
        border: none;
        padding: 10px;
    }
    
    .swiper_top_box_text b {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .yzlc-bg-img img {
        width: 100%;
    }
    
    .right_border_none {
        border-right: none;
    }
    
    .left_border_none {
        border-left: none;
    }
    
    .width-50 {
        width: 50% !important;
    }
    
    .display_none {
        display: none;
    }
    
    .index_active li {
        color: #accb94;
    }
    
    .phone_none {
        display: block;
    }
    
    .nr {
        margin-bottom: 70px;
    }
    
    .list_lydq_top_box b {
        transition: 0.4s;
    }
    
    .list_lydq_top_box:hover b {
        color: #accb94;
    }
    
    .text-title {
        font-size: 25px;
        font-weight: bold;
    }
    
    .swipersys .swiper-slide a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    
    .sousuo-box_bg form {
        width: 400px;
        display: flex;
        border: 1px solid #ccc;
        background-color: #fff;
    }
    
    .sousuo-box_bg form .head_input {
        flex: 1;
        border: none;
        background-color: transparent;
    }
    
    .sousuo-box_bg form .index_search_botton {
        width: 44px;
        height: 44px;
        line-height: 22px;
        background-color: #a3c688;
    }
    .index_chang{
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .index_chang h6{
        font-size: 12px;
        color: #fff;
    }
    .news_qjkm{
        padding: 20px;
        background-image: linear-gradient(rgb(119 119 119 / 50%), rgb(159 159 159 / 50%)), url(/skin/img/qjlkm.jpg);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .news_qjkm a{
        padding: 15px 20px;
        font-size: 16px;
        border-radius: 5px;
        background: #accb94;
        color: #fff;
    }
    .news_qjkm h3{
        color: #fff;
    }
    .news_qjkm p{
        color: #fff;
        margin-bottom: 0;
    }
    @media(max-width: 1200px) {
        .zsh-txt {
            margin-top: 60px;
        }
        .bzyp-two-box,
        .bzyp-one {
            padding: 0 0 10px 0;
        }
        .byfwswiper-img {
            margin-bottom: 20px;
        }
        .service-img-one,
        .service-img-two {
            display: none;
        }
        .xiangyun-one,
        .xiangyun-two {
            font-size: 40px;
        }
        .bzyzk-img,
        .bzyzk-txt {
            padding: 10px 0;
        }
        .jdstz-img {
            width: 100%;
        }
        .phone_header_logo img {
            width: 255px;
        }
        .phone_header {
            width: 85%;
        }
        .byfwswiper-button-next,
        .byfwswiper-button-prev,
        .jdstzSwiper-button-prev,
        .jdstzSwiper-button-next {
            display: none;
        }
        .head {
            margin-bottom: 72px;
        }
        .head-logo-box {
            padding-right: 10px;
            max-width: 100%;
            position: fixed;
            z-index: 10;
            background-color: #fff;
        }
        .index-jdstz-img {
            width: 100%;
        }
        .foot-phone-bottom {
            display: flex !important;
        }
        .buzou-box {
            margin: 0;
        }
        .news_qjkm{
            flex-wrap: wrap;
            text-align: center;
            justify-content: center;
        }
        .news_qjkm a{
            padding: 10px 20px;
            margin-top: 20px;
        }
    }
    
    @media(max-width:998px) {
        .lydq_myzx,
        .lydq_rxmy {
            margin-bottom: 120px;
        }
        .myswbox-conter-box {
            border-radius: 0;
        }
        .zsh-img {
            right: 0;
        }
        .byfw_aboutfour {
            bottom: auto;
        }
        .liucheng-bg {
            padding: 10px 5px;
        }
        .bzyzk-liucheng-bg {
            border-radius: 8px;
            padding: 10px;
            box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
        }
        .myswbox-conter {
            padding: 5px 0;
        }
        .buzou-box {
            margin: 0;
            box-shadow: none;
        }
        .jdstzSwiper .swiper-slide img {
            width: 1180px;
        }
        .jdstzSwiper .swiper-slide {
            justify-content: center;
        }
        .index-jdstz-txt,
        .index-jdstz-img,
        .index-wenhua,
        .myswbox-row {
            padding: 0 10px;
        }
        .mySwiper_mdjg .swiper-slide {
            width: 50%!important;
            padding: 5px;
        }
        .banner-txt-box div h2 {
            font-size: 40px;
        }
        .banner-txt-box div p {
            font-size: 15px;
        }
        .banner-txt-box div {
            text-align: center;
            padding-top: 30px;
            width: 100%;
            height: 100%;
            transition: 0.5s;
        }
    }
    
    @media(max-width:763px) {
        .byfw-phone{
            display: block;
        }
        .text-title {
            font-size: 20px;
        }
        .phone_none {
            display: none;
        }
        .bzyzk-title {
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
        }
        .bxo_contant_text-span {
            font-size: 12px;
        }
        /* .index_search {
            display: none;
        } */
        .rqmu-txt-p {
            margin: 5px 0 !important;
        }
        .index-mdjg-title {
            margin-bottom: 15px!important;
        }
        .index-byfw {
            padding: 50px 0;
        }
        .index-byfw-buzou {
            padding: 0 0 40px;
        }
        .index-zhinan {
            padding: 40px 0 100px;
        }
        .index-mdjg-title {
            padding-bottom: 10px!important;
        }
        .foot-phone-bottom>a>div {
            padding: 0 10px;
        }
        .phone-a {
            top: -20px;
            position: relative;
        }
        .index-fwtj-title {
            margin: 20px 0 15px;
        }
        .index-baike-wenhua {
            padding: 0;
        }
        .lydq_mudibaike_container {
            margin-bottom: 100px;
        }
        .lydq_news_bxo_contant a .lydq_news_bxo_contant_text {
            margin-bottom: 15px;
        }
        .mxjg_news_rmmd {
            margin-bottom: 100px!important;
        }
        .dkjs {
            margin-bottom: 100px;
        }
        .jpfw {
            margin-bottom: 100px;
        }
        .gmzn-box {
            margin-bottom: 100px;
        }
        .mdbk,
        .mywh {
            margin-bottom: 100px;
        }
        .mywh-bg h2 {
            margin-top: 8px;
        }
        .mywh-txt {
            padding-left: 0;
        }
        .mywh-bg {
            padding-bottom: 5px;
        }
        .contact {
            margin-bottom: 100px;
        }
        .container-us-bg p {
            font-size: 20px;
        }
        .contact-dyhfw-bg i {
            font-size: 70px;
        }
        .swiper_top_box_text {
            padding: 5px;
        }
        .swiper_top_box_text ul li {
            padding: 2px;
        }
        .list_lydq_top_box .swiper_top_box_bg {
            flex-wrap: wrap;
        }
        .list_lydq_top_box .swiper_top_box_img img {
            border-radius: 6px;
        }
        .lydq-bg h3 {
            font-size: 16px;
        }
        .azfw-mdbk-txt p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            padding: 0 10px !important;
        }
        .bzyzk-gmzn-date span {
            font-size: 20px;
        }
        .smqy-txt-bg {
            margin-bottom: 15px;
        }
        .zxzx-row-img {
            width: 40%;
        }
        .zxzx-row-txt p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            padding-top: 10px;
        }
        .zxzx-row-txt {
            width: 60%;
        }
        .index-baike-date {
            position: relative;
        }
        .myswbox-conter-box {
            box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
        }
        .mySwiper_phone .swiper-slide {
            padding: 10px;
        }
        .rqmy-bd-one {
            padding: 10px;
        }
        .rqmy-bd {
            padding: 5px 0;
        }
        .mySwiper_mdjg_txt h6 {
            left: 10px;
            bottom: 100px;
        }
        .nrbyg-box {
            margin-bottom: 50px;
        }
        .jpfw {
            margin-bottom: 80px;
        }
        .jpft_contant_box>div {
            margin-bottom: 6px;
        }
        .lydq-txt h6 {
            bottom: auto;
            bottom: 100%;
            font-size: 10px;
            padding: 4px 10px;
            margin: 0;
            left: 0;
            right: auto;
        }
        .lydq-txt h6 .iconfont {
            display: none;
        }
        .nr-bzyp-conter {
            margin-top: 20px;
        }
        .nr-bzyp-img,
        .nr-bzyp-conter {
            width: 100% !important;
        }
        .nr-bzyp-conter span{
            color:#bb0000;
        }
        .bzyp-daohang div div {
            font-size: 14px;
        }
        .bzyp-quanbu-box:hover .bzyp-quanbu-txt::before,
        .bzyp-shouyi-box:hover .bzyp-shouyi-txt::before,
        .bzyp-guhuihe-box:hover .bzyp-guhuihe-txt::before,
        .bzyp-myyp-box:hover .bzyp-myyp-txt::before {
            border-left: 3px solid #dddddd;
            border-top: 3px solid #dddddd;
            content: "";
            height: 50px;
            left: 0;
            position: absolute;
            top: 0;
            width: 50px;
        }
        .bzyp-quanbu-box:hover .bzyp-quanbu-txt::after,
        .bzyp-shouyi-box:hover .bzyp-shouyi-txt::after,
        .bzyp-guhuihe-box:hover .bzyp-guhuihe-txt::after,
        .bzyp-myyp-box:hover .bzyp-myyp-txt::after {
            border-bottom: 3px solid #dddddd;
            border-right: 3px solid #dddddd;
            bottom: 0;
            content: "";
            height: 50px;
            position: absolute;
            right: 0;
            width: 50px;
        }
        .index-fwtj-bg {
            width: 100%;
        }
        .index-mdjg,
        .index-baike-box-tow,
        .page-nav-container,
        .index-wenhua,
        .jdstzSwiper .swiper-slide,
        .index-jdstz-txt,
        .index-jdstz-img {
            padding: 0;
        }
        .jdstzSwiper-button-next,
        .jdstzSwiper-button-prev {
            display: none;
        }
        .bjmyw {
            bottom: 5px;
        }
        .gmzn-img {
            transition: 0.4s;
        }
        .gmzn-txt {
            transition: 0.4s;
        }
        .mdbk-txt {
            padding: 10px 0 0 0!important;
        }
        .mdbk-date {
            display: block;
        }
        .mdbk-img,
        .mdbk-txt,
        .mywh-img,
        .mywh-txt {
            width: 100%;
            transition: 0.4s;
        }
        .azfw-mdbk-txt p {
            line-height: 22px;
        }
        .azfw-mdbk-txt {
            width: 70% !important;
        }
        .azfw-mdbk-img {
            width: 40% !important;
        }
        .index-fwtj-box {
            margin-bottom: 20px;
        }
        .fwtj-daohang {
            padding: 5px;
        }
        .xiangyun-one,
        .xiangyun-two,
        .service-img-two,
        .service-img-one {
            display: none;
        }
        .banner-txt h2 {
            font-size: 30px;
        }
        .zi-banner {
            padding: 100px;
        }
        .phone_header_logo img {
            width: 220px;
        }
        .phone_header {
            width: 85%;
        }
        .index-baike-box p {
            -webkit-line-clamp: 2;
        }
        .index-baike-box h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        .index-fwtj-daohang h3 {
            font-size: 16px;
        }
        .mySwiper_mdjg .swiper-slide {
            width: 100% !important;
            padding: 5px;
        }
        .index_aboutfour {
            top: 50px;
            left: 0;
            width: 100px;
        }
        .myswbox-row,
        .myswbox-conter-box {
            padding: 10px;
        }
        .index-button-one,
        .index-button-two,
        .rqmy-row-picture {
            display: none;
        }
        .banner-txt-box div h2 {
            font-size: 30px;
        }
        .banner-txt-box div p {
            font-size: 15px;
        }
        .banner-txt-box div {
            text-align: center;
            padding-top: 30px;
            width: 100%;
            height: 100%;
        }
    }
    
    @media(max-width:520px) {
        .page-nav-container a {
            padding: 10px 15px;
            margin-right: 2px;
        }
    }