/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'Book Antiqua';
  font-style: normal;
  src: url(../fonts/Book Antiqua.ttf);
}
body{
    font-family: "Arial","Microsoft YaHei","微软雅黑",Helvetica,'montserrat',"Hiragino Sans GB",sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
    color: #000;
    background: #fff;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

.section::-webkit-scrollbar{
    display: none;
}

/*控件*/
input:disabled + label {/*禁用的指针*/
    cursor: not-allowed
}
.Radio input,
.Checkbox input {
    display: none
}
.Radio label,
.Checkbox label {
    padding: 0 16px 0 0;
    display: inline-block;
    cursor: pointer;
    position: relative
}
.Radio label:before,
.Checkbox label:before {
    box-sizing: border-box;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 0px 8px 0px 0px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.1S;
}
.Radio label:hover:before,
.Checkbox label:hover:before {
    border-color: #57B37B;
}
.Radio input:disabled + label:before,
.Checkbox input:disabled + label:before {
    background-color: #CCC;
    border-color: #999;
    opacity: 0.5;
}
.Radio input:disabled + label,
.Checkbox input:disabled + label {  
    opacity: 0.5;
}
.Radio input:checked + label:before {
    border: 5px solid #57B37B;
}
.Checkbox label:before {
    background: url(../img/ico_tick.svg) no-repeat center;
    background-size: 0;
    border-radius: 0px;
    transition: 0.2S;
}
.Checkbox input:checked + label:before {
    background-color: #57B37B;
    background-size: 16px;
    border-color: #57B37B;
}
.HoverLabel label {
    display: block;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
}
.HoverLabel label:hover {
    background-color: #EEE;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 60px;
    width: 48px;
    height: 48px;
    line-height: 56px;
    border-radius: 48px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 5px 15px rgba(51,51,51,0.2);
    cursor: pointer;
    color:#000;
    display: none;
    transition: all 0.5s;   
}
.totop:hover{
    background: #fff;
    color:#c19a55;
}

@media (max-width: 900px){
    .right_xf{
        display: none!important;
    }
    .totop{
        display: none!important;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus,input:focus{outline:0;}

a{
    color: #000;
}

a, a:hover, a:focus{
    text-decoration: none;
    outline: none;
}

a:hover, a:focus{
    color: #c19a55;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
}

h6,.h6{
    font-size: 16px;
    line-height: 28px!important;
}

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

h5{
    line-height: 32px;
}

.pem{
    text-indent: 2em;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font17{
    font-size: 17px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text-danger{
    color: #fc1616!important;
}
.text-success{
    color: #57B37B!important;
}
.text-primary{
    color: #1345A3!important;
}
.text-warning{
    color: #c19a55!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #064270!important; 
}
.bg_1982A0{
    background: #1982A0;
}
.bg_FEF5F8{
    background: #FEF5F8;
}
.bg_FBD7E3{
    background: #FBD7E3;
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.mb-6{
    margin-bottom: 88px;
}
.mt-6{
    margin-top: 88px;
}
.mb_30{
    margin-bottom: 30px;
}
.pb-7{
    padding-bottom: 120px;
}
.pt-7{
    padding-top: 120px;
}

.no_margin{
    margin: 0px;
}

.wrap,.nav_min .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1400px;
    position: relative;
}
.wrap_fluid{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 92%;
    position: relative;
}
.wrap_xl{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1600px;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1200px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}

.text_book{
    font-family: "Book Antiqua";
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav*/
.nav_min{
    padding: 0px 88px 0px 88px;
    border: none;
    background: rgba(255, 255, 255, 0);
    transition: all 0.5s;
    margin-top: 24px;
}
.nav_min .navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 78px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nav_min .navbar-brand img{
    height: 100%;
    object-fit: contain;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 30px 20px 30px 20px;
}
.nav_min .nav-item .nav-link{
    cursor: pointer;
}
.nav_min .nav-item .nav-link svg{
    width: 38px;
    height: 38px;
    fill: #fff;
    transition: 0.5s;
}
.nav_min .nav_toggler{
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.nav_min .nav_toggler span{
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.5s;
}
.nav_min .nav_toggler span:nth-of-type(2){
    margin-top: 7px;
}
.nav_min .nav_toggler span:nth-of-type(3){
    margin-top: 7px;
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    left: auto;
    right: 0;
    min-width: 100%;
    width: 220px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 8px;
    border-radius: 8px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.2);
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}

.top_xiala .dropdown-menu:before{
    content: "";
    position: absolute;
    top: -10px;
    right: 33px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent; /* 左侧边框透明 */
    border-right: 5px solid transparent; /* 右侧边框透明 */
    border-bottom: 10px solid #fff; /* 底部边框为黑色，形成三角形 */
}

.menu_a a{
    padding: 14px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    color: #000;
}
.menu_a a:last-child{
    border: none;
}
.menu_a a:hover{
    color: #c19a55;
    padding-left: 18px;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #4a98da;
    color: #fff;
}

.hidden{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    margin-top: 0px;
}
.hidden .navbar-brand{
    height: 68px;
}
.hidden .nav-item .nav-link svg{
    fill: #000;
}
.hidden .nav_toggler span{
    background: #000;
}

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

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.banner .swiper-wrapper .swiper-slide .banner_bg{
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    padding: 68px;
    display: flex;
    align-items: flex-end;
}

.banner .swiper-pagination{
    bottom: 48px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 24px;
    height: 6px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 0px;
    transition: 0.5s;
    margin: 0px 6px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 58px;
    background: #c19a55;
}

.banner_nr h1{
    font-size: 48px;
    line-height: 72px;
}

/*主体*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}
.fangda:hover img{
    transform:scale(1.1);
}
.card:hover .fangda img{
    transform:scale(1.1);
}

.gengduo{
    padding: 12px 28px 12px 28px;
    background: none;
    color: #c19a55!important;
    font-size: 16px;
    line-height: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #c19a55;
}
.gengduo2{
    color: #fff!important;
    border: 1px solid #fff;
}
.gengduo svg{
    width: 24px;
    height: 24px;
    fill: #c19a55;
    position: relative;
    top: -2px;
    transition: 0.5s;
}
.gengduo2 svg{
    fill: #fff;
}
.gengduo:hover{
    color: #fff!important;
    background: #c19a55;
    border: 1px solid #c19a55;
}
.gengduo:hover svg{
    fill: #fff;
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0px 10px 30px rgba(74, 152, 218, 0.1);
}

.p_13 p{
    font-size: 13px;
    line-height: 24px;
}
.p_15 p{
    font-size: 15px;
    line-height: 26px;
}
.p_16 p,.p_16{
    font-size: 16px;
    line-height: 30px;
}
.p_17 p,.p_17{
    font-size: 17px;
    line-height: 38px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 38px;
}
.p_20 p,.p_20{
    font-size: 20px;
    line-height: 38px;
}
.p_em p{
    text-indent: 2em;
}
.p_mb p{
    margin-bottom: 14px;
}

.row_30{
    margin-left: -30px;
    margin-right: -30px;
}
.col_30{
    padding-left: 30px;
    padding-right: 30px;
}

.row_24{
    margin-left: -24px;
    margin-right: -24px;
}
.col_24{
    padding-left: 24px;
    padding-right: 24px;
}

.row_10{
    margin-left: -10px;
    margin-right: -10px;
}
.col_10{
    padding-left: 10px;
    padding-right: 10px;
}

.row_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

.row_5{
    margin-left: -5px;
    margin-right: -5px;
}
.col_5{
    padding-left: 5px;
    padding-right: 5px;
}

.ix_bt h2{
    font-size: 36px;
}
.ix_ps_card{
    height: 480px;
    margin-bottom: 60px;
}
.ix_ps_card .fangda{
    height: 100%;
}
.ix_ps_card .fangda img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_ps_card .card-img-overlay{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    border-radius: 0px;
    padding: 38px 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
}
.ix_ps_card .card-img-overlay .gengduo{
    padding: 12px 0px;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    background: none;
}
.ix_ps_card .card-img-overlay .gengduo svg{
    fill: #fff;
}
.ix_ps_card .card-img-overlay h3{
    font-size: 28px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 35px;
}

.ix_download_bg{
    /*background: url(../img/ix_download_bg.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 688px;
    display: flex;
    align-items: center;
}

.ix_news_swiper{
    padding: 0px 24px 48px 24px;
}
.ix_news_swiper .swiper-button-next,.ix_news_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(238,238,238,1);
    border-radius: 48px;
    z-index: 1000;
}
.ix_news_swiper .swiper-button-prev{
    left: auto;
    right: 98px;
    top: 0px;
    margin-top: 0px;
}
.ix_news_swiper .swiper-button-next{
    right: 24px;
    top: 0px;
    margin-top: 0px;
}
.ix_news_swiper .swiper-button-prev:after,.ix_news_swiper .swiper-button-next:after{
    color: #999;
    font-size: 18px;
}
.ix_news_swiper .swiper-button-prev:hover:after,.ix_news_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_news_swiper .swiper-button-next:hover,.ix_news_swiper .swiper-button-prev:hover{
    background: rgba(173, 142, 87, 1);
}

.ix_news_card{
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.ix_news_card .card-body{
    position: relative;
    padding: 24px 24px 32px 24px;
}
.ix_news_card .card-body span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #ad8e57;
    position: absolute;
    top: -24px;
    right: 24px;
    opacity: 0;
    transition: 0.5s;
    box-shadow: 0px 5px 15px rgba(173, 142, 87, 0.36);
}
.ix_news_card .card-body span svg{
    width: 24px;
    height: 24px;
    fill: #fff;
}
.ix_news_card:hover .card-body span{
    opacity: 1;
}
.ix_news_card .card-body h6{
    font-size: 14px;
}
.ix_news_card .card-body h6 svg{
    width: 16px;
    height: 16px;
    fill: #666;
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.ix_news_card .card-body p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
}

/*bottom*/
@media (min-width: 980px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 980px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 980px){
    .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #666;
        text-align: center;
        transition: 0.5s;
        transform: rotate(90deg);
        opacity: 0;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 29px;
        width: 13px;
        height: 1px;
        background: #666;
        text-align: center;
        transition: 0.5s;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #666;
        text-align: center;
        transition: 0.5s;
        transform: rotate(0deg);
        opacity: 1;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 29px;
        width: 13px;
        height: 1px;
        background: #666;
        text-align: center;
        transition: 0.5s;
    }
}

.bottom_bg{
    background: #f9f9f9;
    padding-top: 58px;
    color: #999;
}

.bottom_ul{
    padding-bottom: 38px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    position: relative;
    color: #000;
    font-weight: 400;
    /*text-transform: uppercase;*/
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card .bottom_nav_a a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #c19a55;
}

.di_beian{
    padding: 30px 0px;
    line-height: 24px;
    margin-top: 24px;
    border-top: 1px solid #eee;
}
.botom_beianhao .list-inline-item:not(:last-child){
    margin-right: 15px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_bg .bottom_contact li{
    color: #999;
    line-height: 36px;
    position: relative;
    font-size: 16px;
}
.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 8px;
    left: 0px;
}
.bottom_bg .bottom_contact li span{
    margin-left: 70px;
}

.bottom_erweima{
    display: flex;
    justify-content: flex-end;
}
.bottom_erweima_card{
    background: none;
}
.bottom_erweima_card .card-body{
    padding: 0px;
}
.bottom_erweima_card .card-body img{
    width: 260px;
    height: 260px;
    padding: 5px;
    background: #fff;
    object-fit: scale-down;
}

.bottom_bg .bottom_follow{
    display: flex;
    flex-wrap: wrap;
}
.bottom_bg .bottom_follow .list-inline-item:not(:last-child){
    margin-right: 12px;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: none;
    color: #999;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border: 1px solid #999;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #999;
    fill: #999;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: #999;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #c19a55;
    border: 1px solid #c19a55;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_dibu{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.ix_dzlc_card .card-body{
    padding: 0px;
}
.ix_dzlc_card .card-body span{
    width: 120px;
    height: 120px;
}
.ix_dzlc_card2 .card-body span{
    background: none;
    border: 2px solid #fff;
}

.md_erweima{
    display: flex;
    justify-content: flex-end;
}

/* ----------------------------------------------------------------
    About us
----------------------------------------------------------------- */
.about_banner{
    /*background: url(../img/about_banner.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 688px;
    display: flex;
    align-items: center;
}
.about_banner h1{
    margin-bottom: 0px;
}

.about_team_bt{
    padding-left: 40px;
    position: relative;
}
.about_team_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    width: 30px;
    height: 2px;
    background: #ad8e57;
}

.about_vision_bg{
    background: url(../img/about_vision_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 588px;
    display: flex;
    align-items: center;
}
.about_vision_bottom{
    background: #f9f9f9;
    padding: 40px;
    position: relative;
}
.about_vision_bottom:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 40px;
    width: 12px;
    height: 48px;
    background: #ad8e57;
}
.about_vision_bottom h3{
    line-height: 48px;
}

/* ----------------------------------------------------------------
    Products
----------------------------------------------------------------- */
.products_banner{
    /*background: url(../img/products_banner.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 688px;
    display: flex;
    align-items: center;
    position: relative;
}
.products_banner_nav{
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.device_nav_swiper .swiper-wrapper .swiper-slide{
    background: rgba(193, 154, 85, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 24px;
    line-height: 30px;
}
.device_nav_swiper .swiper-wrapper .active,.device_nav_swiper .swiper-wrapper .swiper-slide:hover{
    background: rgba(193, 154, 85, 0.9);
}

.ps_text_nr_bt{
    font-size: 30px;
    padding-bottom: 18px;
    margin-bottom: 24px;
    position: relative;
}
.ps_text_nr_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 68px;
    height: 3px;
    background: #c19a55;
}

.ps_ds_table{
    box-shadow: 0px 10px 30px rgba( 0, 0, 0, 0.05);
}
.ps_ds_table_bt{
    background: #eee;
}
.ps_ds_table .table th,.ps_ds_table .table td{
    font-size: 16px;
    font-weight: 400;
    padding: 24px 38px;
    line-height: 24px;
    vertical-align: middle;
    border-top: 1px solid #eee;
    white-space: nowrap;
}
.ps_ds_table .table td{
    text-align: center;
    color: #999;
}
.ps_ds_table .ps_ds_table_bt th,.ps_ds_table .ps_ds_table_bt td{
    border-top: none;
    font-size: 18px;
    font-weight: 400;
    padding: 24px 38px;
    line-height: 24px;
    vertical-align: middle;
    white-space: nowrap;
}
.ps_ds_table .ps_ds_table_bt td{
    text-align: center;
    color: #000;
}
.gengduo_table{
    background: none;
    padding: 8px 28px;
}

.ps_ds_table .table th div{
    display: flex;
    align-items: center;
}

.ps_ds_swiper{
    padding-bottom: 52px;
}
.ps_ds_swiper .swiper-pagination{
    bottom: 0px;
}
.ps_ds_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: #ddd;
    opacity: 1;
    margin: 0px 9px;
}
.ps_ds_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 48px;
    background: #ad8e57;
}

/* ----------------------------------------------------------------
    download
----------------------------------------------------------------- */
.download_banner{
    /*background: url(../img/download_banner.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 688px;
    display: flex;
    align-items: center;
    position: relative;
}

.st_dd_banner .about_banner_bg{
    background: none;
}
.st_dd_fl{
    background: #f9f9f9;
    padding: 24px 30px 12px 30px;
}
.st_dd_fl li a{
    display: inline-block;
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #eee;
    padding: 12px 30px;
}
.st_dd_fl .list-inline-item:not(:last-child){
    margin-right: 20px;
}
.st_dd_fl li.active a,.st_dd_fl li a:hover{
    background: #ad8e57;
    color: #fff;
    border: 1px solid #ad8e57;
}

.download_swiper_top_bg{
    background: #f9f9f9;
    padding: 24px 30px 24px 30px;
    margin-bottom: 48px;
}
.download_swiper_top .swiper-wrapper .swiper-slide{
    width: auto;
    background: #fff;
    border: 1px solid #eee;
    padding: 12px 30px;
    margin-right: 24px;
    cursor: pointer;
}
.download_swiper_top .swiper-wrapper .swiper-slide-thumb-active,.download_swiper_top .swiper-wrapper .swiper-slide:hover{
    background: #c19a55;
    border: 1px solid #c19a55;
    color: #fff;
}

.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: 2px solid #eee;
    background: none;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 15px 18px;
    height: 58px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border-right: 0px;
}
.search_anniu_top2{
    display: inline-block;
    width: 68px;
    height: 58px;
    position: relative;
    border: 2px solid #eee;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search_anniu_top2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top2:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -3px;
    right: 4px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666;
    transition: all .5s;
}
.search_anniu_top2:hover:before{
    background: #ad8e57;
}
.search_anniu_top2:hover:after{
    border: 1px solid #ad8e57;
}

.st_dd_sousuo{
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.st_dd_sousuo .sousuo_control{
    height: 78px;
    border: none;
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
    padding: 15px 30px;
    font-size: 16px;
}
.st_dd_sousuo .search_anniu_top2{
    border: none;
    border-top-right-radius: 78px;
    border-bottom-right-radius: 78px;
    /*width: 78px;*/
    /*height: 78px;*/
    color: transparent;
  font-size: 0;
  background:#fff0;
  z-index: 999;
}

.st_rd_sousuo label{
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1000;
    transform: translate3d(0%, -50%, 0);
}
.st_rd_sousuo .form-control{
    height: 78px;
    padding: 15px 15px 15px 60px;
    border: none;
    outline: none;
}
.st_rd_sousuo .input-group-append a{
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    background: #27ba46;
    padding: 15px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----------------------------------------------------------------
    News
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 688px;
    display: flex;
    align-items: center;
    position: relative;
}

.news_swiper{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.news_swiper_card{
    border: none;
}
.news_swiper_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_swiper_card .card-body{
    padding: 48px 48px 88px 48px;
}
.news_swiper_card .card-body h4{
    font-size: 24px;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 76px;
}
.news_swiper_card .card-body p{
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 120px;
}
.news_swiper_card .card-body a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background: #c19a55;
    box-shadow: 0px 5px 15px rgba(193, 154, 85, 0.36);
    margin-top: 24px;
}
.news_swiper_card .card-body a svg{
    width: 30px;
    height: 30px;
    fill: #fff;
}

.news_swiper .swiper-pagination{
    width: auto;
    left: 48px;
    bottom: 48px;
}
.news_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: rgba(193, 154, 85, 0);
    opacity: 1;
    border-radius: 14px;
    transition: 0.5s;
    margin: 0px 9px 0px 0px;
    border: 1px solid #ccc;
}
.news_swiper .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(193, 154, 85, 1);
    border: 1px solid #c19a55;
}

.news_card{
    margin-bottom: 68px;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.page-item .page-link{
    background: #f9f9f9;
    color: #AAA;
    margin: 0px;
    width: 40px;
    height: 40px;
    border-radius: 40px!important;
    border: 1px solid #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product_ul .page-item .page-link{
    background: #f9f9f9;
}
.page_ul{
    background: #f9f9f9;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.product_ul .page_ul{
    background: #fff;
}
.page_ul .list-inline-item{
    margin-right: 0px;
}
.page-item .page_link_left{
    margin-right: 20px;
}
.page-item .page_link_right{
    margin-left: 20px;
}
.page-item .page-link:hover{
    color: #c19a55;
}
.page-item.active .page-link{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    color: #fff;
    background: #c19a55;
    box-shadow: 0px 0px 13px rgba(193, 154, 85, 0.27);
    border: none;
}

.news_ds_border_top{
    border-top: 1px solid #eee;
}


.news_ds_follow a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #eee;
    color: #999;
}
.news_ds_follow .list-inline-item:not(:last-child){
    margin-right: 12px;
}
.news_ds_follow a:hover{
    background: #c19a55;
    color: #fff;
}

/* ----------------------------------------------------------------
    Contact us
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 688px;
    display: flex;
    align-items: center;
    position: relative;
}

.contact_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact_card .card-body{
    padding: 48px;
}
.contact_media{
    margin-bottom: 28px;
}
.contact_media span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background: #ad8e57;
    margin-right: 24px;
}
.contact_media span svg{
    fill: #fff;
    width: 28px;
    height: 28px;
}
.contact_media .media-body h5{
    margin-top: 14px;
    color: #666;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal; /* 或使用 pre, pre-wrap, pre-line 根据需要 */
    hyphens: auto; /* 自动连字符分割 */
}

.contact_form .form-control{
    background: #f9f9f9;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #eee;
    font-size: 14px;
    padding: 15px 24px 15px 24px;
    pointer-events: auto;
}
.contact_form .form_input_height{
    height: 68px;
}
.contact_gengduo{
    display: inline-block;
    color: #fff;
    background: #06787a;
    line-height: 18px;
    padding: 16px 88px;
    font-size: 24px;
    border-radius: 50px;

}
.contact_gengduo:hover{
    color: #fff;
}
.contact_form .form-group{
    position: relative;
}
.contact_form .form_textarea{
    padding-top: 24px;
}

.inp {
    position: relative;
}
.inp .label {
    position: absolute;
    top: 28px;
    left: 24px;
    color: #666;
    font-size: 17px;
    font-weight: 400;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    pointer-events: none;
}
.inp input:not(:placeholder-shown) + span,.inp textarea:not(:placeholder-shown) + span {
    opacity: 0.5;
    transform: translateY(-20px) scale(0.75);
}
.inp input:focus,.inp textarea:focus{
    /*background: none;*/
    outline: none;
}
.inp input:focus + span,.inp textarea:focus + span{
    opacity: 0.5;
    transform: translateY(-20px) scale(0.75);
    transition-delay: 0.1s;
}

.gengduo_contact{
    background: #c19a55;
    color: #fff!important;
    padding-left: 48px;
    padding-right: 48px;
}

.download_swiper_bottom{
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.xiazai_top{
    display: flex;
    align-items: center;
    background: #eee;
}
.xiazai_1{
    width: 40%;
}
.xiazai_2{
    width: 40%;
    text-align: center;
}
.xiazai_3{
    width: 20%;
    text-align: center;
}
.xiazai_top .xiazai_1,.xiazai_top .xiazai_2,.xiazai_top .xiazai_3{
    font-size: 18px;
    padding: 24px 38px;
    line-height: 24px;
}
.xiazai_bottom{
    background: #fff;
    border-top: 1px solid #eee;
}
.xiazai_bottom .xiazai_2{
    font-size: 16px;
}

/* ----------------------------------------------------------------
    statement
----------------------------------------------------------------- */
.statement_nav{
    margin-top: 0px;
    background: rgba(255, 255, 255, 1);
}
.statement_nav .nav-item .nav-link svg{
    fill: #000;
}
.statement_nav .nav_toggler span{
    background: #000;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
.h_v{
    overflow: hidden;
}

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1800px){
    
}
@media (max-width: 1500px){
    .row_30,.row_24{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24{
        padding-left: 15px;
        padding-right: 15px;
    }

    .about_banner{
        height: 588px;
    }
}

@media (max-width: 1400px){
    .xiazai_top .xiazai_1, .xiazai_top .xiazai_2, .xiazai_top .xiazai_3{
        font-size: 16px;
        padding: 15px 15px;
    }
    .gengduo_table{
        padding: 8px 18px;
    }
}

@media (max-width: 1200px){
    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    .pt-7{
        padding-top: 68px;
    }
    .pb-7{
        padding-bottom: 68px;
    }

    .nav_min .navbar-nav{
        display: flex;
        flex-direction: row;
    }
    .top_xiala .dropdown-menu{
        position: absolute;
    }
    .nav_min{
        margin-top: 0px;
        padding: 0px 48px;
    }
    .banner_nr h1{
        font-size: 38px;
        line-height: 58px;
    }
    .ix_ps_card .card-img-overlay{
        padding: 24px;
    }
    .ix_ps_card .card-img-overlay h3{
        font-size: 20px;
    }
    .ix_download_bg{
        height: auto;
    }

    .bottom_dibu{
        flex-direction: column;
    }
    .botom_beianhao{
        margin-top: 12px;
        text-align: center;
    }
    .botom_beianhao li{
        display: block;
    }
    .botom_beianhao .list-inline-item:not(:last-child){
        margin-right: 0px;
    }

    .about_banner{
        height: 488px;
    }
    .device_nav_swiper .swiper-wrapper .swiper-slide{
        font-size: 16px;
        line-height: 24px;
    }

    .ps_text_nr{
        margin-top: 48px;
    }
}

@media (max-width: 980px){
    /*bottom*/
    .bottom_bg{
        padding-top: 0px;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .di_beian,.di_about{
        margin-top: 0px;
        border: none;
    }
    
    .xiazai_top{
        display: block;
        position: relative;
    }
    .xiazai_1,.xiazai_2{
        width: 100%;
        text-align: left;
    }
    .xiazai_3{
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: auto;
    }
    .xiazai_top .xiazai_2{
        padding-right: 160px;
        padding-bottom: 22px;
    }
    .md_xiazai_top .xiazai_2,.md_xiazai_top .xiazai_3{
        display: none;
    }

    .news_fenye{
        flex-direction: column;
    }
}

@media (max-width: 768px){
    .tanchuang_tuichu{
        right: 0px;
        background: none;
        margin-top: -5px;
    }

    .wrap,.wrap_lg,.wrap_md{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container,.business_img_right{
        width: 100%;
    }

    .banner_nr h1,.ix_bt h2,.about_banner h1,.ps_text_nr_bt,.md_h3{
        font-size: 24px;
        line-height: 38px;
    }

    .nav_min{
        padding: 0px 15px 0px 15px;
    }
    .nav_min .nav_toggler{
        width: 24px;
        height: 16px;
        margin: 5px 2px 5px 2px;
    }
    .nav_min .nav_toggler span:nth-of-type(2),.nav_min .nav_toggler span:nth-of-type(3){
        margin-top: 5px;
    }
    .nav_min .nav-item .nav-link svg{
        width: 28px;
        height: 28px;
    }
    .nav_min .navbar-brand{
        padding: 0px 15px;
        height: 48px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 12px 20px 12px;
    }

    .menu_a a{
        font-size: 14px;
        padding: 8px 8px;
    }
    .top_xiala .dropdown-menu{
        width: 180px;
        border-radius: 5px;
    }

    .banner{
        height: 400px;
    }
    .banner .swiper-pagination{
        bottom: 24px;
    }

    .gengduo{
        font-size: 14px;
        padding: 10px 24px 10px 24px;
    }
    .ix_ps_card{
        height: 388px;
    }
    .ix_news_swiper{
        padding: 0px 15px 38px 15px;
    }
    .ix_news_swiper .swiper-button-next, .ix_news_swiper .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    .ix_news_swiper .swiper-button-next{
        right: 15px;
    }
    .ix_news_swiper .swiper-button-prev{
        right: 78px;
    }

    .about_banner{
        height: 300px;
    }
    .device_nav_swiper .swiper-wrapper .swiper-slide{
        font-size: 14px;
        padding: 15px;
    }
    .xiazai_bottom .xiazai_1,.xiazai_bottom .xiazai_2,.xiazai_bottom .xiazai_3{
        font-size: 14px;
    }

    .news_ds_ul{
        display: flex;
        flex-direction: column;
    }
    .news_ds_follow{
        margin-top: 14px;
    }

    .news_swiper_card .card-body{
        padding: 24px 24px 58px 24px;
    }
    .news_swiper .swiper-pagination{
        left: 24px;
        bottom: 24px;
    }

    .st_dd_fl{
        padding: 12px 15px 6px 15px;
    }
    .st_dd_fl li a{
        padding: 10px 20px;
    }
    .st_dd_fl .list-inline-item:not(:last-child){
        margin-right: 10px;
    }
    .contact_card .card-body{
        padding: 24px;
    }
    .contact_media .media-body h5{
        font-size: 14px;
    }

    .about_vision_bg{
        height: auto;
    }
}


















/* 分页容器整体样式 */
.news_pagination {
  margin: 20px 0;
  font-family: 'Segoe UI', sans-serif;
}

/* 分页列表基础样式 */
.pagination {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
}

/* 分页项默认样式 */
.pagination li {
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* 分页链接默认样式 */
.pagination a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
}

/* 选中状态（当前页）样式 - 棕色主题 */
.pagination .active a {
  color: #fff;
  background-color: #9d6108; /* 深棕色 */
  border-color: #9d6108; /* 深棕色边框 */
  cursor: default;
}

/* 悬停状态样式 */
.pagination li:not(.active):not(.disabled):hover a {
  color: #9d6108;
  border-color: #9d6108;
}

/* 禁用状态样式 */
.pagination .disabled a {
  color: #999;
  border-color: #ddd;
  background-color: #f8f9fa;
  cursor: not-allowed;
}

/* 响应式优化 - 小屏幕适配 */
@media (max-width: 768px) {
  .news_pagination {
    margin: 15px 0;
  }
  
  .pagination {
    gap: 4px;
  }
  
  .pagination a {
    padding: 4px 8px;
    font-size: 0.9rem;
  }
}






/* 导航容器整体样式 */
.news_fenye {
  padding: 15px 0;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  justify-content: space-between; /* 关键：使内容左右分离 */
  align-items: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* 左右两侧内容容器 */
.news_fenye > span:first-child,
.news_fenye > a:first-of-type {
  margin-right: auto; /* 上一篇内容靠左 */
  width: 370px;
}

.news_fenye > span:last-child,
.news_fenye > a:last-of-type {
  margin-left: auto; /* 下一篇内容靠右 */
}

/* 文字标签样式 */
.news_fenye span {
  color: #666;
  font-weight: 500;
  margin-right: 8px; /* 文字与链接之间的间距 */
      width: 300px;
}

/* 链接通用样式 */
.news_fenye .zdq {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 4px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
  max-width: 45%; /* 限制链接最大宽度，防止超长文本破坏布局 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 上一篇文章样式（左箭头） */
.news_fenye .zdq:first-of-type {
  padding-left: 24px;
  width: 100%;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBkPSJNMTIuNCA4LjFjLTAuMy0wLjMtMC44LTAuMy0xLjEgMEw1LjkgMTEuOWMtMC4zLTAuMy0wLjgtMC4zLTEuMSAwbDAuMCAwLjBjLTAuMyAwLjMtMC4zIDAuOCAwIDEuMUwxMS4zIDguMWMtMC4zIDAuMy0wLjMgMC44IDAgMS4xYzAuMyAwLjMgMC44IDAuMyAxLjEgMGw1LjUtNS41YzAuMy0wLjMgMC4zLTAuOCAwLTEuMVoiLz48L3N2Zz4=') left center no-repeat;
  background-size: 12px;
}

/* 下一篇文章样式（右箭头） */
.news_fenye .zdq:last-of-type {
  padding-right: 24px;
  width: 100%;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBkPSJNMy42IDguMWMwLjMtMC4zIDAuOC0wLjMgMS4xIDBsNS41IDUuNWMwLjMgMC4zIDAuMyAwLjggMCAxLjFjLTAuMyAwLjMtMC44IDAuMy0xLjEgMGwtNS41LTUuNWMtMC4zLTAuMy0wLjMtMC44IDAtMS4xWiIvPjwvc3ZnPg==') right center no-repeat;
  background-size: 12px;
}

/* 链接悬停状态 */
.news_fenye .zdq:hover {
  color: #A52A2A;
  background-color: #f8f9fa;
}

/* 小屏幕适配 */
@media (max-width: 768px) {
  .news_fenye {
    padding: 10px 0;
    font-size: 0.9rem;
  }
  
  .news_fenye .zdq {
    max-width: 40%; /* 小屏幕进一步缩小链接宽度 */
  }
}