.sj {
    display: none;
}

.pd_75 {
    padding: 0px 75px;
}

.pd_13 {
    padding: 0px 13%;
}

.dgbd {
    padding: 3.8vw 10.677vw 5.88vw;
}



.dgbd input,
.tsjjr input {
    line-height: 60px;
    height: 60px;
}

.ljdg {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 56px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-bottom: 3vw;
}

.layuiyzm {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
}

.layuil {
    position: relative;
}

.layuil img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 52px;
}

.layuir button {
    width: 100%;
    line-height: 60px;
    height: 60px;
    background: rgba(71, 167, 56, 1);
}

.qywhx {
    margin: 0px 8%;
}

.qywh1 {
    height: 684px;
    background: url(../images/qywh/qywh_bg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 76px 5%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.qywh1a {
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.2);
    height: 533px;
    width: 100%;
    padding: 43px 0px;
    padding-left: 22px;
    border-bottom: 4px solid #39A230;
    position: absolute;
    top: 100%;
    left: 0px;
    overflow: hidden;
    transition: 1s;
}

.qywh1a3 {
    color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 32px;
    bottom: 28px;
}

.qywh1a1 {
    font-size: 42px;
    color: rgb(255, 255, 255);
}

.qywh1a2 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin-top: 15px;
}

.qywh1b {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 30%;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 14px;
    position: relative;
    overflow: hidden;
    height: 533px;
    transition: 1s;
}

.qywh1b.on {
    padding-bottom: 0px;
    border-bottom: none;
}

.qywh1b.on .qywh1ba {
    display: none;
}

.qywh1b.on .qywh1bb {
    display: none;
}

.qywh1b.on .qywh1a {
    top: 0px;
}

.qywh1ba {
    transition: 1s;
    font-size: 42px;
    color: rgb(255, 255, 255);
}

.qywh1bb {
    transition: 1s;
    font-size: 22px;
    line-height: 39px;
    color: rgb(255, 255, 255);
    text-align: right;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 2;
}

.logo_img {
    height: 80px;
}

.logo_img a {
    height: 80px;
}

.logo_img img {
    height: 100%;
}

.header_right {
    display: flex;
    align-items: center;
    height: 80px;
    width: 70%;
}

.header_rightl {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    width: 100%;
    justify-items: start;
    align-items: center;
}
.header_rightl li{
    width:100%;
    position:relative;
    text-align:center;
}
.header_rightl li>a {
    color: #333;
    font-size: 20px;
    position: relative;
    height: 80px;
    line-height: 80px;
}

.navZk {
    position: absolute;
    text-align: center;
    width: 160%;
    left:-30%;
    top: 100%;
    padding-top: 0px;
    z-index: -10;
    visibility: hidden;
    transform: scale(0);
}

.header_rightl li.on .navZk{
    visibility: visible;
    z-index: 30;
    transform: scale(1);
}

.navZkBox {
    display: flex;
    flex-wrap: wrap;
}

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

.navZkUl a {
    opacity: 0;
    transform: rotateY(90deg);
    transition: all .4s ease;
    position: relative;
    padding:10px 20px;
    width:100%;
    display: block;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(122, 192, 140, 0.1);
    color: #000;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    font-family: 'SourceHanSans-Regular';
}

.header_rightl li.on .navZkUl a {
    opacity: 1;
    transform: none;
}

.header_rightl li.on .navZkUl a:nth-child(1) {
    transition-delay: 0s
}

.header_rightl li.on .navZkUl a:nth-child(2) {
    transition-delay: 50ms
}

.header_rightl li.on .navZkUl a:nth-child(3) {
    transition-delay: .1s
}

.header_rightl li.on .navZkUl a:nth-child(4) {
    transition-delay: 150ms
}

.header_rightl li.on .navZkUl a:nth-child(5) {
    transition-delay: .2s
}

.header_rightl li.on .navZkUl a:nth-child(6) {
    transition-delay: 250ms
}

.header_rightl li.on .navZkUl a:nth-child(7) {
    transition-delay: .3s
}

.header_rightl li.on .navZkUl a:nth-child(8) {
    transition-delay: 350ms
}

.header_rightl li.on .navZkUl a:nth-child(9) {
    transition-delay: .4s
}

.navZkUl a img {
    width: 24px;
    margin-right: 10px;
}

.navZkUl a:hover {
    color: #3aa231 !important;
}

.sous {
    cursor: pointer;
}

/*banner*/
.banner {
    height: 100vh;
}

.banner .slide-inner {
    height: 100%;
}

/* 添加动画样式 */


/* 激活状态：显示并上移 */
.banner .slide-content.animate {
    opacity: 1;
    transform: translateY(0);
}

.banner .slide-content h2 {
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    position: relative
}

.banner .slide-content h2::after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 0px;
    width: 10%;
    height: 8px;
    background: #fff;
}

.banner .slide-content p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 2;
    padding-top: 4rem;
}

