
@font-face {
    font-family: 'YouSheBiaoTiHei';  /* 自定义字体名称 */
    src: url('fonts/youshebiaotihei.TTF');  /* 引入 TTF 字体文件 */
    font-weight: normal;
    font-style: normal;
  }
  

a {
    text-decoration: none;
    color: inherit;
}

.carousel-item {
    position: relative;
}

/* 轮播图一内容 */
.bannernoe {
    position: absolute;
    top: 20%;
    width: 80%;
    height: auto;
    left: 10%;
}
.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.banner_img {
    width: 100%;
    height: auto;
}

.banner_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.banner_content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    color: white;
    text-align: center;
}

.banner_content img {

    max-width: 790px;
    width: 60%;
    height: auto;
    object-fit: contain;
}
.bannernoe_title {
    width: 100%;
    height: auto;
    color: white;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    text-shadow: 10px 10px 14px rgba(0, 0, 0, .2);
    max-width: 280px;
    margin: 0 auto;
}

.bannernoe_subtitle {
    width: 100%;
    height: auto;
    text-align: center;
    color: white;
    margin-top: 20px;
}

.bannernoe_bq {
    display: none;
}

/* 轮播图二 */
.bannertwo {
    position: absolute;
    top: 30%;
    width: 80%;
    height: auto;
    left: 10%;
}

.bannertwo_title {
    width: 100%;
    color: white;
    font-size: 37px;
    line-height: 40px;
    text-align: center;
    height: auto;
    text-shadow: 10px 10px 14px rgba(0, 0, 0, .2);
    max-width: 290px;
    margin: 0 auto;
}

.bannertwo_subtitle {
    display: none;
}

/* 轮播图三 */
.bannerthree {
    position: absolute;
    top: 20%;
    width: 90%;
    height: auto;
    left: 5%;
}

.bannerthree_title {
    width: 100%;
    height: auto;
    text-align: center;
    text-shadow: 10px 10px 14px rgba(0, 0, 0, .2);
    font-size: 42px;
    color: white;
}

.bannerthree_subtitle {
    width: 90%;
    margin: 0 auto;
    color: white;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
}

/* 轮播图左右箭头 */
#bannerqiehuan_left,
#bannerqiehuan_right {
    display: none;
}

/* 核心产品 */
.hxcp_title {
    width: 100%;
    height: 50px;
    position: relative;
}

.hxcp_title_1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 0;
    position: absolute;
    color: #dcdddd;
    font-size: 13px;
    font-weight: 700;
}

.hxcp_title_2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 0;
    font-size: 18px;
    position: absolute;
    font-weight: 700;
    color: #d71518;
}
.hxcp_title_3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 25px;
    font-size: 16px;
    position: absolute;
    font-weight: 700;
}

.hxcp_title_2 span {
    border-bottom: 3px solid #d71518;
}

.hxcp_kuang {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.hxcp_daohang {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-position: center;
    background-image: url(../upload/core-product-main-list-bg.png);
}

.hxcp_daohang_kuang {
    width: 100%;
    height: 100%;
    display: flex;
}

.hxcp_daohang_dg {
    height: 100%;
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hxcp_daohang_dg img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.hxcp_daohang_dg_title {
    width: 100%;
    height: 30px;
    text-align: center;
    color: white;
}

.hxcp_neirong {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: rgb(232, 236, 235);

}

#hxcp_neirong1,
#hxcp_neirong2,
#hxcp_neirong3,
#hxcp_neirong4 {
    width: 100%;
    height: auto;
    display: none;
}

#hxcp_daohang_1:hover,
#hxcp_daohang_2:hover,
#hxcp_daohang_3:hover,
#hxcp_daohang_4:hover {
    background-color: #d71518;
}

.hxcp_neirong1_title {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 700;
}

.hxcp_neirong1_title span {
    color: #d71518;
    font-weight: 500;
}

.hxcp_neirong1_subtitle {
    width: 95%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}

