.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.w1280 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/*新闻*/
.x-news {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.tabsz {
    display: flex;
    justify-content: center;
}

.tabsz li+li {
    margin-left: 20px;
}

.tabsz li a {
    width: 200px;
    display: block;
    color: #444444;
    font: 400 18px/56px"Microsoft yahei";
    border: 1px solid #e8e8e8;
    text-align: center;
}

.tabsz li:hover a {
    color: #fff;
    background-color: #003399;
    border: 1px solid #003399;
}

.tabsz_content {
    margin-top: 60px;
}

.ttsz {
    display: none;
}

.x-news-img {
    width: 545px;
    background-color: #ffffff;
    padding: 17px;
}

.x-news-img .text h3 a {
    display: block;
    color: #333333;
    font: 600 18px/52px"Microsoft yahei";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-img .text p {
    color: #999999;
    font: 400 15px/25px"Microsoft yahei";
}

.x-news-img .text .date {
    color: #999999;
    font: 400 14px/60px"Microsoft yahei";
    margin-bottom: 8px;
}

.x-news-img .img {
    overflow: hidden;
    height: 260px;
}

.x-news-img .img img {
    width: 100%;
    height: auto;
}

.x-news-right {
    width: 680px;
}

.x-news-right li+li {
    margin-top: 20px;
}

.x-news-right li .date {
    width: 100px;
    float: left;
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

.x-news-right li .date h4 {
    color: #454545;
    font: 600 48px/52px"Microsoft yahei";
}

.x-news-right li .date h5 {
    color: #666666;
    font: 400 16px/26px"Microsoft yahei";
}

.x-news-right li .text {
    width: 550px;
    float: right;
}

.x-news-right li .text h3 {
    color: #333333;
    font: 400 18px/26px"Microsoft yahei";
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-right li .text p {
    color: #888888;
    font: 400 15px/32px"Microsoft yahei";
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-right li .text .more {
    color: #888888;
    font: 400 14px/20px"Airal";
    position: relative;
    transition: all 0.8s;
}

.x-news-right li .text .more::before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #003399;
    transition: all 0.8s;
}

.x-news-right li:hover .date {
    background-color: #003399;
    color: #fff;
}

.x-news-right li:hover .date h4 {
    color: #fff;
}

.x-news-right li:hover .date h5 {
    color: #fff;
}

.x-news-right li:hover .text h3 {
    color: #003399;
    font-weight: 600;
}

.x-news-right li:hover .text .more {
    padding-left: 66px;
    transition: all 0.8s;
    color: #003399;
}

.x-news-right li:hover .text .more::before {
    width: 55px;
    transition: all 0.8s;
}
/* 产品中心 */

.product {
    background: url(../img/probg.png)no-repeat center;
    padding-top: 80px;
    padding-bottom: 90px;
}

.product .title {
    display: none;
}

.product .title h3 {
    color: #003399;
}

.product .title p {
    color: #003399;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.pro-tit {
    float: left;
    width: 10.42%;
    overflow: hidden;
}

.pro-tit img {
    max-width: 100%;
}

.pro-cfn {
    float: left;
    width: 16.67%;
}

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

.pro-cfn ul li:first-child {
    margin-top: 0;
}

.pro-cfn ul li a {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    align-items: center;
    max-width: 198px;
    border: solid 1px #ddd;
    padding-left: 40px;
    transition: all .5s ease;
}

.pro-cfn ul li a .pro-ico {
    max-height: 26px;
    max-width: 26px;
    overflow: hidden;
}

.pro-cfn ul li a .pro-ico img {
    max-width: 100%;
    transition: all .3s ease;
}

.pro-cfn ul li a h3 {
    font-size: 16px;
    line-height: 70px;
    color: #333;
    margin-left: 20px;
    transition: all 0s ease;
}

.pro-cfn ul li.cur {
    position: relative;
}

.pro-cfn ul li.cur a {
    background: #003399;
    border: solid 1px #003399;
    max-width: 100%;
}

.pro-cfn ul li.cur::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 72px;
    background: url(../img/im3.png)no-repeat center;
    top: 0;
    right: 25px;
}

.pro-cfn ul li.cur a h3 {
    color: #fff;
}

.pro-cfn ul li.cur a .pro-ico img {
    margin-top: -26px;
}

.pro-list {
    float: right;
    width: 58%;
    padding-top: 40px;
}

.pro-list ul li {
    display: none;
}

.pro-list ul li .pro-img {
    float: left;
    width: 60%;
}

.pro-list ul li .pro-img img {
    max-width: 100%;
}

.pro-list ul li .pro-text {
    float: left;
    width: 40%;
    margin-top: 85px;
    display: flex;
    justify-content: end;
}

.pro-list ul li .pro-text .pro-exp p {
    font-size: 24px;
    font-weight: bold;
    color: #003399;
}

.pro-list ul li .pro-text .pro-exp p:nth-child(2) {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    font-weight: 400;
    padding-top: 10px;
}

.pro-list ul li .pro-text a {
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
    border: solid 1px #003399;
    width: 108px;
    margin-top: 50px;
    transition: all .3s ease;
}

.pro-list ul li .pro-text a:hover {
    background-color: #003399;
    color: #fff;
}
/*主标题*/
.x-title {
    color: #333333;
    position: relative;
    font: 600 40px/58px"Microsoft yahei";
    margin-bottom: 40px;
}

.x-title h4 {
    position: absolute;
    color: rgba(182, 182, 182, 0.14);
    font: 600 80px/80px"Airal";
    text-transform: uppercase;
    text-align: center;
    left: 0;
    right: 0;
}

.x-title h3 {
    z-index: 999;
    color: inherit;
    font: 600 40px/80px"Microsoft yahei";
    text-align: center;
}

.x-title h3 span {
    color: #003399;
}

.x-title p {
    text-align: center;
    color: #666666;
    font: 400 18px/26px"Microsoft yahei";
}

@media (max-width: 1024px) {
    .x-title h3 {
        font-size: 20px;
    }

    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.x-title.white {
    color: #fff;
}

/*优势*/
.index-ys {
    padding: 60px 0 100px;
    background: url(//cdn.myxypt.com/58daf530/22/02/495d1bfb150d4ef308c062ea2c65a82929bdd004.jpg) no-repeat bottom right;
}

.index-ys .x-title h3 {
    font-size: 54px;
}

.index-ys .x-title p {
    color: #333333;
    font: 400 24px/46px"Microsoft yahei";
}

.tabz {
    height: 182px;
}

.tabz li {}

.tabz li .text {
    padding: 10px;
    background-color: #919291;
}

/*高品质追求*/
.box2 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.tabz {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.tabz li {
    float: left;
    width: 25%;
    display: block;
    /* background: #919291; */
    text-align: center;
    color: #666666;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.tabz li .img {
    background-color: rgba(255, 255, 255, .01);
    height: 88px;
    padding-top: 20px;
    opacity: 0.01;
}

.tabz li .text {
    padding: 23px;
}

.tabz li .text h3 {
    color: #ffffff;
    font: 600 20px/30px"Microsoft yahei";
}

.tabz li .text h4 {
    color: rgba(255, 255, 255, .5);
    font: 400 12px/20px"Airal";
    text-transform: uppercase;
}

.ttz li .img {
    position: relative;
    width: 628px;
}

.ttz li .img .imgbg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 620px;
    height: 370px;
    background-color: rgba(216, 23, 14, .5);
}

.ttz li .img img {
    position: relative;
    z-index: 9999;
    width: 620px;
    margin-top: 8px;
    margin-left: 8px;
}

.ttz li .text {
    width: 545px;
    text-align: left;
}

.ttz li .text h3 {
    color: #333333;
    font: 600 34px/60px"Microsoft yahei";
    position: relative;
    padding-bottom: 32px;
}

.ttz li .text h3::after {
    position: absolute;
    content: "";
    width: 68px;
    height: 6px;
    background-color: #003399;
    display: block;
    bottom: 0px;
}

.ttz li .text h3 span {
    display: block;
    text-transform: uppercase;
    color: #999999;
    font: 400 14px/20px"Airal";
}

.ttz li .text p {
    margin-top: 20px;
    color: #666666;
    font: 400 16px/34px"Microsoft yahei";
}

.ttz li .text a {
    display: block;
    width: 300px;
    height: 40px;
    color: #ffffff;
    font: 400 16px/40px"Microsoft yahei";
    background-color: #003399;
    margin-top: 40px;
    text-align: center;
}

.tabz li.cur .img {
    background-color: #003399;
    opacity: 1;
}

.tabz li.cur .text {
    background: url(//cdn.myxypt.com/58daf530/22/02/91c84da813d3aa611e5a44e491f6580bffdcb62f.png) no-repeat center 10px #003399;
}

.tabz li:hover,
.tabz li.cur {
    position: relative;
    color: #fff;
    cursor: pointer;
}

.tabz li:hover a,
.tabz li.cur a {
    color: #fff;
}

.ttz {
    display: none;
    margin-top: 30px;
}

.list1z {
    padding: 8px 10px;
}

.list1z li {
    position: relative;
    vertical-align: middle;
    float: left;
    margin-right: 26px;
    margin-bottom: 26px
}

.list1z li a.img {
    display: block
}

.list1z li a.img img {
    width: 376px;
    height: 270px;
}

.list1z li:nth-child(3n) {
    float: right;
    margin-right: 0px;
}

.dac {
    background: #03479c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 45px;
    height: 45px;
}

.list1z li h3 {
    color: #fff;
    font-size: 16px;
    float: left;
    font-weight: normal;
    margin-left: 5%;
}

.list1z li h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}

.list1z li:hover .dac {
    background: #b99562;
}

.mx {
    float: right;
    color: #fff;
    font-size: 16px;
    margin-right: 5%;
}

.mx a {
    color: #fff;
    font-size: 16px;
}

/*关于我们*/
.x-about {
    background: url(../img/about_bg.jpg) no-repeat top center;
    padding-top: 50px;
}

.x-about .x-title h4 {
    color: rgba(182, 182, 182, 0.14);
}

.x-about .x-title h3 {
    color: #fff;
}

.x-about .x-title p {
    color: #fff;
}

.x-about-box {
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
    background-color: #fff;
}

.x-about-left {
    width: 610px;
}

.x-about-left img {
    max-width: 100%;
}

.x-about-right {
    width: 560px;
}

.x-about-right p {
    color: #666666;
    font: 400 16px/32px"Microsoft yahei";
}

.x-about-more {
    margin-top: 30px;
}

.x-about-more a {
    display: block;
    float: left;
    color: #fff !important;
    width: 200px;
    font: 400 16px/55px"Microsoft yahei";
    background-color: #03479c;
    text-align: center;
}

.x-about-more a+a {
    background-color: #eeeeee;
    color: #666666 !important;
}

/*业务*/
.x-Business {
    padding: 100px 0;
}

.service-wrap {
    width: 1780px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.service-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s ease;
}

/* 遮罩 默认透明 */
.service-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.35s ease;
    z-index: 1;
}

.card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    transition: all 0.35s ease;
}

.card-icon {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: all 0.35s ease;
    margin-bottom: 16px;
}

.card-icon img {
    width: 56px;
    height: 56px;
    fill: #fff;
}

.card-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 14px;
}

.card-line {
    width: 70px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    transition: all 0.35s ease;
}

.card-desc,
.card-btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.35s ease;
}

.card-desc {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.7;
}

.card-btn {
    margin-top: 36px;
    padding: 6px 26px;
    background: #fff;
    color: #333;
    border-radius: 999px;
    display: inline-block;
    font-size: 16px;
}

/* hover状态：完全参考截图布局，内容垂直居中 */
.service-card:hover .card-text {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.service-card:hover::after {
    background-color: rgba(0, 0, 0, 0.55);
}

.service-card:hover .card-icon,
.service-card:hover .card-desc,
.service-card:hover .card-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.service-card:hover img {
    transform: scale(1.06);
}

/* ========== 响应式适配 ========== */
@media screen and (max-width:1440px) {
    .service-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-card {
        height: 460px;
    }
}

@media screen and (max-width:768px) {
    .service-wrap {
        grid-template-columns: 1fr;
    }

    .service-card {
        height: 420px;
    }

    .card-title {
        font-size: 24px;
    }

    .card-desc {
        font-size: 16px;
    }

    .card-btn {
        font-size: 16px;
        padding: 12px 36px;
    }
}

.x-Message {
    background: #F1F1F1;
    padding: 95px 0 60px;
}

.x-Message_box {
    background: #fff;
    border-radius: 12px;
    padding: 40px 150px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

/* 左侧表单区域 */
.form-box .title {
    font-size: 28px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 12px;
}

.form-box .subtitle {
    font-size: 15px;
    color: #666666;
    margin-bottom: 32px;
}

.form-item {
    margin-bottom: 22px;
}

.form-item label {
    display: block;
    font-size: 16px;
    color: #222;
    margin-bottom: 8px;
}

.form-item label .required {
    color: #e63946;
}

.form-item input,
.form-item textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
    color: #333;
    background: #fff;
    outline: none;
}

.form-item input::placeholder,
.form-item textarea::placeholder {
    color: #aaa;
}

.form-item textarea {
    min-height: 110px;
    resize: vertical;
}

.submit-btn {
    width: 100%;
    height: 52px;
    background-color: #003399;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #00287a;
}

/* 右侧联系信息蓝色板块 */
.info-box {
    background-color: #003399;
    border-radius: 8px;
    color: #ffffff;
    padding: 40px 32px;
}

.info-box h3 {
    font-size: 22px;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-item {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.info-item .icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-item .text p:first-child {
    font-size: 16px;
    opacity: 0.85;
    margin-bottom: 6px;
}

.info-item .text p:last-child {
    font-size: 16px;
}

/* 响应式适配 */
@media (max-width: 820px) {
    .x-Message_box {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .form-box .title {
        font-size: 24px;
    }

    .info-box {
        padding: 30px 24px;
    }
}

footer {
    background-color: #222222;
    color: #ffffff;
    padding: 50px 20px;
    text-align: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* 公司名称 */
.footer-company-name {
    font-size: 28px;
    margin-bottom: 36px;
}

/* 第一行信息：社会代码、地址、电话、邮箱 */
.footer-info-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    font-size: 16px;
    color: #eeeeee;
    margin-bottom: 40px;
}

.divider-line {
    width: 100%;
    height: 1px;
    background-color: #444444;
    margin: 0 auto 40px;
}

/* 版权行 */
.footer-copyright {
    font-size: 16px;
    color: #eeeeee;
    margin-bottom: 24px;
}

.footer-copyright a {
    color: #fff;
}

/* 链接行 */
.footer-links {
    font-size: 16px;
    color: #eeeeee;
}

.footer-links a {
    color: #eeeeee;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-links span {
    margin: 0 8px;
}

/* 响应式适配 */
@media (max-width:1024px) {
    .footer-company-name {
        font-size: 32px;
    }

    .footer-info-row,
    .footer-copyright,
    .footer-links {
        font-size: 18px;
        gap: 24px;
    }
}

@media (max-width:768px) {
    footer {
        padding: 32px 16px;
    }

    .footer-company-name {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .footer-info-row {
        flex-direction: column;
        gap: 14px;
        font-size: 16px;
        margin-bottom: 24px;
    }

    .divider-line {
        margin-bottom: 24px;
    }

    .footer-copyright,
    .footer-links {
        font-size: 16px;
    }
}

.banenr_pages {
    margin-top: 120px;
    width: 100%;
    position: relative;
}

.banenr_pages .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.banenr_pages .txt .w1720 {
    height: 100%;
    align-items: center;
}

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

.banenr_pages .txt h5 {
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    margin-bottom: 34px;
}

.banenr_pages .txt p {
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF
}

@media (max-width: 1024px) {
    .w1720 {
        padding: 0px 16px;
        box-sizing: border-box;
    }

    .banenr_pages .txt h5 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.public_botton_list {
    width: 100%;
    height: 66px;
    border-bottom: 1px solid #E5E5E5;
}

.public_botton_list .out {
    display: flex;
    align-items: center;
    height: 100%;
}

.public_botton_list .out a {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-right: 104px;
}

.public_botton_list .out a:last-child {
    margin-right: 0px;
}

.public_botton_list .out a.active,
.public_botton_list .out a:hover {
    color: #003399;
}

.digital {
    width: 100%;
}

.digital .out {
    width: 100%;
    padding: 43px 103px 46px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 3px solid #003399;
    align-items: center;
}

.digital .out i {
    width: 1px;
    height: 90px;
    background: #CFCFCF;
    display: block;
    transform: translateY(0.1rem);
}

.digital .out .box .tit {
    display: flex;
    align-items: end;
}

.digital .out .box .tit b {
    font-weight: bold;
    font-size: 54px;
    color: #003399;
    line-height: 60px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
    margin-right: 15px;
}

.digital .out .box .tit span {
    font-weight: 400;
    font-size: 26px;
    color: #003399;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

.digital .out .box span {
    font-weight: 400;
    font-size: 17px;
    color: #878787;
}
.About_Us {
    width: 100%;
    margin: 72px 0px 100px 0px;
}

.About_Us .out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.About_Us .out .left {
    width: 850px;
}

.About_Us .out .left h5 {
    font-weight: bold;
    font-size: 38px;
    color: #111111;
    margin-bottom: 34px;
}


.About_Us .out .left p,
.content {
    font-weight: 400;
    font-size: 18px;
    color: #828282;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.Page_p .content{
    margin-top: 60px;
}
.content img{
    max-width: 100%;
    height: auto;
}

.About_Us .out .right {
    
    position: relative;
    margin: 50px 0px 30px 30px;
}

.About_Us .out .right .img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    
}

.About_Us .out .right .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover ;
}

/*内页*/
.page_page{
    width: 100%;
    margin: 90px 0px 70px;
}

.Honor_pages .out {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.Honor_pages .out .box {
    padding: 10px;
    width: 25%;
    box-sizing: border-box;
}

.Honor_pages .out .box a {
    border: 1px solid #E2E2E2;
    display: block;
    padding: 10px 10px 26px;
    box-sizing: border-box;
        cursor: pointer;
}

.Honor_pages .out .box a .icon {
    margin-left: auto;
    width: max-content;
    display: block;
}

.Honor_pages .out .box a .icon img {
    height: 55px;
    display: block;
}

.Honor_pages .out .box a .img {
    width: 270px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 27px;
}

.Honor_pages .out .box a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    nav-down: auto;
}

.Honor_pages .out .box a span {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
    display: block;
}
.public_title {
    text-align: center;
}

.public_title h5 {
    font-weight: bold;
    font-size: 38px;
    color: #009800;
}

.public_title p {
    font-weight: 400;
    font-size: 16px;
    color: #828282;
    margin-top: 0.2rem;
    text-align: center;
}
.Team_pages .imglist_1{
    margin-top: 60px;
}
.imglist_1{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.imglist_1 .item{
    position: relative;
    overflow: hidden;
    color: #fff;
}
.imglist_1 .item .img{
    position: relative;
    overflow: hidden;
}
.imglist_1 .item .img span{
    position: absolute;
    background: url(../img/jiaa.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.3);
    top: 45%;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 10;
    overflow: hidden;
    transition: all 0.6s ease-in-out 0s;
}
.imglist_1 .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s ease;
}
.imglist_1 .item:hover .img span{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.imglist_1 .item:hover .img img{
    -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);
}
.imglist_1 .item p{color:#fff;background-color:#666666;cursor:pointer;border-radius:2px; padding:1%; text-align:center; font-size:14px;line-height:30px;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;  margin-top:12px; }
.imglist_1 .item:hover p{ background-color:#0056A8; }
.Case_pages .textlist_1{margin-top: 60px;}
.textlist_1{
	width: 100%;
	padding-bottom: 30px !important;
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* PC4列均分 */
	gap: 30px 24px; /* 上下间距30px，左右间距24px */
}
.textlist_1 .item {
	/* 不再需要float、flex相关 */
	transition: all 0.2s linear 0s;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	background: #fff;
	height: 471px;
}
.textlist_1 .item a {
	display: block;
	padding: 0;
	color: #333;
}
.textlist_1 .item .img {
	width: 100%;
	height: 281px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.textlist_1 .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out 0s;
	display: block;
}
.textlist_1 .item:hover .img img {
	transform: scale(1.1, 1.1);
}
.textlist_1 .item .txt {
	padding: 30px 40px 0;
}
.textlist_1 .item h3 {
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.textlist_1 .desc {
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
	padding-top: 10px;
}
.textlist_1 .sjdmor {
	display: block;
	color: #666;
	font-family: arial;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.textlist_1 .item:hover {
	-webkit-box-shadow: 0 15px 15px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.textlist_1 .item:hover h3 {
	color: #3fb150;
}
.case_title{font-size: 24px;
color: #333333;
text-align: center;
margin: 10px 0 22px;
font-weight: bold;}
.page_page .mark {
	color: #999999;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 20px;
	border-top: 1px dashed #e5e5e5;
	border-bottom: 1px dashed #e5e5e5;
}
.page_page .showContxt {
	color: #666666;
	padding: 0 0 30px;
	line-height: 30px;
}
.page_page .showContxt img {
	max-width: 100%;
}
.prve {
	width: 100%;
	height: 25px;
	border-top: 1px solid #d7d6d6;
	padding: 15px 0 40px;
	margin-top: 30px;
}
.prve p {
	width: 50%;
	line-height: 25px;
	color: #666;
}
.prve a {
	color: #666;
}
.prve a:hover {
	color: #003399;
}
.page-position {
    padding: 15px 0;
    font-size: 14px;
    color: #2f2f2f;
}

.page-position a {
    color: #2f2f2f;
}

.page-position a:hover {
    color: #d8170e;
}
.News_p{margin-bottom: 33px;}
.article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px dashed #ccc;
}
/* 前面红色三角 */
.article-list li a::before {
  content: "▶";
  color: #d82828;
  margin-right: 12px;
  font-size:14px;
}
.article-list li a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.article-list li a:hover {
  color: #d82828;
}
.article-list .date {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}

/* 响应式断点 */
@media screen and (max-width:1200px){
	.textlist_1{
		grid-template-columns: repeat(2, 1fr); /* 平板2列 */
	}
	.textlist_1 .item{
		height: auto;
	}
	.textlist_1 .item .img{
		height: 240px;
	}
}
@media screen and (max-width:768px){
	.textlist_1{
		grid-template-columns: repeat(1, 1fr); /* 手机1列 */
	}
	.textlist_1 .item{
		height: auto;
	}
	.textlist_1 .item .img{
		height: 220px;
	}
	.textlist_1 .item .txt{
		padding:20px 20px 0;
	}
}
/* 清除浮动可以删掉了，grid不需要 */

@media (max-width: 1024px) {
    .imglist_1 {
        grid-template-columns: 1fr;
    }
    .page_page{
        margin: 30px 0;
    }
    .Team_pages .imglist_1{
        margin-top: 30px;
    }
    .content{
        font-size: 14px;
        line-height: 26px;
    }
    .Page_p .content{
        margin-top: 20px;
    }
    .public_botton_list .out {
        flex-wrap: wrap;
    }
    .public_botton_list .out a {
        margin-right: 30px;
        font-size: 12px;
    }
    .digital .out {
        padding: 24px 0;
    }

    .digital .out .box .tit span {
        font-size: 16px;
    }
    .About_Us{margin: 10px 0;}
    .About_Us .out{
        flex-wrap: wrap;
        flex-direction: row;
    }
    .About_Us .out .right {
        width: 100%;
        height: auto;
        margin: 24px 0 30px;
    }
    .About_Us .out .right .img {
        border-radius: 16PX;
    }
    .About_Us .out .left {
        width: 100%;
        padding-top: 0px;
    }
    .About_Us .out .left h5{
        font-size: 28px;    
    }
    .About_Us .out .left p {
        font-size: 16px;
    }

    .Honor_pages .out {
        justify-content: space-between;
        margin-top: 20px;
    }
    .Honor_pages .out .box {
        width: 50%;
        margin-right: 0px;
    }
    .Honor_pages .out .box a .img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .Honor_pages .out .box a .icon img{
        height: 30px;
    }
    .Honor_pages .out .box a span{
        font-size: 14px;
    }
    .public_title h5{
        font-size: 24px;
    }
}