/* 基础样式设置 */
.banner .slide-content {
    /* 确保内容可见，根据需要调整位置 */
    position: absolute;
    z-index: 10;
    bottom: 15%;
    left: 6%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* 初始状态 - 元素隐藏在下方 */
.banner .slide-content h2,
.banner .slide-content p {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
    margin: 0;
}

/* h2 动画更快 */
.banner .slide-content h2 {
    transition-duration: 0.4s;
    text-transform: capitalize;
    /* 更短的持续时间 */
}

/* p 元素稍晚出现 */
.banner .slide-content p {
    transition-delay: 0.2s;
    /* 延迟出现 */
    transition-duration: 0.5s;
}

/* 动画激活状态 */
.banner .slide-content.animate h2,
.banner .slide-content.animate p {
    opacity: 1;
    transform: translateY(0);
}

/* 确保非当前slide的内容不可见 */
.banner .swiper-slide:not(.swiper-slide-active) .slide-content {
    visibility: hidden;
}

/* 当前slide的内容可见 */
.banner .swiper-slide.swiper-slide-active .slide-content {
    visibility: visible;
}

.arrow-right {
    background: url(../images/banner_arrow.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    z-index: 999;
    outline: none;
}

.arrow-left {
    background: url(../images/banner_arrow.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    z-index: 999;
}

.sea_on {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(00, 00, 00, 0.5);
    position: fixed;
    z-index: 9999;
    display: none
}

.sea_on .s1 {
    width: 400px;
    height: 68px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -34px;
}

.sea_on .s1 .inp1 {
    width: calc(100% - 76px);
    height: 68px;
    border: 0;
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 14px;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px
}

.sea_on .s1 .inp2 {
    width: 76px;
    height: 68px;
    background: url(/public/static/index/images/sea.png) center center no-repeat #2da858;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 0 15px 15px 0
}

.sea_on .s1 .gb {
    width: 30px;
    height: 30px;
    background: url(/public/static/index/images/gb.png) center center no-repeat;
    background-size: 30px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer
}

@media (max-width:1200px) {
    .sea_on .s1 {
        width: 300px;
        height: 48px;
        margin-left: -150px;
        margin-top: -24px;
    }

    .sea_on .s1 .inp1 {
        height: 48px;
    }

    .sea_on .s1 .inp2 {
        width: 76px;
        height: 48px;
    }

    .sea_on .s1 .gb {
        width: 24px;
        height: 24px;
        background: url(/public/static/index/images/gb.png) center center no-repeat;
        background-size: 24px;
        position: absolute;
        right: 0;
        top: -30px;
        cursor: pointer
    }
}

.sea_on input {
    font-size: 100%;
    border: 0;
    background: none;
    outline: none;
    resize: none;
}

.sea_on input[type=submit] {
    resize: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}

/* news_gg */
.news_gg {
    height: 60px;
    line-height: 60px;
    margin: 36px 0px 78px;
    display: flex;
}

.news_ggl {
    width: 129px;
    background: #3aa231;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    color: #fff;
    padding-left: 29px;
    font-size: 18px;
}

.news_ggr {
    width: calc(100% - 130px);
    position: relative;
    border: 1px solid #ececec;
    border-left: 0px;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.news_banner {
    margin-left: 0px;
}

.news_banner a {
    display: flex;
    height: 60px;
    justify-content: left;
    font-size:18px;
    color: #333;
}

.news_banner .swiper-wrapper {
    height: 60px;
}

.news_banner_fx {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 4;
    width: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.news_ggr_r {
    margin-left: 2vw;
}

.news_ggr_img {
    margin: 0px 15px;
}

.news_ggr_img i {
    font-size: 26px;
}

.news_banner_fx div {
    background: #3aa231;
    color: #FFF;
    text-align: center;
    height: 58px;
}

.news_banner_fx div {
    font-size: 20px;
    cursor: pointer;
}

.news_banner_r {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

/* iabout */
.iabout {
    display: grid;
    grid-template-columns: 54% 43%;
    column-gap: 3%;
}

.iabout_l {
    padding-right: 27px;
    padding-bottom: 27px;
    position: relative;
}

.iabout_l::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #3aa231;
    width: 86px;
    height: 86px;
    z-index: 2;
}

.iabout_la {
    background: #f4f4f4;
    padding: 4.375vw;
}

.iabout_la1 {
    font-size: 45px;
    font-weight: bold;
    color: #3aa231;
}

.iabout_la2 {
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    margin: 50px 0px 100px;
}

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

.iabout_la3_a {
    color: #333;
}

.iabout_la3_b {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #3aa231;
    margin-left: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iabout_r img {
    width: 100%;
    display: block;
    height: 100%;
}

/* iabout_b */
.iabout_b {
    margin: 120px 0px;
}

.iabout_b ul {
    padding: 0px 4%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.iabout_b1 {
    font-size: 3.4375vw;
    margin-bottom: 10px;
}

.iabout_b2 {
    font-size:18px;
    color: rgba(0, 0, 0, 0.6);
}

/* iproduct */
.iproduct {
    position: relative;
}

.iproduct .iproduct_banner .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3)
}

.productss {
    padding: 4rem 13% 8rem;
}

.iproduct_banner img {
    width: 100%;
    display: block;
}

.iproduct .iabout_la3_a {
    color: #fff;
}

.iproduct_banner1_p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}

.iproduct_banner1 {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.iproduct_banner1 .swiper-slide {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 2vw 0px;
    overflow: hidden;
}

.iproduct_banner1 .swiper-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #3aa231;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: all 1s;
}

.iproduct_banner1 .swiper-slide:hover::after,
.iproduct_banner1 .swiper-slide-thumb-active::after {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
}

.iproduct_banner1_content {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.iproduct_b1c_b {
    margin-left: 0.6vw;
}

.iproduct_b1c_b1 {
    font-size: 1.5rem;
    color: #fff;
}

.iproduct_b1c_b2 {
    font-size:16px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0.5vw;
}

.iproduct_b1c_a img {
    display: block;
}

.iproduct_banner .iproduct_banner_la {
    position: absolute;
    top: 6vw;
    left: 0px;
    width: 50%;
    height: 100%;
    z-index: 2;
}

.iproduct_banner_la1 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}

.iproduct_banner_la2 {
    font-size:18px;
    line-height: 2;
    text-align: justify;
    margin: 32px 0px 3.32px;
    color: #fff;
}

/* iproduct_b */
.iproduct_b {
    padding: 10px 10px 120px 10px;
}

.iproduct_b_banner .swiper-slide {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 0px;
}

.iproduct_b_banner img {
    height: 16rem;
    display: block;
    transition: .5s;
}

.iproduct_b_banner img:hover {
    transform: scale(1.04);
}

.iproduct_b_banner-pagination {
    text-align: center;
    margin-top: 34px;
}

/* 分页器圆点通用样式 */
.iproduct_b_banner-pagination .swiper-pagination-bullet {
    /* 默认是实心圆 */
    width: 30px;
    height: 10px;
    border-radius: 5px;
    background: #e6e6e6;
    /* 实心白色 */
    opacity: 1;
    /* 默认不透明 */
    margin: 0 6px;
    /* 圆点之间的间距 */
    transition: all 0.3s ease;
    /* 过渡动画 */
}

/* 选中状态的分页器圆点 */
.iproduct_b_banner-pagination .swiper-pagination-bullet-active {
    /* 半透明白色外圈 */
    /* 可以适当增大选中圆点的尺寸 */
    width: 60px;
    height: 10px;
    background: #3aa231;
}

/* inewsa */
.inews {
    margin-bottom: 100px;
}

.inewsa {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 3.5rem;
}

.inewsa_l1 {
    color: #000;
    font-weight: bold;
    font-size: 32px;
}

.inewsa_l2 {
    font-size:16px;
    color: #3aa231;
    margin-top: 0.6rem;
}

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

.inewsa_r li {
    padding: 0px 14px;
    line-height: 38px;
    border: 1px solid #636363;
    border-radius: 19px;
    margin-left: 12.32px;
    position: relative;
    overflow: hidden;
}

.inewsa_r li:hover {
    background: #3aa231;
    border-color: #3aa231;
}

.inewsa_r li:hover a {
    color: #fff;
}

.inewsa_r li a {
    font-size:18px;
    color: #636363;
}

.inewsb {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    grid-gap: 32px;
}

.inewsb1 {
    background: #fbfbfb;
}

.inewsb1_a {
    position: relative;
    overflow: hidden;
}

.inewsb1_a img {
    width: 100%;
    display: block;
    transition: .5s;
}

.inewsb1:hover .inewsb1_a img,
.news2 li:hover img {
    transform: scale(1.04);
}

.news2 li:hover .inewsb1_b2 {
    color: #3aa231;
}

.inewsb1_b {
    line-height: 36px;
    padding-top: 35px;height: 250px;
    border-bottom: 1px solid #eaeaea;
}

.inewsb1_ba {
    line-height: 36px;
    max-height: 250px;
    height:auto;
    padding:30px 20px 30px;
    border-bottom: 1px solid #eaeaea;
}

.inewsb1_b1 {
    color: #3aa231;
    font-size:18px;
}

.inewsb1_b2 {
    color:#2e2e2e;
    font-size: 20px;
    line-height: 34px;
    text-decoration: none;
}
.inewsb1_b2 font {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #eb0020;
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin-right: 5px;
}

.inewsb1_b3 {
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

.indwsb2 {
    background: #f7f7f7;
    padding: 32px;
}

.indwsb2 li {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.indwsb2 li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.indwsb2 .inewsb1_b2 {
    margin: 0.2vw 0px;
}

.inewsb a:hover .inewsb1_b2 {
    color: #3aa231;
}

/* ilink */
.ilink {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ilink img {
    width: 100%;
    display: block;
    transition: .5s;
}

.ilink_div {
    position: relative;
    overflow: hidden;
}

.ilink_div:hover img {
    transform: scale(1.04);
}

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

.ilink_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    position: relative;
}

.footer-fd {
    width: 100%;
    height: 221px;
    background: #E8E8E8;
    z-index: 20;
}

.footer-fd ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 70%;
    margin: 0 auto;
    height: 221px;
    justify-content: center;
    text-align: center;
    justify-items: center;
    align-items: center;
}

.footer-fd ul a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-fda {
    width: 71px;
}

.footer-fda img {
    width: 100%;
}

.footer-fdb {
    font-size: 22px;
    color: #333;
    margin-top: 17px;
}

.footer-fd ul a:hover .footer-fdb {
    color: #3aa231;
}

.footer-top {
    padding: 30px 12% 0px;
    background: #f5f5f5;
}

.footer-topa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0px;
}

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

.footer-topar1 {
    text-align: center;
    margin-left: 1.5rem
}

.footer-topar1a {
    width: 108px;
}

.footer-topar1a img {
    width: 100%;
    display: block;
}

.footer-topar1b {
    font-size:16px;
    margin-top: 0.5rem;
}

.footer-topb {
    padding: 45px 0px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.footer-topb ul {
    display: flex;
    justify-content: space-between;
}

.footer-topba a {
    font-size: 1.32px;
    color: #333;
}

.footer-topbb {
    margin-top: 0.5rem;
}

.footer-topbb a {
    font-size:16px;
    color: #8e8e8e;
    line-height: 1.7;
}

.footer-topbb a:hover {
    color: #3aa231;
}

.footer-topc {
    display: flex;
    align-items: center;
    padding: 32px 0px;
}

.footer-topcl {
    font-size:16px;
    font-weight: bold;
    color: #000;
    margin-right:16px;
}

.footer-topc ul {
    display: grid;
    grid-template-columns: repeat(8, auto);
    gap:16px;
}

.footer-topc ul a {
    color: #000;
    font-size:16px;
}

.footer-bottom {
    padding: 0px 12%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    background: #3aa231;
    line-height: 3;
    font-size:16px;
}

.footer-bottom a {
    color: #fff;
    display: inline-block;
}

.top-fh {
    position: fixed;
    right: 32px;
    bottom: 5%;
    width: 60px;
    height: 60px;
    background: #3aa231;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

/* ty_banner */
.ty_banner {
    width: 100%;
    margin-top: 80px;
    position: relative;
}

.ty_banner_text {
    position: absolute;
    left: 13%;
    right: 13%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.ty_banner_text1 {
    font-size: 50px;
    text-shadow: 0px 0px 10px #000;
}

.ty_banner_text2 {
    font-size: 24px;
    margin-top: 10px;
    text-shadow: 0px 0px 10px #000;
}

.ty_banner .ty_banner_img img {
    width: 100%;
    display: block;
}

/* znav */
.znav {
    background: #fff;
    width: 100%;
    box-shadow: 0 3px 3px #e8e8e8;
    position:relative;
}

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

.znavl {
    width: 80%;
}

.znavl ul {
    display: flex;
    align-items: center;
    height: 65px;
}

.znavl ul li {
    padding: 0px 1rem;
    position: relative;
    line-height: 65px;
    margin-right: 32px;
}

.znavl ul li::after {
    content: '';
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #3aa231;
    transition: .5s;
}

.znavl ul li.action::after,
.znavl ul li:hover::after {
    width: 100%;
}

.znavl ul li a {
    font-size: 18px;
    line-height: 65px;
    display: block;
    color: #333;
}

.znavl ul li.action a,
.znavl ul li:hover a {
    color: #3aa231;
}

.znavr {
    display: flex;
    height: 65px;
    align-items: center;
    color: #333;
}

.znavr div {
    margin: 0px 0.32px;
    font-size: 16px;
}

.znavr a {
    color: #333;
    font-size: 16px;
}

.znavr_d {
    color: #3aa231;
}

/* gsjj */
.gsjj_t {
    text-align: center;
    padding: 4rem 0px 3rem;
}

.gsjj_t h2 {
    font-size: 32px;
    font-weight: 400;
}

.gsjj_t .gsjj_en {
    font-size:16px;
    color: #3aa231;
    margin-top: 0.1rem;
}

.gsjj_t .gsjj_dc {
    font-size: 1.32px;
    color: #333;
    margin-top:16px;
}

.gsjj_c {
    line-height: 2;
    font-size:18px;
}

.gsjj_c p {
    margin: 1rem 0px;
}

.gsjj_c p span {
    display: inline-block;
    color: #3aa231;
    cursor: pointer;
    margin-left: 0.32px;
}

/* about_b */
.about_b {
    background: #f9f9f9;
    padding: 4rem 13%;
    margin: 6rem 0px 0px;
}

.about_b ul {
    padding: 0px;
}

/* fzlc */
.fzlc {
    height: 899px;
    width: 100%;
    background: url(../images/about/fzlc_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position:relative;
}
.fzlc_fxz {
    position: absolute;
    left: 3.6vw;
    bottom: 47%;
    cursor: pointer;
    width: 51px;
}
.fzlc_fxy {
    position: absolute;
    right: 3.9vw;
    bottom: 47%;
    cursor: pointer;
    width: 51px;
}
.fzlc_fxz img{
    width: 100%;
    display: block;
}
.fzlc_fxy img{
    width: 100%;
    display: block;
}
.pd_150{
    padding:0px 7.8125vw;
}

.fzlc_list2_b{
    position: absolute;
}
.fzlc .swiper-slide{
    height:899px;
    padding-right:20px;
}
.fzlc .swiper-slide .fzlc_list2_b::after {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    background:url(../images/about/dian.png) no-repeat center center;
    background-size:100% 100%;
    transition: .5s;
    border-radius: 50%;
    z-index: 2;
}

.fzlc_list1 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-top: -30px;
}
.fzlc_list2_b1{
    font-size:26px;
    color:#fff;
    margin-top:6px;
    margin-bottom:24px;
}
.fzlc_list2_b2{
    font-size:18px;
    color:#fff;
    line-height: 1.7;
}

.fzlc .swiper-slide .fzlc_list2_b::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    left:16px;
    background: url(../images/about/xian.png) no-repeat top center;
    background-size:cover;
    z-index: 2;
}

.fzlc_list2_bp {
    position: relative;
    padding: 20px 60px 8.25vw 45px;
}
.fzlc .swiper-slide.swiper-slide-active .fzlc_list2_b,
.fzlc .swiper-slide .fzlc_list2_b {
    bottom:4.2vw;
    left:0px;
}
.fzlc .swiper-slide.next-0 .fzlc_list2_b{
    bottom: 4.2vw;
    left: 0px;
}
.fzlc .swiper-slide.next-1 .fzlc_list2_b{
    bottom: 7.6vw;
    left: 0px;
}
.fzlc .swiper-slide.next-2 .fzlc_list2_b{
    bottom: 13.5vw;
    left: 0px;
}
.fzlc .swiper-slide.next-3 .fzlc_list2_b  {
    bottom: 12.2vw;
    left: 0px;
}

/* .fzlc .swiper-slide.swiper-slide-active ~ .swiper-slide:nth-of-type(5) .fzlc_list2_b {
    bottom: 13.5vw;
    left: 0px;
} */
.fzlc .gsjj_t{
    position:absolute;
    left:50%;
    transform: translateX(-50%);
}

.fzlc .gsjj_t h2{
    color:#fff;
}

.fzlc .swiper-button-next, .fzlc .swiper-button-prev {
    color:#fff;
    top:30%;
}


/* zzjg */
.zzjg_c {
    width: 70%;
    margin: 4rem auto 8rem;
}

.zzjg_c img {
    width: 100%;
    display: block;
}

/* dialog */
.dialog {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.dialog_a {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 3;
}

.dialog_b {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: auto;
    background: #fff;
    border-radius: 0.5rem;
    z-index: 4;
    padding: 0.5px 1rem 0.5rem;
}

.dialog_c_t {
    font-size: 1.5rem;
    color: #333;
    line-height: 5rem;
    border-bottom: 1px solid #8e8e8e;
    text-align: center;
}

.dialog_c_b {
    padding: 1.5rem 4% 32px;
    line-height: 1.7;
    color: #333;
    font-size:16px;
    text-indent: 2em;
}

.dialog_c_b p {
    margin: .5rem 0px;
}

/* zzlr */
.zzlr_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.zzlr_list ul li {
    cursor: pointer;
}

.zzlr_img {
    position: relative;
    overflow: hidden;
    border-radius:16px;
}

.zzlr_img img {
    width: 100%;
    display: block;
    transition: .5s;
}

.zzlr_text {
    line-height: 4;
    font-size:16px;
    background: #f3f3f3;
    text-align: center;
    padding: 0px 4%;
    margin-top: 1rem
}

.zzlr_list ul li:hover .zzlr_img img {
    transform: scale(1.04);
}

.zzlr_list ul li:hover .zzlr_text {
    background: #3aa231;
    color: #fff;
}

.pages {
    padding-bottom: 8rem;
}

/* news2 */
.news2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.news2 li {
    background: #fbfbfb;
}

.news_bottom {
    background:#fff;
}
.news_bottom .news2{
    padding-top:40px;
}
.news_bottom .news2 {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 32px;
}
.news_bottom .news2 li{
    border-bottom: 1px solid #eaeaea;
    background:#fff;
}

.news_bottom .iabout_la5{
    width: 115px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #2da858;
    color: #2da858;
    margin-top: 10px;
    font-size: 14px;
    text-align:center;
    font-weight: normal;
}

.news_bottom .inewsb1_b6{
    color: #a3a3a3;
    font-size: 14px;
    font-family: Arial, Microsoft YaHei;
}

/* pr_nav */
.blfy {
    padding-bottom: 80px;
}

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

.blfy1 img {
    height: 31.666vw;
    display: block;
}

.blfy2 {
    background: #fff;
    height: 259px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    line-height: 2;
    font-size: 22px;
}

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

.pryd {
    background: #f5f5f5;
}

.pryd .footer-top {
    background: #fff;
}

.pr_nav {
    padding: 4rem 4% 5rem;
}

.pr_nav ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.pr_nav ul li>a {
    padding: 1.5rem 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fbfbfb;
    border: 1px solid #fbfbfb;
    transition: .5s;
}

.pr_nav ul li:hover>a {
    border-color: #3aa231;
}

.prnav_list {
    display: none;
    width: 100%;
}

.prnav_list a {
    background: #3aa231;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 1.5rem 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pr_nav ul li:hover .prnav_list {
    display: block;
}

.pr_nav ul li:hover .pr_navr1,
.pr_nav ul li:hover .pr_navr2 {
    color: #3aa231;
}

.pr_nav ul li.action a {
    border-color: #3aa231;
}

.pr_nav ul li.action .pr_navr1,
.pr_nav ul li.action .pr_navr2 {
    color: #3aa231;
}

.pr_navl {
    width: 75px;
    height: 72px;
    margin-right:16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pr_navl img {
    width: 100%;
    display: block;
}

.pr_navr1 {
    font-size: 20px;
    color: #333;
}

.pr_navr2 {
    color: #868686;
    font-size: 1.1rem;
    text-transform: capitalize;
    margin-top: 0.5rem;
}

.product_2 li {
    background: #fff;
}

.product_2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.product_2r {
    position: relative;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0px;
    height: 20rem;
}

.product_2r img {
    height: 132px;
    display: block;
    transition: .5s;
}

.product_2 li:hover .product_2r img {
    transform: scale(1.04);
}

.product_2l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.5rem;
    background: #fff;
    border-top: 1px solid #d1d1d1;
    padding: 0px 1rem;
}

.product_2 li:hover .product_2l {
    background: #3aa231;
}

.product_2 li:hover .product_2l_1 {
    color: #fff;
}

.product_2 li:hover .iabout_la3_a {
    color: #fff;
}

.product_2l_1 {
    font-size: 18px;
    color: #333;
}

.iabout_la3_a {
    font-size: 18px;
    color: #868686;
}

/* prcon */
.prcon_t {
    display: grid;
    grid-template-columns: 77% 21%;
    gap: 2%;
}

.pr_banner {
    width: 100%;
}

.pr_banner1 {
    width: 100%;
    height: 35.4vw;
}

.prcon_t {
    padding-top: 8rem;
}

.pr_banner1 .swiper-slide-thumb-active {
    border: 1px solid #3aa231;
}

.pr_banner .swiper-slide,
.pr_banner1 .swiper-slide {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr_banner img {
    height: 60%;
    display: block;
}

.pr_banner1 img {
    height: 60%;
    display: block;
}

.pr_banner1 .swiper-slide {
    width: 100%;
    height: 11vw !important;
}

.prcon_c {
    background: #fff;
    margin: 3rem 0px 0px;
    padding: 1.5rem;
    line-height: 2;
}

.prcon_c img {
    max-width: 100%;
    display: unset;
}

.pxgcp {
    padding-bottom: 8rem;
}

/* cxcg */
.cxcg ul li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    margin-bottom: 6rem;
}

.cxcg1 {
    font-size: 1.32px;
    color: #3aa231;
    line-height: 2;
    width: 85%;
    padding: 3rem 0px 1rem;
}

.cxcg2 {
    font-size:16px;
    line-height: 2;
    text-align: justify;
}

.cxcg img {
    width: 100%;
    display: block;
}

.cxcg3 {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}

.cxcg3d {
    text-align: center;
}

.cxcg3d1 {
    font-size: 1.5rem;
}

.cxcg3d2 {
    color: #8e8e8e;
    margin-top: 0.5vw;
}

/* whln */
.whln {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.whln_d {
    background: #3aa231;
    color: #fff;
    line-height: 3;
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translateY(-50%);
    padding: 6rem 4rem;
}

.whhd_ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.whhd_img {
    position: relative;
    overflow: hidden;
}

.whhd_ul li:hover .whhd_img img {
    transform: scale(1.04);
}

.whhd_img img {
    width: 100%;
    display: block;
    transition: .5s;
}

.whhd_text {
    line-height: 3rem;
    text-align: center;
    background: #fff;
    margin-top: 0.5vw;
}

/* djgz */
.djgz {
    background: #fff9f1;
}

.djgz_titl {
    width: 62.5%;
    background: url('../images/djgz/title_bg.png') center no-repeat;
    background-size: 100% 100%;
    height: 94px;
    color: #c4251f;
    position: relative;
    margin: 5rem auto 5rem;
}

.djgz_titl h2 {
    position: absolute;
    left: 50%;
    top: 34px;
    transform: translateX(-53%);
}

.djgz_bg {
    background: url(../images/djgz/djgz_ztgb.jpg) center no-repeat;
    background-size: 100% 100%;
}

.djgz_xz_zt {
    width: 100%;
    margin-bottom: 146px;
    position: relative;
}

.djgz_xz_zt img {
    width: 100%;
    display: block;
}

.djgz_xz_zt1 img {
    max-width: 17vw;
}

.djgz_xz_ztd {
    position: absolute;
    top: 50%;
    left: 40%;
    width: 50%;
    transform: translateY(-50%);
}

.djgz_xz_zt2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.7vw;
    color: rgba(0, 0, 0, 1);
    margin-top: 1.9vw;
}

.djgz_xz_zt2 p {
    margin-bottom: 16px;
}


/* 网格容器设置 - 关键修复点 */
.djdt {
    display: grid;
    grid-template-columns: 50% 50%;
    /* 左侧占65%，右侧占35% */
    gap: 2%;
    /* 两列之间的间距 */
    width: 100%;
    margin: 0 auto;
    /* 居中显示 */
    padding-bottom: 5rem;
}

/* 左侧轮播图样式 */
.djdtl {
    width: 100%;
}

.djdtl_banner {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.djdtl_banner .swiper-slide:hover .djdtl_banner_img img {
    transform: scale(1.04);
}

.djdtl_banner_img img {
    width: 100%;
    object-fit: cover;
    /* 保持图片比例并覆盖容器 */
    display: block;
    /* 去除图片底部间隙 */
    height: 27.6vw;
    transition: .5s;
}

.djdtl_banner_text {
    padding: 12px 15px;
    background-color: #c74837;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.djdtl_banner .djdtl_banner-pagination {
    position: absolute;
    left: unset;
    bottom: 12px;
    right: 15px;
    z-index: 1;
    width: 100%;
    text-align: right;
}

/* 分页器圆点通用样式 */
.djdtl_banner .djdtl_banner-pagination .swiper-pagination-bullet {
    /* 默认是实心圆 */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    /* 实心白色 */
    opacity: 1;
    /* 默认不透明 */
    margin: 0 2px;
    /* 圆点之间的间距 */
    transition: all 0.3s ease;
    /* 过渡动画 */
}

/* 选中状态的分页器圆点 */
.djdtl_banner .djdtl_banner-pagination .swiper-pagination-bullet-active {
    /* 半透明白色外圈 */
    /* 可以适当增大选中圆点的尺寸 */
    width: 25px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
}

/* 右侧文章列表样式 */
.djdtr {
    width: 100%;
}

.djdtr ul {
    /* 使用Flex实现列表项高度均分 */
    display: flex;
    flex-direction: column;
    height: 100%;
    /* 占满父容器高度 */
    gap: 1px;
    /* 列表项之间的分隔线效果 */
    border-radius: 4px;
    overflow: hidden;
}

.djdtr ul li {
    /* 关键：每个列表项平均分配高度 */
    flex: 1;
    line-height:5.52vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 垂直居中内容 */
    position: relative;
}
.djdtr ul li::before{
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    height:1px;
    background:rgba(234, 234, 234, 1);
}

.djdtr ul li:hover,
.djdtr ul li.action {
    background: none;
}

.djdtr ul li::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c4251f;
}

.djdtr ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.djdtr ul li a {
    display: flex;
    justify-content: space-between;
}

.djdtr_text {
    color: #333;
    font-size: 1.1rem;
    transition: color 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 5.52vw;
    width: calc(80% - 25px);
    padding-left: 25px;
}

.djdtr ul li:hover .djdtr_text,
.djdtr ul li.action .djdtr_text {
    color: #e63946;
    /*  hover效果 */
}

.djdtr_time {
    color: #999;
    font-size: 13px;
}

.lnxx {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 32px;
}
.news_top{
    padding:50px 0px;
}
.news_top_mySwiperd{
    background: #f9f9f9;
}

.news_top_mySwiperdw.swiper-pagination{
    position:relative;
    bottom:0px;
    margin-top:20px;
}
.news_top_mySwiperdw .swiper-pagination-bullet{
    background:#3aa231;
}
.news_top_mySwiperdw .swiper-pagination-bullet-active.swiper-pagination-bullet{
    opacity: 1;
    transform: scale(1.4);
}
.news_top_mySwiperd a{
    display:grid;
    grid-template-columns: 50% 50%;
}
.news_top_mySwiperl img{
    width:100%;
    display:block;
}


.news_top_mySwiperr{
    padding:50px;
}
.news_top_mySwiperd .iabout_la3 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3aa231;
    padding: 10px 0px;
    width:30%;
    text-align:center;
    margin-top: 3em;
    position: relative;
    overflow: hidden;
}
.news_top_mySwiperd .iabout_la3_a{
    color: #3aa231;
    position:relative;
    z-index: 1;
}
.news_top_mySwiperd .iabout_la3:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: #3aa231;
    transition: width .3s linear;
}
.news_top_mySwiperd .iabout_la3:hover .iabout_la3_a{
    color:#fff;
}
.news_top_mySwiperd .iabout_la3:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}
.inewsb1_b4{
    font-size: 14px;
    line-height: 26px;
    color: #333;
}


.lnxxl {
    position: relative;
    padding:16px;
    background: url(../images/djgz/djhd1.png) center no-repeat;
    background-size: 100% 100%
}

.lnxxla {
    position: relative;
    overflow: hidden;
}

.lnxxla:hover img {
    transform: scale(1.04);
}

.lnxxla img {
    width: 100%;
    height: 583px;
    display: block;
    transition: .5s;
}

.lnxxr {
    padding:16px;
    position: relative;
}

.lnxxlb {
    background: rgba(0, 0, 0, 0.3);
    padding:16px;
    color: #fff;
    position: absolute;
    left:16px;
    bottom:16px;
    width: calc(100% - 32px);
    font-size: 20px
}

.dzzjs {
    padding-bottom: 8rem;
}

.dzzjsc {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 32px;
}

.dzzjsct {
    height: 35.83vw;
    background: url(../images/djgz/4.jpg) center no-repeat;
    background-size: 100% 100%;
    /* 阴影feeddb */
    box-shadow: 0px 0px 10px 0px rgba(254, 237, 219, 0.7);
}

.dzzjscl_title {
    font-size: 1.8rem;
    text-align: center;
    color: #b8741f;
    margin-top: 1.4rem;
}

.dzzjscl_text {
    padding: 4rem 3rem 3rem;
    font-size:16px;
    line-height: 2;
    text-align: justify;
    text-indent: 2em;
}

.dzzjscr_uld {
    padding: 4rem 3rem 3rem;
}

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

.dzzjscr_ul li {
    width: 25%;
    margin-right: 8%;
}

.dzzjscr_ul li:last-child {
    margin-right: 0px;
}


.dzzjscr_ul1 img {
    width: 100%;
}

.dzzjscr_ul2 {
    font-size: 1.32px;
    color: #000;
    line-height: 2.5;
    text-align: center;
}

/* dialog_year */
.dialog_year {
    padding: 4rem 6rem;
    border-bottom: 1px solid #e9e9e9;
}

.dialog_year ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
}

.dialog_year ul li {
    text-align: center;
    border: 1px solid #d6080c;
    line-height: 3rem;
    border-radius: 1.5rem;
    font-size: 20px;
    cursor: pointer;
}

.dialog_year ul li.action {
    background: #d6080c;
    color: #fff;
}

.dialog_year_c {
    padding: 3rem 6rem;
}

.dialog_year_c ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
}

.dialog_year_c ul li {
    background: #f7f7f7;
    padding:16px;
    border-radius:16px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dialog_year_c ul .dialog_year_ctit {
    display: block;
    text-align: center;
    font-size: 1.32px;
    color: #000;
    line-height: 2;
}

.dialog_year_cimg {
    max-width: 50%;
}

.dialog_year_cimg img {
    width: 100%;
}

.dialog_year_c ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius:16px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    left: 0px;
    top: 100%;
    transition: .5s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dialog_year_c ul li a i {
    font-size: 32px;
}

.dialog_year_c ul li:hover a {
    top: 0px;
    opacity: 1;
}

/* job */
.job1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.job1 li {
    padding-bottom:16px;
    margin-bottom: 32px;
    background: #fff;
}

.job1a {
    width: 100%;
    background: #3aa231;
    color: #fff;
    text-align: center;
    padding:16px;
    font-size: 1.32px;
}

.job1b {
    padding: 32px 1rem 0px;
    font-size:16px;
    line-height: 2;
    position: relative;
    height: 100%;
}

.job2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.job2 li {
    padding: 32px;
    background: #fff;
}

.job2 p {
    font-size:16px;
    line-height: 2;
}

.job2 .job2a {
    font-size: 20px;
    color: #3aa231;
}

.rczc ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

.rczc ul li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #fff;
}

.rczc img {
    width: 100%;
    display: block;
}

.rczcl {
    padding: 32px;
}

.rczcl .job2a {
    font-size: 22px;
    color: #3aa231;
    font-weight: 600;
    margin-bottom: 16px;
}

.rczcl .job2b {
    font-size: 20px;
    color: #000;
    line-height: 2;
}

.rczcl .job2c {
    font-size:18px;
    line-height: 2;
}

/* ygfc */
.ygfc {
    padding-bottom: 8rem;
}

.ygfc_img {
    position: relative;
    overflow: hidden;
}

.ygfc_img:hover img {
    transform: scale(1.04);
}

.ygfc_img img {
    width: 100%;
    display: block;
    transition: .5s;
}

.ygfc_text {
    padding:16px;
    background: #fff;
    margin-top: 0.5rem;
    text-align: center;
}

/* lxwm */
.lxfs {
    margin: 6rem 0px;
}

.lxfsd {
    padding: 3rem 32px 4rem;
    background: #fff;
}

.lxfsd_br {
    font-size: 18px;
}

.lxfsd .lxfsd_b {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:16px;
}

.lxfsd .lxfsd_b li .lxfsd_b1 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.lxfsd_bl {
    color: #3aa231;
}

.lxfsd_t {
    font-size: 32px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #3aa231;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.lxfsd_bl {
    margin-right: 0.5rem;
}

.jyxc {
    background: url(../images/lxwm/ly_bg.jpg) center no-repeat;
    padding: 5rem 13%;
}

.jyxcd1 {
    font-size:32px;
}

.jyxcd2{
    font-size:16px;
    margin-top:10px;
}

.jyxcd {
    background: #fff;
    border-radius: 0.5rem;
    width: 40%;
    padding: 32px;
}

.jyxcd .layui-input-inline {
    width: 100% !important;
}

.yzm {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.anniu button {
    width: 100% !important;
    background: #3aa231;
}

.cjwt {
    padding-bottom: 6rem;
}

.cjwt li {
    margin-bottom: 32px;
}

.cjwt .product_2l {
    border-top: none;
}

@media only screen and (max-width: 1800px) {
    .dzzjscr_ul2 {
        font-size: 0.83rem;
        color: #000;
        line-height: 2.5;
    }

    .dzzjscl_text {
        padding: 32px 32px;
        font-size:16px;
        line-height: 1.7;
        text-align: justify;
        text-indent: 2em;
    }

    .cxcg1 {
        font-size: 1.32px;
        color: #3aa231;
        line-height: 1.5;
        width: 85%;
        padding: 1rem 0px 1rem;
    }

    .cxcg3 {
        display: flex;
        justify-content: space-between;
        margin-top: 3rem;
    }

    .qywh1ba {
        transition: 1s;
        font-size: 28px;
        color: rgb(255, 255, 255);
    }

    .qywh1bb {
        transition: 1s;
        font-size: 16px;
        line-height: 39px;
        color: rgb(255, 255, 255);
        text-align: right;
    }

    .qywh1 {
        height: 484px;
        background: url(../images/qywh/qywh_bg.jpg) center no-repeat;
        background-size: cover;
        width: 100%;
        padding: 46px 5%;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .qywh1b {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 30%;
        border-bottom: 1px solid rgb(255, 255, 255);
        padding-bottom: 14px;
        position: relative;
        overflow: hidden;
        height: 373px;
        transition: 1s;
    }

    .qywh1a {
        backdrop-filter: blur(20px);
        background: rgba(255, 255, 255, 0.2);
        height: 373px;
        width: 100%;
        padding: 43px 0px;
        padding-left: 22px;
        border-bottom: 4px solid #39A230;
        position: absolute;
        top: 100%;
        left: 0px;
        overflow: hidden;
        transition: 1s;
    }

    .qywh1a1 {
        font-size: 28px;
        color: rgb(255, 255, 255);
    }

    .qywh1a2 {
        font-size: 18px;
        color: rgb(255, 255, 255);
        margin-top: 8px;
    }

    .qywh1a3 {
        color: rgba(255, 255, 255, 0.02);
        position: absolute;
        left: 32px;
        bottom: 28px;
        width: 70px;
    }

    .qywh1a3 img {
        width: 100%;
    }
}
@media (max-width:1800px) {
    .pd_13{
        padding:0px 10%;
    }
    .pd_75 {
    padding: 0px 4%;
}
    .djgz_xz_zt2{
        line-height:1.7;
    }
    .header_right{
        width:80%;
    }
    .about_b{
        padding: 4rem 10%;
    }
}
@media (max-width:1700px) {
    .pd_13{
        padding:0px 8%;
    }
    .about_b{
        padding: 4rem 8%;
    }
}
@media (max-width:1600px) {
    .pd_13{
        padding:0px 6%;
    }
    .about_b{
        padding: 4rem 6%;
    }
}
@media (max-width:1500px) {
    .pd_13{
        padding:0px 4%;
    }
    .about_b{
        padding: 4rem 4%;
    }
}
@media only screen and (max-width: 1100px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pc {
        display: none !important;
    }

    .sj {
        display: block !important;
    }

    /*header*/
    .sjheaderd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sjheaderd_left {
        height: 70px;
        display: flex;
        align-items: center;
    }

    .sjheaderd_left img {
        height: 50px;
    }

    .sjheader {
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 111;
        inset-inline-end: 0;
        inset-inline-start: 0;
        width: 100%;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        background: #fff;
        border-top: 0;
    }

    .sidebar__toggle {
        cursor: pointer;
    }

    .bar-icon {
        width: 26px;
        height: 18px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }

    .bar-icon span {
        width: 100%;
        height: 2px;
        background: #000;
        display: inline-block;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }

    .bar-icon span:nth-child(2) {
        margin-left: 0px;
    }

    .offcanvas__overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: var(--rs-common-black);
        z-index: 900;
        top: 0;
        opacity: 0;
        visibility: hidden;
        right: 0;
    }

    .sjposition {
        transition: all 0.7s;
        position: fixed;
        z-index: 9999;
        width: 100%;
        background: #fafafa;
        top: 0px;
        left: 100%;
        height: 100vh;
        background: #fff;
        background-size: 100% auto;
    }

    .sjposition_ar {
        color: #000;
    }

    .sjposition.cur {
        transition: all 0.7s;
        left: 0%;
    }

    .sjposition_a {
        display: flex;
        padding: 16px 0px;
        justify-content: space-between;
        align-items: center;
    }

    .sjposition_al {
        height: 50px;
    }

    .sjposition_al img {
        height: 100%;
    }

    .sjposition_ar i {
        font-size: 30px;
    }

    .sjposition_b>ul>li {
        border-bottom: rgba(204, 204, 204, 0.6) 1px solid;
    }

    .sjposition_b li .sjposition_b1>a {
        line-height: 60px;
        display: block;
        color: #000;
        font-size: 16px;
    }

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

    .sjposition_b1 .more {
        position: relative;
        transform: rotate(0deg);
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .sjposition_b1 .more::before {
        transition: all 0.5s;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -7px;
        width: 14px;
        height: 16px;
        background: url(../images/icon/icon_93.png?v=1) center right no-repeat;
        background-size: 100% auto;
        content: " ";
    }

    .sjposition_b1 .more.cur::before {
        transition: all 0.5s;
        transform: rotate(90deg);
        width: 14px;
    }

    .sjposition_b {
        overflow-y: auto;
        height: 90vh;
    }

    .sjposition_b2 {
        display: none;
    }

    .sjposition_b2 li:first-child {
        border-top: #000 1px solid;
    }

    .sjposition_b2 li {
        border-bottom: 1px solid #000;
    }

    .sjposition_b2 li a {
        padding: 0 15px 0 25px;
        line-height: 50px;
        font-size: 16px;
        color: #000;
        display: block;
        font-size: 14px;
    }

    .w1456 {
        width: 92%;
        margin: 0 auto;
    }

    /*header end*/
    .banner {
        height: 40vh;
        margin-top: 70px;
    }

    .banner .slide-content h2 {
        font-size: 20px;
    }

    .banner .slide-content p {
        font-size: 14px;
        margin-top: 20px;
        padding-top: 0px;
    }

    .banner .slide-content h2::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0px;
        width: 10%;
        height: 2px;
        background: #fff;
    }

    .pd_75 {
        padding: 0px 2%;
    }

    .news_gg {
        height: 40px;
        line-height: 40px;
        margin: 30px 0px;
        display: flex;
    }

    .news_ggl {
        font-size: 14px;
        width: 80px;
        padding-left: 16px;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

    .news_ggr {
        width: calc(100% - 80px);
        height: 40px;
    }

    .news_banner a {
        font-size: 14px;
        height: 40px;
    }

    .news_ggr_l {
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100px;
    }

    .news_ggr_r {
        display: none;
    }

    .news_ggr_img i {
        font-size: 16px;
        position: relative;
        top: 3px;
    }

    .news_banner_fx div {
        height: 38px;
        line-height: 32px;
    }

    .iconfont {
        font-size: 16px !important;
    }

    .iabout {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 3%;
    }

    .iabout_la {
        background: #f4f4f4;
        padding: 15px;
    }

    .iabout_la1 {
        font-size: 18px;
        font-weight: bold;
        color: #3aa231;
    }

    .iabout_la2 {
        font-size: 14px;
        line-height: 2;
        text-align: justify;
        margin: 20px 0px 30px;
    }

    .iabout_la3_a {
        font-size: 14px;
        color: #868686;
    }

    .iabout_b {
        margin: 30px 0px;
    }

    .iabout_b1 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .iabout_b2 {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.6);
    }

    .iproduct_banner img {
        height: 300px;
    }

    .iproduct_banner_la1 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

    .iproduct_banner_la2 {
        font-size: 14px;
        line-height: 2;
        text-align: justify;
        margin: 10px 0px 10px;
    }

    .iproduct_banner .iproduct_banner_la {
        position: absolute;
        top: 6vw;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .iproduct_b1c_a {
        width: 20px;
        margin-right:5px;
    }

    .iproduct_b1c_a img {
        width: 100%;
    }

    .iproduct_b1c_b1 {
        font-size: 12px;
        color: #fff;
    }

    .iproduct_b1c_b2 {
        font-size: 12px;
        color: #fff;
        text-transform: capitalize;
        margin-top: 0.5vw;
    }
.iproduct_banner1_content {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    align-items: center;
}

.inewsb1_b {
    line-height: 36px;
    padding: 20px 10px 35px;
    height: auto;
    border-bottom: 1px solid #eaeaea;
}.indwsb2 {
    background: #f7f7f7;
    padding: 20px 15px;
}.indwsb2 li {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
    .iproduct_b {
        padding: 10px;
    }

    .iproduct_b_banner-pagination {
        text-align: center;
        margin-top: 20px;
    }

    .iproduct_b_banner-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 5px;
        border-radius: 5px;
        background: #e6e6e6;
        opacity: 1;
        margin: 0 6px;
        transition: all 0.3s ease;
    }

    .iproduct_b_banner-pagination .swiper-pagination-bullet-active {
        width: 30px;
        height: 5px;
        background: #3aa231;
    }

    .inewsa {
        display: flex;
        align-items: center;
        margin-bottom: 3.5rem;
        flex-direction: column;
    }

    .inewsa_l1 {
        color: #000;
        font-weight: bold;
        font-size: 18px;
    }

    .inewsa_l2 {
        font-size: 12px;
        color: #3aa231;
        margin-top: 0.6rem;
    }

    .inewsa_r li a {
        font-size: 14px;
        color: #636363;
    }

    .inewsa_r li {
        padding: 0px 10px;
        line-height: 30px;
        border: 1px solid #636363;
        border-radius: 19px;
        margin-left: 1.32px;
        margin: 15px 3px;
    }

    .inewsb {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 20px;
    }

    .inewsb1_b1 {
        color: #3aa231;
        font-size: 14px;
    }

    .inewsb1_b2 {
        color: #333;
        font-size: 14px;
        line-height: 1.7;
        margin: 0.5vw 0px 1vw;
        display: flex;
        align-items: center;
    }

    .inewsb1_b3 {
        color: #636363;
        font-size: 12px;
        line-height: 1.7;
        text-align: justify;
    }

    .inews {
        margin-bottom: 40px;
    }

    .ilink {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ilink_text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 18px;
        z-index: 2;
    }

    .footer-top {
        padding: 0px 2%;
        background: #f5f5f5;
    }

    .footer-topa {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 35px 0px;
        flex-direction: column;
    }

    .footer-topb {
        display: none;
    }

    .footer-topcl {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        margin-right: 5px;
    }

    .footer-topc ul {
        display: grid;
        grid-template-columns: repeat(4, auto);
        gap: 5px;
        width: 80%;
    }

    .footer-topc ul a {
        color: #000;
        font-size: 12px;
    }

    .footer-bottom {
        padding: 20px 2%;
        display: flex;
        justify-content: space-between;
        color: #fff;
        background: #3aa231;
        line-height: 2;
        height: auto;
        text-align: center;
        font-size: 12px;
        flex-direction: column;
        align-items: center;
    }

    .gsjj_t {
        text-align: center;
        padding: 40px 0px 20px;
    }

    .pd_13 {
        padding: 0px 2%;
    }

    .gsjj_c {
        line-height: 2;
        font-size: 14px;
    }

    .gsjj_t h2 {
        font-size: 22px;
    }

    .gsjj_t .gsjj_en {
        font-size: 12px;
        color: #3aa231;
        margin-top: 0.1rem;
    }

    .about_b ul {
        padding: 30px 0px;
    }

    .gsjj_t .gsjj_dc {
        font-size: 12px;
        color: #333;
        margin-top:16px;
    }

    .zzjg_c {
        width: 96%;
        margin: 0px 2% 30px;
    }

    .zzlr_list ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .zzlr_text {
        line-height: 4;
        font-size: 14px;
        background: #f3f3f3;
        text-align: center;
        padding: 0px 4%;
        margin-top: 5px;
    }

    .news2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .pages {
        padding-bottom: 30px;
    }

    .pr_nav ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .pr_nav {
        padding: 30px 2%;
    }

    .product_2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .prcon_t {
        padding-top: 30px;
    }

    .pr_banner1 {
        width: 100%;
        height: 46vw;
    }

    .pr_banner1 .swiper-slide {
        width: 100%;
        height: 12.1vw !important;
    }

    .prcon_c {
        background: #fff;
        margin: 30px 0px;
        padding: 1.5rem;
        line-height: 2;
    }

    .pxgcp {
        padding-bottom: 30px;
    }

    .whln img {
        width: 100%;
    }

    .whln_d {
        background: #3aa231;
        color: #fff;
        line-height: 2;
        position: absolute;
        top: 50%;
        left: 13%;
        transform: translateY(-50%);
        padding: 10px;
    }

    .whhd_ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .djdt {
        display: grid;
        grid-template-columns: 100%;
        margin: 0 auto;
        padding-bottom: 5rem;
    }

    .djgz_titl {
        width: 94%;
        background: none;
        background-size: 100% 100%;
        height: auto;
        color: #c4251f;
        position: relative;
        margin: 30px auto 20px;
    }

    .djgz_titl h2 {
        position: relative;
        left: 0px;
        top: 0px;
        transform: unset;
        text-align: center;
    }

    .djdtr ul li {
        flex: 1;
        line-height:36px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .djdtr ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom:0px;
    }

    .djdt {
        display: grid;
        grid-template-columns: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .lnxx {
        display: grid;
        grid-template-columns: 100%;
        gap: 15px;
    }

    .lnxxla img {
        width: 100%;
        height: auto;
        display: block;
    }

    .lnxxlb {
        background: rgba(0, 0, 0, 0.3);
        padding: 10px;
        color: #fff;
        position: absolute;
        left:16px;
        bottom:16px;
        width: calc(100% - 32px);
        font-size: 14px;
    }

    .dzzjsc {
        display: grid;
        grid-template-columns: 100%;
        gap: 15px;
    }

    .dzzjsct {
        height: 100%;
        background: #fdeddb;
        background-size: 100%;
        box-shadow: 0px 0px 10px 0px rgba(254, 237, 219, 0.7);
    }

    .dzzjscl_text {
        padding: 20px 10px;
        font-size:16px;
        line-height: 36px;
        text-align: justify;
        text-indent: 15px;
    }

    .dzzjscr_uld {
        padding: 20px 10px;
    }

    .dzzjscr_ul li {
        width: 35%;
    }

    .dzzjscr_ul2 {
        font-size: 12px;
        color: #000;
        line-height: 2.5;
    }

    .job1 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .job1 li {
        padding-bottom:16px;
        margin-bottom: 0px;
        background: #fff;
    }

    .job2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 15px;
    }

    .rczc ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .rczc ul li {
        display: grid;
        grid-template-columns: 1fr;
        background: #fff;
    }

    .ygfc {
        padding-bottom: 30px;
    }

    .lxfs {
        margin: 30px 0px;
    }

    .lxfsd .lxfsd_b {
        display: grid;
        grid-template-columns: 1fr;
        gap:16px;
    }

    .lxfsd_t {
        font-size: 22px;
        color: #000;
        text-align: center;
        border-bottom: 1px solid #3aa231;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .lxfsd {
        padding: 15px;
        background: #fff;
    }

    .jyxcd {
        background: #fff;
        border-radius: 0.5rem;
        width: 100%;
        padding: 10px;
    }

    .jyxc {
        padding: 25px 25px;
    }

    .layui-form-item .layui-input-inline {
        display: block;
        float: none;
        left: -3px;
        width: auto;
        margin: 0px !important;
    }

    .product_2l_1 {
        font-size: 14px;
        color: #333;
    }

    .iabout_la3_b i {
        font-size: 12px !important;
    }

    .iproduct_b_banner img {
        height: 200px;
    }

    .iproduct_b_banner .swiper-slide {
        padding: 30px 0px;
    }

    .footer-topar1:first-child {
        margin-left: 0px;
    }

    .ty_banner {
        margin-top: 70px;
    }

    .pr_banner img {
        height: 120px;
        display: block;
    }

    .blfy {
        padding-bottom: 40px;
    }

    .blfy1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .blfy1 img {
        height: auto;
        width: 100%;
        display: block;
    }

    .blfy2 {
        padding: 0px 20px;
        font-size: 16px;
    }

    .blfy2 img {
        height: 22px;
    }

    .footer-topar1b {
        font-size: 12px;
    }

    .footer-fd {
        width: 100%;
        height: auto;
        padding: 30px 0px;
    }

    .footer-fd ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        width: 100%;
    }

    .footer-fda {
        width: 40px;
    }

    .footer-fdb {
        font-size: 16px;
        color: #333;
    }

    .news_banner .swiper-wrapper {
        height: 40px;
    }

    .qywh1 {
        height: auto;
        background: none;
        width: 100%;
        padding: 0px 3% 0px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        align-content: center;
    }

    .qywh1a {
        backdrop-filter: blur(20px);
        background: rgba(255, 255, 255, 0.2);
        height: auto;
        width: 100%;
        padding: 43px 0px;
        padding-left: 22px;
    }

    .qywh1b {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        border-bottom: 1px solid rgb(255, 255, 255);
        padding-bottom: 14px;
        margin-top: 15px;
        height: auto;
    }

    .qywh1b .qywh1a {
        position: relative;
        top: 0px;
        background: rgb(241, 243, 245);
    }

    .qywh1a1 {
        font-size: 18px;
    }

    .qywh1a2 {
        font-size: 12px;
    }

    .qywh1a1,
    .qywh1a2 {
        color: #000;
    }

    .qywh1a3 {
        display: none;
    }

    .qywh1bb {
        font-size: 16px;
        line-height: 26px;
        color: rgb(0, 0, 0);
        text-align: right;
        display: none;
    }

    .qywh1ba {
        font-size: 38px;
        color: rgb(255, 255, 255);
        display: none;
    }

    .cxcg ul li {
        display: flex;
        margin-bottom:16px;
        flex-direction: column-reverse;
        gap: 0px;
    }

    .cxcg ul li:nth-child(2) {
        display: flex;
        grid-template-columns: repeat(2, 1fr);
        gap: 0rem;
        margin-bottom:16px;
        flex-direction: column;
    }

    .dialog {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100vh;
        z-index: 121;
        display: none;
        overflow-y: auto;
    }

    .dialog_b {
        position: absolute;
        left: 0%;
        top: 0%;
        transform: translate(-0%, -0%);
        width: 100%;
        height: auto;
        background: #fff;
        border-radius: 0.5rem;
        z-index: 4;
        padding: 0.5px 1rem 0.5rem;
    }

    .dialog_a {
        position: fixed;
        left: unset;
        top: unset;
        bottom: 4%;
        right: 4%;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        z-index: 230;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .dialog_a::after {
        content: '\eaf2';
        font-family: "iconfont" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .lxfsd_br {
        font-size: 14px;
    }

    .pr_navl {
        height: 40px;
    }

    .pr_navl img {
        height: 100%;
        width: auto;
    }

    .top-fh {
        width: 40px;
        height: 40px;
        line-height: 40px;
        z-index: 100;
    }

    .iconfont i {
        font-size: 14px;
    }

    .banner .slide-content {
        width: 90%;
        left: 5%;
    }

    .ty_banner_text1 {
        font-size:16px;
        text-shadow: 0px 0px 10px #000;
    }

    .ty_banner_text2 {
        font-size: .8rem;
        margin-top: 10px;
        text-shadow: 0px 0px 10px #000;
    }

    .layui-layer {
        width: 100% !important;
        height: 100% !important;
    }

    .layui-layer-setwin .layui-layer-close2 {
        position: absolute;
        right: 0px !important;
        top: -0px !important;
        width: 30px;
        height: 30px;
        margin-left: 0;
        background-position: -149px -31px;
        _display: none;
    }

    .ljdg {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 56px;
        color: rgba(0, 0, 0, 1);
        text-align: center;
        margin-bottom: 3vw;
    }

    .djdtl_banner_img img {
        min-height: unset;
        height:unset;
    }

    .djgz_xz_ztd {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    transform: translateY(-0%);
}.djgz_xz_zttp{
    display:none;
}.djdtl_banner{
    background:#999
}
.djdtr_text {
    color: #333;
    font-size: 14px;
    transition: color 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 36px;
    width: calc(70% - 15px);
    padding-left: 15px;
}
    .djgz_xz_zt {
        height: auto;
        width: 100%;
        background: unset;
        background-size: 100% 100%;
        padding-left: 0%;
        display: flex;
        align-items: center;
        margin-bottom: 46px;
    }

    .djgz_xz_zt1 {
        display: none;
    }

    .djgz_xz_zt2 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 34px;
        text-align: justify;
        color: rgba(0, 0, 0, 1);
        margin-top: 0px;
    }.news_top_mySwiperd a {
    display: grid;
    grid-template-columns: 1fr;
}.news_top_mySwiperr {
    padding: 30px 20px;
}.news_bottom .news2 li{
    margin-top:0px;
}.fzlc .swiper-slide.swiper-slide-active .fzlc_list2_b {
    bottom: 0px;
    left: 0px;
}

.fzlc_list2_b {
    position: relative;
}.fzlc .gsjj_t {
    position: relative;
    left: 0%;
    transform: translateX(0%);
}.fzlc .swiper-slide {
        height: auto;
        padding-right: 0px;
    }.fzlc .swiper-slide .fzlc_list2_b::after,.fzlc .swiper-slide .fzlc_list2_b::before{
    display:none;
}.fzlc {
        height: auto;
        width: 100%;
        background: url(../images/about/fzlc_bg.jpg) no-repeat center center;
        background-size: cover;
        display: block;
        padding-bottom: 120px;
    }.pr_nav ul li>a {
    padding: 1.5rem 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fbfbfb;
    border: 1px solid #fbfbfb;
    transition: .5s;
}.product_2l_1 {
        font-size: 14px;
        color: #333;
        width: 70%;
    }
    .fzlc_fxy,.fzlc_fxz{
        width:20px
    }
    .fzlc_fxy img,.fzlc_fxz img{
        width: 100%;
    }.fzlc_list1 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-top: -0px;
}.fzlc_list2_bp {
    position: relative;
    padding: 10px 15px;
}
}