.hxcp_neirong1_content {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.hxcp_neirong1_content ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.hxcp_neirong1_content ul li {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
}

.hxcp_neirong1_content ul li img {
    width: 40px;
    height: 40px;
}

.neirong1ulli_title {
    font-size: 14px;
    font-weight: 700;
}

.neirong1ulli_subtitle {
    font-size: 12px;
    color: #646464;
}

.neirong1_chakan {
    background-color: #d71518;
    border-color: #d71518;
    width: 102px;
    height: 28px;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
}

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

.shujvhao {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    text-align: center;
    line-height: normal;
    padding-bottom: 30px;
}

.shujvhao_kuang {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
}

.shujvhao_title {
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 36px;
    padding-top: 18px;
    font-weight: 700;
}

.shujvhao_title span {
    border-bottom: 5px solid #d71518;
}

.shujvhao_subtitle {
    font-size: 18px;
    font-weight: 700;
}

.shujvhao_content {
    width: 80%;
    max-width: 290px;
    height: auto;
    margin: 20px auto;
    font-size: 12px;
    text-align: left;
}

.shujvhao_content ul {
    width: 100%;
    height: auto;
}

.shujvhao_content ul li {
    margin-top: 10px;
}

.shujvhao_subcontent_title {
    font-size: 18px;
    font-weight: 700;
}

.shujvhao_subcontent_imgs {
    width: 90%;
    height: auto;
    display: flex;
    margin: 10px auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.shujvhao_subcontent_imgdg {
    width: 33.333333%;
    height: auto;
    margin-top: 15px;
}

.shujvhao_subcontent_imgdg img {
    width: 60%;
    height: auto;
    object-fit: contain;
}

.shujvhao_subcontent_imgdg div {
    font-size: 12px;
    text-align: center;
}

.fuwushang {
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fuwushang_dange {
    width: 47%;
    height: auto;
    margin-top: 15px;
    position: relative;
}

.fuwushang_dange img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.fuwushang_dange_bottom {
    height: 110px;
    background-color: #e8eceb;
    border-radius: 10px;
    margin-top: -10px;
    padding-top: 10px;
}

.fuwushang_name {
    width: 98%;
    margin: 0 auto;
    height: auto;
    margin-top: 10px;
    position: relative;
    font-size: 14px;
}

.fuwushang_name span {
    margin-left: 5%;
}

.fuwushang_xq {
    background-color: #d71518;
    position: absolute;
    padding: 2px 6px;
    border-radius: 20px;
    line-height: 18px;
    font-size: 12px;
    bottom: 13px;
    right: 15px;
    font-weight: 400;
}

.fuwushang_xq a {
    color: #fff;
}

.khxs {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

#khxs_left {
    width: 30px;
    height: auto;
    object-fit: contain;
}

#khxs_right {
    width: 30px;
    height: auto;
    object-fit: contain;
}

.khxs_kuang {
    width: 75%;
    height: 260px;
    max-width: 1170px;
    /* border: 1px solid #d71518; */
    overflow: hidden;
}

.khxs_kuang ul {
    width: auto;
    height: 100%;
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    display: flex;
}

.khxs_kuang ul li {
    width: 260px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.khxs_li {
    width: 98%;
    height: 98%;
    border: 1px solid #d71518;
    border-radius: 15px;
}

.khxs_li_title {
    width: 90%;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 10px auto;
    white-space: nowrap;
    /* 防止文字换行 */
    overflow: hidden;
    /* 隐藏超出容器的文字 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.khxs_li_name {
    width: 90%;
    height: auto;
    font-size: 16px;
    text-align: right;
    white-space: nowrap;
    /* 防止文字换行 */
    overflow: hidden;
    /* 隐藏超出容器的文字 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.khxs_li_content {
    width: 90%;
    height: auto;
    margin: 18px auto;
    font-size: 16px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    /* 控制显示行数 */
}

.quanqiu {
    width: 100%;
    height: auto;
    background-image: url(../upload/customers-bg.jpg);
    padding-top: 10px;
    padding-bottom: 20px;
    background-position: 50%;
    background-size: cover;
}

.quanqiu_kuang {
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.quanqiu_kuang_dange {
    width: 45%;
    height: auto;
    margin-top: 15px;
}

.quanqiu_kuang_dange img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.quanqiu_kuang_dange div {
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    margin-top: 8px;
}

.news {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.news_dange {
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.news_item {
    margin-top: 10px;
    width: 100%;
    height: auto;
    line-height: 5px;
    font-size: 15px;
    text-align: center;
    color: #494949;
    font-weight: 700;
}

.news_item span {
    font-size: 12px;
}

.news_title {
    width: 100%;
    height: auto;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
    margin: 6px auto;
}

.news_title a {
    color: #000;
}

.news_content {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.news_ckgd {
    width: 85%;
    margin: 15px auto;
    height: 28px;
    position: relative;
}

.news_ckgd_kuang {
    width: 100px;
    height: 28px;
    background-color: #d71518;
    border-radius: 3px;
    position: absolute;
    right: 0;
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 28px;
}

.shujvhao_gengduo_box {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shujvhao_gengduo {
    width: 90px;
    height: 40px;
    background-color: rgb(215, 20, 24);
    line-height: 40px;
    color: white;
}

.zong_meitibaodao_kuang {
    width: 100%;
    height: auto;
}

.meitibaodao_kuang {
    width: 100%;
    height: auto;
    min-height: 300px;
    background-image: url(../upload/media-coverage.jpg);
    background-position: 50%;
    background-size: cover;
    padding-top: 10px;
}

.meitibaodao_title {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
}

.meitibaodao_title span {
    border-bottom: 2px solid #d71518;
}

.meitibaodao_img_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.meitibaodao_item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meitibaodao_item img {
    margin: -7px;
    transform: scale(.42);
}
.ftReady{
    width: 100%;
    height: 260px;
    background-image: url(../upload/footerBg.jpg);
    background-position: 50%;
    background-size: cover;
    padding: 20px 10px;

}
.ftReady_titele{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 30px;
    color: white;
    margin-bottom: 10px;
}
.ftReady_content{
    width: 80%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    color: white;
}
.ftReadybutt_box{
    width: 80%;
    margin: 20px auto;
    height: auto;
}
.ftReady_red{
    width: 180px;
    background-color: #d71518;
    border-color: #d71518;
    height: 40px;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
}
.ftReady_red a{
    color: white;
}
.ftReady_button{
    width: 180px;
    background-color: white;
    border-color: white;
    height: 40px;
    border-radius: 4px;
    margin: 10px auto;
    text-align: center;
    line-height: 35px;
}
#dianhua{
    cursor: pointer
}
.mapbg{
    width: 100%;
    height: auto;
    background-image: url(../upload/mapbg.jpg);
    background-position: 50%;
    background-size: cover;  
    padding: 20px 0 !important;
}
.zhineng_qunqiubox{
    width: 100%;
    height: auto;
    background-image: url(../images/zhinengbeijing.png);
}
.ssgj_wenzi{
    width: 80%;
    height: auto;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    max-width: 1170px;
}
.zhineng1_box{
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
    max-width: 1170px;
    margin: 0 auto;
}
.zhineng-button-container {
    display: flex;
    justify-content: space-around;
    padding: 10px;
  }

  .zhineng-tab-button {
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease;
    background-color: rgb(244, 244, 245);
    border: 1px solid white;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
  }

  .zhineng-tab-button.zhineng-active {
    background-color: #c00;
    color: white;
  }

  .zhineng-content-container {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .zhineng-tab-content {
    display: none;
  }

  .zhineng-tab-content.zhineng-active {
    display: block;
    width: 90%;
    margin: 0 auto;
    background-color: white;
    padding: 10px 10px;
    padding: 20px 0;
  }

  .zhineng-arrow-container {
    display: flex;
    justify-content: space-between;
    margin: 20px;
  }

  .zhineng-arrow-left,
  .zhineng-arrow-right {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
  }
  .zhineng-arrow-left img,
  .zhineng-arrow-right img{
    width:100%;  
    object-fit: contain;
  }
  .zhineng1_conbox{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .zhineng1_con{
    width: 45%;
    height: 100%;
  }
  .zhineng1_con img{
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .zhineng1_con_title{
    font-size: 18px;
    color: rgb(204, 0, 0);
    font-family: 'YouSheBiaoTiHei'
  }
  .zhineng1_con_subtitle{
    padding-top: 10px;
    font-size: 14px;
  }
  .zhineng1_con_content{
    display: none;
  }
  .zhineng_zhinengbox{
    width: 100%;
    height: auto;
  }
  .zhineng1_xiaoshoubox{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 1170px;
    align-items: center;
  }
  .chanpinxiaoshou{
    width: 100%;
    background-image: url(../images/zhinengbeij2.png);
    height: auto;
    padding: 20px 0;
  }

@media (min-width:768px) {
    .banner_content {
        color: #fff;
        line-height: 55px;
        font-size: 34px;text-align: left;
    }
    /* 图一内容 */
    .bannernoe {
        top: 30%;
    }
    .zhineng1_conbox{
        padding: 30px 0;
    }
    .zhineng1_con_title{
        width: 100%;
        font-size: 40px;
    }
    .zhineng1_con_subtitle{
        width: 100%;
        font-size: 24px;
        padding-bottom: 20px;
        font-weight: 700;
    }
    .ssgj_wenzi{
        width: 100%;
        font-size: 24px;
    }
    .zhineng1_con_content{
        display: block;
        font-size: 18px;
        padding-bottom: 20px;
    }
    .zhineng1_con{
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        width: 46%;
    }
    .zhineng-tab-button{
        font-size: 24px;
        padding: 8px 20px;
        font-weight: 400;
        min-width: 20%;
        max-width: 20%;
    }
    .bannernoe_title {
        width: 80%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        max-width: 100%;
    }

    /* 图二内容 */
    .bannertwo {
        top: 30%;
    }
    .zhineng-button-container{
        width: 80%;
        padding: 20px 0;
        margin: 0 auto;
    }
    .bannertwo_title {
        width: 85%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        max-width: 100%;
    }

    .bannertwo_subtitle {
        display: block;
        color: white;
        width: 80%;
        margin: 30px auto;
        text-align: center;
    }
    .banner_content {
        top: 40%;
    }
    /* 图三内容 */
    .bannerthree {
        top: 30%;
    }

    .bannerthree_subtitle {
        margin-top: 30px;
    }

    .hxcp_title {
        margin-top: 40px;
        height: 80px;
        line-height: 80px;
    }

    .hxcp_title_1 {
        font-size: 20px;
    }

    .hxcp_title {
        margin-bottom: 10px;
    }

    .hxcp_title_2 {
        font-size: 30px;
        color: #d71518;
    }
    .hxcp_title_3 {
        font-size: 26px;
        top: 50px;
    }


    .hxcp_title_2 span {
        border-bottom: 5px solid #d71518;
        ;
    }

    .hxcp_neirong1_content ul li {
        width: 50%;
        margin-top: 10px;
    }

    .hxcp_neirong1_title {
        width: 90%;
        margin: 0 auto;
        font-size: 26px;
        font-weight: 700;
    }

    .hxcp_neirong1_title span {
        color: #d71518;
        font-weight: 500;
        font-size: 18px;
    }

    .hxcp_neirong1_subtitle {
        width: 90%;
        margin: 0 auto;
        font-size: 18px;
    }

    .hxcp_neirong1_content ul li img {
        width: 55px;
        height: 55px;
    }

    .neirong1ulli_title {
        font-size: 20px;
    }

    .neirong1ulli_subtitle {
        font-size: 13px;
    }

    .shujvhao_title {
        line-height: 30px;
        font-size: 30px;
        padding-top: 40px;
    }

    .shujvhao_subtitle {
        margin-top: 30px;
        font-size: 28px;
    }

    .shujvhao_content {
        max-width: 450px;
        font-size: 18px;
    }

    .shujvhao_subcontent_title {
        font-size: 28px;
    }

    .shujvhao_subcontent_imgs {
        margin-top: 20px;
    }

    .shujvhao_subcontent_imgdg {
        width: 20%;
    }

    .shujvhao_subcontent_imgdg img {
        width: 75%;
    }

    .shujvhao_subcontent_imgdg div {
        font-size: 16px;
    }

    .fuwushang_dange {
        width: 23%;
    }

    .fuwushang_name {
        font-size: 16px;
    }

    .quanqiu_kuang div {
        font-size: 13px;
    }
    .ftReady{
        height: 320px;
        padding-top: 73px;
    }
    .ftReady_titele{
        max-width: 1170px;
        margin: 0 auto;
        text-align: left;
        font-size: 30px;
        font-size: 600;
    }
    .ftReady_content{
        max-width: 1170px;
        margin: 0 auto;
        font-size: 18px;
        padding-top: 28px;
    }
    .ftReadybutt_box{
        padding-top: 30px;
        max-width: 1170px;
    }
    .ftReady_red{
        float:left;
        width: 90px;
    }
    .ftReady_button{
        float:left;
        margin-top: 0;
        margin-left: 20px;
    }
}

@media (min-width:1024px) {
    .zong_meitibaodao_kuang {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .meitibaodao_kuang {
        height: 300px;
        display: flex;
        max-width: 1170px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .meitibaodao_title{
        width: 10%;
        height: 100%;
        writing-mode:vertical-rl;
        font-size: 40px;
    }
    .meitibaodao_title span {
        border-right: 2px solid #d71518;
        border-bottom: 0px solid #d71518;
    }
    .meitibaodao_item img{
        transform: scale(.72);
    margin: 16px auto;
    }
    .meitibaodao_img_box{
        width: 80%;
        flex-wrap: wrap;
    }
    .meitibaodao_item{
        width: 20%;
    }
    .shujvhao_gengduo {
        width: 128px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    #khxs_left {
        width: 60px;
        height: auto;
        object-fit: contain;
    }

    #khxs_right {
        width: 60px;
        height: auto;
        object-fit: contain;
    }

    .hxcp_title_1 {
        font-size: 28px;
    }

    .hxcp_title_2 {
        font-size: 40px;
    }

    .fuwushang {
        max-width: 1170px;
        margin: 0 auto;
    }

    #carouselExampleIndicators {
        margin-top: 0px;
    }

    /* 轮播箭头 */
    #bannerqiehuan_left,
    #bannerqiehuan_right {
        display: block;
    }

    .bannernoe {
        top: 30%;
    }

    .bannernoe_title {
        width: 86%;
        font-size: 60px;
    }

    .bannernoe_subtitle {
        font-size: 26px;
    }

    .bannertwo {
        top: 30%;
    }

    .bannertwo_title {
        width: 100%;
        font-size: 60px;
    }

    .bannertwo_subtitle {
        font-size: 26px;
    }

    .bannerthree {
        top: 30%;
    }

    .bannerthree_title {
        width: 100%;
        font-size: 60px;
    }

    .bannerthree_subtitle {
        font-size: 26px;
    }

    .hxcp_kuang {
        width: 100%;
        max-width: 1170px;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 50px;
    }

    .hxcp_daohang {
        width: 320px;
        height: 100%;
    }

    #hxcp_neirong1,
    #hxcp_neirong2,
    #hxcp_neirong3,
    #hxcp_neirong4 {
        margin-top: 30px;
    }

    .hxcp_daohang_kuang {
        height: 360px;
        flex-wrap: wrap;
    }

    .hxcp_daohang_dg {
        width: 320px;
        flex-wrap: nowrap;
        height: 90px;
        align-items: center;
        justify-content: center;
        border: 1px solid white;
    }

    .hxcp_daohang_dg_title {
        width: 45%;
        font-size: 24px;
    }

    .neirong1_chakan {
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-left: 3%;
    }

    .shujvhao_kuang {
        max-width: 1170px;
    }

    .shujvhao_title {
        font-size: 40px;
    }

    .shujvhao_subtitle {
        font-size: 33px;
    }

    .shujvhao_content {
        max-width: 580px;
    }

    .shujvhao_content ul li {
        font-size: 24px;
    }

    .shujvhao_subcontent_imgdg img {
        width: 55%;
    }

    .shujvhao_subcontent_imgdg div {
        font-size: 20px;
    }

    .shujvhao_subcontent_imgs {
        width: 100%;
    }

    .fuwushang_xq:hover {
        background-color: #fff;
        border: 1px solid #d71518;
    }

    .fuwushang_xq:hover a {
        color: #d71518;
    }

    .khxs_kuang {
        height: 337px;
    }

    .khxs_li_title {
        font-size: 24px;
    }

    .khxs_li_name {
        font-size: 18px;
        font-weight: 700;
    }

    .khxs_li_content {
        width: 90%;
        height: auto;
        margin: 18px auto;
        font-size: 16px;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 9;
        /* 控制显示行数 */
    }

    .quanqiu {
        padding-bottom: 150px;
    }

    .quanqiu_kuang {
        max-width: 1170px;
    }

    .quanqiu_kuang_dange {
        width: 16%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 35px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .quanqiu_kuang_dange img {
        max-height: 90px;
        object-fit: contain;
    }

    .quanqiu_kuang_dange div {
        width: 100%;
        text-align: center;
        white-space: nowrap;
    }

    .news {
        width: 90%;
        margin: 0 auto;
        max-width: 1170px;
    }

    .news_dange {
        margin-top: 50px;
    }

    .news_item {
        text-align: left;
        font-size: 17px;
    }

    .news_title {
        text-align: left;
        font-size: 19px;
    }

    .news_title:hover a {
        color: #d21920;
    }

    .news_content {
        text-align: left;
        font-size: 15px;
    }
}

@media (min-width:1350px) {
    .hxcp_daohang_dg_title {
        line-height: 30px;
        font-size: 24px;
    }

    .hxcp_neirong1_title {
        font-size: 32px;
        line-height: 30px;
    }

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

    .hxcp_neirong1_subtitle {
        font-size: 20px;
    }

    .hxcp_neirong1_content ul {
        width: 95%;
        margin: 0 auto;
    }

    .hxcp_neirong1_content ul li {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .shujvhao_kuang {
        padding-top: 31px;
    }

    .shujvhao_subtitle {
        margin-top: 31px;
    }

    .shujvhao_subcontent_title {
        margin-top: 30px;
    }
    .zhineng-content-container{
        position: relative;
        padding: 30px 0;
    }
    .zhineng-tab-content.zhineng-active{
        width: 100%;
    }
    .zhineng-arrow-left{
        position: absolute;
        left: -60px;
    }
    .zhineng-arrow-right{
        position: absolute;
        right: -60px;
    }
}   