.captcha-container {
    right: -0.4rem;
}

.searchProlist {
    width: 100% !important;
}

.searchProlist .proList dl {
    width: 23.5%;
    margin-right: 2%;
}

.searchProlist .proList dl:nth-child(3n) {
    margin-right: 2%;
}

.searchProlist .proList dl:nth-child(4n) {
    margin-right: 0%;
}

.xsTable {
    font-size: 0.2rem;
}

.xsTable img {
    max-width: 60%;
}

.ne-banner {
    width: 100%;
    position: relative;
    padding-top: 1.05rem;
}

.ne-banner img {
    width: 100%;
    z-index: 1;
}

.ne-banner .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.8rem;
    color: #fff;
    padding: 0 1.6rem;
    display: flex;
    justify-content: center;
}

.ne-banner .text h1 {
    font-size: 0.38rem;
    line-height: 0.75rem;
}

/* 9-16 修改样式 */
.ne-banner .text .pos {
    font-size: 0.2rem;
    line-height: 0.5rem;
    padding-top: 0.8rem;
    position: absolute;
    right: 0.9rem;

}

.ne-banner .text .pos .paddS {
    display: inline-block;
    margin: 0 12px;
}

/* 9-16 修改样式 */
.ne-banner .text1 {
    width: 100%;
    color: #fff;
    position: absolute;
    text-align: center;
    top: 54%;
}

.ne-banner .text1 h1 {
    font-size: 0.48rem;
    line-height: 0.75rem;
}

.pc-banner {
    display: block;
}

.mo-banner {
    display: none;
}

/*  */
.ne-warp {
    width: 100%;
    padding: 0 1.15rem;
}

.ne-warp1 {
    width: 100%;
    padding: 0.85rem 0.9rem 1.2rem 0.9rem;
}

.noticeList li {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 0.45rem;
    position: relative;
}

.noticeList li:after {
    position: absolute;
    width: 0;
    left: 0;
    content: "";
    height: 1px;
    background: #0d67f8;
    transition-duration: .5s;
}

.noticeList li:hover:after {
    width: 100%;
}

.noticeList li a {
    display: flex;
    justify-content: space-between;
}

/* 9-18修改height */
.noticeList li p {
    height: 0.74rem;
    line-height: 0.74rem;
    padding-left: 0.52rem;
    position: relative;
    font-size: 0.25rem;
    color: #0d67f8;
}

/* 9-16修改font-size */
.noticeList li p:hover {
    color: #448bfd;
}

.noticeList li p:after {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    content: "";
    background: #0d67f8;
    top: 0.32rem;
    left: 7px;
}

.noticeList li span {
    display: inline-block;
    line-height: 0.74rem;
    font-size: 0.22rem;
    color: #21292f;
}

.page {
    margin: 0.5rem 0 0.8rem 0;
}

.proBox {
    width: 100%;
    background: #f6f6f6;
    position: relative;
    padding: 0 1.15rem 1.2rem 1.15rem;
}

.proSearch {
    width: 100%;
    background: #fff;
    height: 0.8rem;
    background: #fff;
    box-shadow: 0 5px 8px #d6d6d6;
    border-radius: 0.15rem;
    position: relative;
    top: -0.4rem;
    padding: 0.12rem 0.3rem 0.12rem 0.25rem;
    display: flex;
    justify-content: space-between;
}

.proSearch input {
    width: 90%;
    border: 1px solid #e5e7e9;
    outline: none;
    background: #fff;
    padding: 0 0.2rem;
    font-size: 0.2rem;
}

.proSearch .probtn {
    width: 9%;
    border-radius: 0.15rem;
    color: #fff;
    background: #0d67f8;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
}

.proSearch .probtn:hover {
    background: #004cc7;
}

.proSearch .probtn .iconfont {
    font-size: 0.3rem;
    margin-right: 5px;
}

.proSelectbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.leftNav {
    width: 3.82rem;
}

.leftNav h1 {
    line-height: 0.84rem;
    color: #21292f;
    font-size: 0.3rem;
}

.proListBox {
    width: calc(96% - 3.82rem);
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.proListBox .position {
    width: 100%;
    line-height: 0.66rem;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #777777;
}

.proListBox .position .iconfont {
    font-size: 0.3rem;
    margin-right: 10px;
    color: #d4d4d4;
}

/* 9-16 新增当前位置代码 */
.proListBox .position .colorS {
    color: #0d67f8;
}

.proListBox .position .paddingS {
    display: inline-block;
    margin: 0 12px;
}

/* 9-16 新增当前位置代码 */
.proListBox .proggw {
    width: 100%;
    margin-bottom: 0.4rem;
}

.proListBox .proggw img {
    display: block;
    width: 100%;
}

.proList:after {
    content: '';
    clear: both;
    display: block;

}

.proList dl {
    float: left;
    width: 32%;
    background: #fff;
    border-radius: 0.15rem;
    box-shadow: 0 0 10px #d3d3d3;
    margin-bottom: 0.44rem;
    padding: 0.25rem 0.3rem 0.37rem 0.3rem;
    cursor: pointer;
    margin-right: 2%;
}

.proList dl:nth-child(3n) {
    margin-right: 0;
}

/* 2025-9-15修改 */
.proList dl dt {
    width: 100%;
    display: flex;
    height: 4.1rem;
    justify-content: center;
    align-items: center;
}

.proList dl dt img {
    display: block;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
}

/* 2025-9-15修改 */

.proList dl:hover dt img {
    transform: scale(0.95);
}

.proList dl dd h1 {
    width: 100%;
    line-height: 0.56rem;
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.proList dl dd .more {
    width: 100%;
    display: inline-block;
    border-radius: 0.1rem;
    border: 1px solid #0d67f8;
    line-height: 0.6rem;
    color: #0d67f8;
    transition-duration: .5s;
    text-align: center;
    font-size: 0.22rem;
    margin-top: 5px;
}

.proList dl dd .more:hover {
    background: #0d67f8;
    color: #fff;
}

/* 筛选 */
.subNavBox {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.subNav {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 0.6rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
    background: #0d67f8;
    transition: all 0.3s ease;
    padding: 0 0.3rem;
    cursor: pointer;
    user-select: none;
    position: relative;
    height: 0.6rem;
    border-radius: 8px;
}

.subNav:after {
    width: 0.2rem;
    height: 0.2rem;
    content: '';
    font-size: 0.22rem;
    position: absolute;
    right: 0.3rem;
    transition: transform 0.3s;
    background: url(../images/up-jt.png)no-repeat center center;
}

.subNav.active:after {
    transform: rotate(180deg);
}

.subNav:hover {
    background: #0956d0;
    box-shadow: 0 4px 10px rgba(13, 103, 248, 0.3);
}

.subNav:nth-child(1) .iconfont {
    font-size: 0.32rem;
}

.subNav:nth-child(5) .iconfont {
    font-size: 0.3rem;
}

.subNav .iconfont {
    margin-right: 0.18rem;
    opacity: 0.9;
    font-weight: normal;
    font-size: 0.28rem;
}

.navContent {
    overflow: hidden;
    background: #fff;
    max-height: 500px;
    transition: max-height 0.5s ease, padding 0.3s ease;
    margin-bottom: 0.28rem;
    border-radius: 0 0 8px 8px;
}

.navContent.collapsed {
    max-height: 0;
    padding: 0 0.35rem;
    border-left: 3px solid transparent;
}

.options-container {
    width: 100%;
    padding: 0 0.35rem;
}

.option-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/* 9-17样式注释 */
/* 
.option-item:last-child {
    border-bottom: none;
} */
/* 9-17样式注释 */
.option-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}

.option-item input[type="checkbox"]:checked {
    background-color: #0d67f8;
    border-color: #0d67f8;
}

.option-item input[type="checkbox"]:checked:after {
    content: '\2713';
    position: absolute;
    color: white;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.option-item label {
    flex: 1;
    cursor: pointer;
    font-size: 0.2rem;
    color: #333;
    transition: color 0.2s;
}

.option-item:hover label {
    color: #0d67f8;
}

.select-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
}

.select-all,
.clear-all {
    background: #f1f5f9;
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.18rem;
    color: #4b5563;
    transition: all 0.2s;
}

.select-all:hover,
.clear-all:hover {
    background: #e2e8f0;
    color: #0d67f8;
}

.selected-count {
    font-size: 0.9rem;
    color: #0d67f8;
    font-weight: 500;
}

/* 筛选 */

/* 分页 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
    margin-bottom: 0.7rem;
    flex-wrap: wrap;
}

.page-btn,
.page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.47rem;
    height: 0.47rem;
    margin: 0 5px;
    border-radius: 8px;
    background: white;
    border: 1px solid #ddd;
    color: #0d67f8;
    font-size: 0.18rem;
    cursor: pointer;
    transition: all 0.3s;
}

.page-number:hover {
    background: #0d67f8;
    color: white;
    border-color: #0d67f8;
}

.page-btn:hover {
    background: #f5f7fa;
}

.page-btn.disabled {
    color: #bdc3c7;
    cursor: not-allowed;
}

.page-btn.disabled:hover {
    background: white;
}

.page-number.active {
    background: #0d67f8;
    color: white;
    border-color: #0d67f8;
    font-weight: 500;
}

.ellipsis {
    margin: 0 5px;
    color: #95a5a6;
}

.jump-to {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.jump-to input {
    width: 60px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 10px;
    margin: 0 10px;
    text-align: center;
    font-size: 0.18rem;
}

.jump-to input:focus {
    outline: none;
    border-color: #0d67f8;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.jump-btn {
    padding: 0 16px;
    background: #0d67f8;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
    outline: none;
    margin-left: 10px;
    line-height: 0.47rem;
    font-size: 0.18rem;
}

.jump-btn:hover {
    background: #0d67f8;
}

/* 分页 */

.prodetailBox {
    width: 100%;
    padding: 1.55rem 0.9rem 0.7rem 0.9rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.prodetailBox .left {
    width: 24%;
    padding-top: 0.4rem;
}

.prodetailBox .left .pTitle {
    margin-bottom: 0.35rem;
}

.prodetailBox .left .pTitle p {
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #000046;
    font-weight: bold;
}

/* 2025-9-16 修改宽度 */
.prodetailBox .center {
    width: 40%;
    padding: 0.2rem;
    position: relative;
    overflow: hidden;
    height: 7rem;
}

/* 2025-9-16 修改宽度 */
.prodetailBox .right {
    width: 29%;
    padding-top: 0.4rem;

}



.yearBox {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.yearBox ul {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;

}

.yearBox li {
    width: 48%;
    cursor: pointer;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    color: #333333;
    margin-right: 4%;
    text-align: center;
    transition-duration: .5s;
    position: relative;
    border: 1px solid #bcbcbc;
    border-radius: 0.15rem;
    margin-bottom: 0.15rem;
}

.yearBox li:nth-child(2n) {
    margin-right: 0;
}


.yearBox li:hover {
    color: #0d67f8;
    font-weight: bold;
}

.yearBox li.hover {
    color: #0d67f8;
    font-weight: bold;
    position: relative;
    border: 1px solid #0d67f8;
}

.priceList {
    padding-top: 0.1rem;
}

.priceList a {
    color: #fff;
}

/* 2025-9-15修改 */
.priceList h1 {
    width: 100%;
    text-align: center;
    line-height: 0.84rem;
    color: #0d67f8;
    font-size: 0.34rem;
    font-family: -webkit-pictograph;
}

/* 2025-9-15修改 */
.orderBtn {
    width: 100%;
    line-height: 0.66rem;
    background: #0d67f8;
    color: #fff;
    font-weight: bold;
    font-size: 0.26rem;
    display: inline-block;
    text-align: center;
    border-radius: 0.15rem;
}

.orderBtn:hover {
    color: #fff;
    background: #024ec9;
}

.proPic {
    overflow: hidden;
}

/* 2025-9-15修改 */
.prodetailBox .center .swiper-slide {
    height: 7rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prodetailBox .center .swiper-slide img {
    width: 100%;
    display: block;
    height: 100%;
}

/* 2025-9-15修改 */
/* 9-16新增样式 */
.prodetailBox .center .proPic {
    width: 76%;
    margin: 0 auto;
}

/* 9-16新增样式 */

.proPic .swiper-button-next {
    right: 0.4rem;
}

.proPic .swiper-button-prev {
    left: 0.4rem;
}

.proPic .swiper-button-next:after,
.proPic .swiper-button-prev:after {
    font-size: 0.34rem;
    font-weight: bold;
}

.proIntro {
    width: 100%;
    border-bottom: 2px solid #ebebeb;
    font-size: 0.2rem;
    line-height: 0.36rem;
    padding-bottom: 0.35rem;
}

.parameterBox {
    padding-top: 0.3rem;
}

.parameterBox h1 {
    line-height: 0.36rem;
    font-size: 0.24rem;
    color: #21292f;
}

.parameterBox .listBox li {
    width: 100%;
    border-radius: 0.1rem;
    background: #f4f4f5;
    line-height: 0.56rem;
    padding-left: 0.32rem;
    font-size: 0.2rem;
    color: #333333;
}

.parameterBox .listBox li:nth-child(2n) {
    background: #fff;
}

.changeYear {
    display: inline-block;
}

.recommend {
    width: 100%;
    height: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    background: url(../images/pro-bg.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 0 0.9rem;
}

.recommend h1 {
    font-size: 0.4rem;
}

.recommend .link {
    display: flex;
}

.recommend .link a {
    display: flex;
    margin-left: 0.2rem;
    border: 1px solid #fff;
    border: 1px solid #fff;
    color: #fff;
    line-height: 0.58rem;
    font-size: 0.22rem;
    padding: 0 0.35rem;
    border-radius: 0.15rem;
    justify-content: center;
    align-items: center;
}

.recommend .link .iconfont {
    font-size: 0.26rem;
    margin-left: 5px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 34px !important;
    font-weight: bold;
    color: #d2d2d2;
    transition-duration: .5s;
    color: #0d67f8;
}

.recPro {
    margin: 0 0 1.2rem 0;
    position: relative;
}

.ne-warp1 {
    background: #f6f6f6;
}

.recPro .hotProList .swiper-slide {
    background: #fff;
}

.recPro .swiper-button-prev {
    left: -15px;
}

.recPro .swiper-button-next {
    right: -15px;
}

.TermsBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1.2rem;
}

.TermsBox dl {
    width: 49%;
    background: #fff;
    border-radius: 0.15rem;
    padding: 0.35rem 0.25rem 0.5rem 0.25rem;
}

.TermsBox dl dt {
    line-height: 0.8rem;
    font-weight: bold;
    font-size: 0.38rem;
    color: #21292f;
    margin-bottom: 0.2rem;
}

.TermsBox dl dd {
    width: 100%;
    height: 2.7rem;
}

.TermsBox dl .more {
    display: inline-block;
    width: 2.25rem;
    line-height: 0.66rem;
    border-radius: 0.15rem;
    background: #0d67f8;
    color: #fff;
    font-size: 0.22rem;
    text-align: center;
    cursor: pointer;
}

.TermsBox dl .more:hover {
    background: #004ecb;
}

.TermsBox dl:nth-child(1) {
    background: url(../images/fw-icon.png)no-repeat 92% 40% #fff;
    background-size: 2.16rem 2.16rem;
}

.TermsBox dl:nth-child(1) dd {
    width: 65%;
}

.TermsBox dl:nth-child(1) dd .text {
    font-size: 0.2rem;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.fwtkBox {
    padding-top: 5px;
}

.textbox {
    font-size: 0.2rem;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}


.fwlist {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fwlist ul {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    border-bottom: 1px solid #dbdbdb;

}

.fwlist li {
    cursor: pointer;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
    transition-duration: .5s;
    position: relative;
    margin-right: 0.5rem;
}

.fwlist li:hover {
    color: #0d67f8;
    font-weight: bold;
}

.fwlist li.hover {
    color: #0d67f8;
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #0d67f8;
}

/* 9-8修改 */
.about-padd {
    width: 100%;
    padding-top: 1.05rem;
    position: relative;
    height: 100%;
}

/* 9-8修改 */

.about-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.about-banner img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    animation: run 12s linear infinite;
}

/* 9-8修改 */
.about-banner .dw {
    width: 100%;
    top: 20%;
    left: 0;
    position: absolute;
    z-index: 2;
    color: #fff;
    height: 100%;
}


.about-banner .dw .pText h1 {
    width: 100%;
    text-align: center;
    font-size: 0.46rem;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
}

.about-banner .dw .pText p {
    font-size: 0.22rem;
    line-height: 0.46rem;
    text-align: center;
}


.about-banner .dw .pText .p1 {
    font-weight: bold;
    font-size: 0.3rem;
    text-shadow: 0 0 10px #333;
}

/* 9-8修改 */
.contBox1 {
    width: 100%;
    height: 3rem;
    background: #000a50;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.6rem;
}

.gjpmBox {
    width: 100%;
    padding: 0.9rem 1.7rem;

}

.about-bit {
    width: 100%;
    text-align: center;
    font-size: 0.46rem;
    line-height: 1rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.gjpmPic {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bigPic {
    width: 48.5%;
}

.smallPic {
    width: 48.5%;
}

.smallPic ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.smallPic ul li {
    width: 47.2%;
    margin-bottom: 0.4rem;
    background: #000;
    cursor: pointer;
    border-radius: 0.15rem;
    border: 2px solid #fff;
    transition-duration: .5s;
}

.smallPic ul li img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.smallPic ul li:hover {
    border: 2px solid #0d67f8;
}

.smallPic ul li.hover {
    border: 2px solid #0d67f8;
}

.smallPic ul li.hover img,
.smallPic ul li:hover img {
    opacity: 0.5;
}

/* 9-7 */
.our-equipment {
    width: 100%;
    padding: 0 0.15rem 0 0.15rem;
    z-index: 1;
    position: relative;
    margin-bottom: 1.2rem;
}

/* 9-7 */

.equipmentBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.equipmentBox dl {
    width: 23.5%;
}

.equipmentBox dl dt {
    width: 100%;
    border-radius: 0.15rem;
    overflow: hidden;
    margin-bottom: 0.32rem;
    background: #000;
    cursor: pointer;
}

.equipmentBox dl dt:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.equipmentBox dl dt img,
.equipmentBox dl img {
    display: block;
    width: 100%;
    transition-duration: .5s;
    height: 100%;
}

.equipmentBox dl:nth-child(2) {
    width: 48.5%;
    border-radius: 0.15rem;
    overflow: hidden;
}

/* 2025-9-7 */
.equipmentBox dl dt:nth-child(2n) {
    margin-bottom: 0px;
}

/* 资质荣誉 */
.ryzzBox {
    position: relative;
    z-index: 2;
}

.zsImg {
    height: 4.2rem;
    position: relative;
    padding: 0.16rem;
}

.ryzzBox img {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    display: block;
    max-height: 100%;
}

.ryzzBox {
    width: 100%;
    position: relative;
}

.ryzzBox .swiper-scrollbar {
    height: 8px;
    background: #c9c9c9;
    width: 92%;
    left: 4%;
    bottom: 0.23rem;
    position: absolute;
}

.ryzzBox .swiper-button-next,
.ryzzBox .swiper-button-prev {
    background: #bbbbbb;
    bottom: 0rem;
    top: auto;
    margin-top: 0;
    height: 0.6rem;
    width: 0.6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ryzzBox .swiper-scrollbar-drag {
    background: #059d49;
}

.ryzzBox .swiper-button-prev {
    left: 0;
}

.ryzzBox .swiper-button-next i,
.ryzzBox .swiper-button-prev i {
    font-size: 0.1rem;
    color: #fff;
}

.ryzzBox .swiper-button-next {
    right: 0;
}

.ryzzBox .swiper-button-prev i {
    transform: rotate(180deg);
    display: block;
}

.ryzzBox .swiper-button-next:hover,
.ryzzBox .swiper-button-prev:hover {
    background: #089e48;
}

.ryzzBox .swiper-container {
    padding: 0.2rem 0 1.8rem;
}

.ryzzBox .swiper-slide .text {
    width: 100%;
    text-align: center;
    display: none;
    width: 100%;
    padding-top: 0.1rem;
    font-size: 0.22rem;
    color: #333333;
    line-height: 1.2;
}

.ryzzBox .swiper-slide-active .text {
    display: block;
}

.zzryBg {
    position: relative;
}

.zzryBg:after {
    width: 100%;
    height: 38%;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(#d9d9d9, #dbdbdb, #e5e5e5, #f2f2f2, #f7f7f7);
}

/* 2025-9-15修改背景图片 */
.contactBox {
    width: 100%;
    background: url(../images/faq-bg1.jpg)no-repeat;
    background-size: cover;
    padding: 1rem 1.55rem 1.2rem 1.55rem;
    color: #fff;
}

/* 2025-9-15修改背景图片 */

.contactBox h1 {
    line-height: 0.84rem;
    text-align: center;
    font-size: 0.46rem;
}



#next-btn img {
    transform: rotate(180deg);
}

.contList {
    width: 100%;
    padding: 0.25rem 1.25rem 0.65rem 1.25rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.contList dl {
    width: 26%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.contList dl:nth-child(2) {
    width: 35%;
}

.contList dl dt {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #0d67f8;
    margin-right: 10px;
}

.contList dl dt .iconfont {
    font-size: 0.28rem;
}

.contList dl:nth-child(2) dt .iconfont {
    font-size: 0.24rem;
}


.contList dl dd {
    font-size: 0.22rem;
    line-height: 0.28rem;
}

/* 9-19新增样式 */
.contList dl dd a {
    color: #fff;

}

.contFaq dl dd input::placeholder {
    color: #fff;
    opacity: 1;
}

/* 9-19新增样式 */
.contFaq {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

.contFaq dl {
    width: 30%;
    margin-bottom: 0.2rem;
}

.contFaq dl dt {
    width: 100%;
    line-height: 0.38rem;
    font-size: 0.22rem;
    padding-left: 5px;
    padding-bottom: 3px;
}

.contFaq dl dd input,
.contFaq dl dd select {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0.1rem;
    height: 0.64rem;
    line-height: 0.64rem;
    outline: none;
    padding: 0 0.2rem;
    font-size: 0.2rem;
    background: none;
    color: #fff;
}

/* 9-18 新增select 自定义样式 */
.contFaq dl dd .select {
    width: 100%;
    position: relative;
}

.contFaq dl dd select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contFaq dl dd .select::after {
    content: "";
    position: absolute;
    top: 0.17rem;
    right: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/select-icon2.png) no-repeat center center;

}


/* 9-17 child(4)改成(10) */
.contFaq dl:nth-child(10) {
    width: 100%;
    margin-bottom: 0.2rem;
}

/* 9-17 新增样式 */
.contFaq dl dd select option {
    color: #333;
}

.contFaq dl dd textarea {
    width: 100%;
    height: 1.05rem;
    border: 1px solid #fff;
    border-radius: 0.1rem;
    line-height: 0.64rem;
    outline: none;
    padding: 0 0.2rem;
    font-size: 0.2rem;
    background: none;
    color: #fff;
}

.contFaq dl:nth-child(5) dd {
    display: flex;
    justify-content: left;
}

.contFaq dl.formLast {
    width: 40%;
}

.contFaq dl .aboutFormg {
    display: flex;
    align-items: center;
}

.contFaq dl .aboutFormg dd {
    display: block;
}

.contFaq .captcha-container {
    position: relative;
    right: 0;
    padding-left: 15px;
}

.cont-more {
    width: 3.8rem;
    background: #fff;
    height: 0.58rem;
    line-height: 0.58rem;
    text-align: center;
    font-size: 0.26rem;
    color: #0d67f8;
    position: relative;
    right: 0;
    bottom: -0.32rem;
    display: inline-table;
    border-radius: 0.1rem;
    font-weight: bold;
}

.NfaqList ul {
    width: 100%;
    padding: 0.75rem 0;
}

.NfaqList li {
    width: 100%;
    margin-bottom: 0.3rem;
    border: 1px solid #91969b;
    position: relative;
    padding: 0 0.25rem;
    border-radius: 0.1rem;
    cursor: pointer;
}

.NfaqList li .bit {
    width: 100%;
    line-height: 0.66rem;
    color: #0d67f8;
    font-size: 0.25rem;
}

.NfaqList li .pText {
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: #333333;
    display: none;
    padding-bottom: 0.15rem;
}



.NfwtkBox {
    width: 100%;
    padding: 0.7rem 0 1.2rem 0;
}

.NfwtkBox .zbit {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.54rem;
    margin-bottom: 0.3rem;
}

.NfwtkBox .pText {
    font-size: 0.22rem;
    line-height: 0.36rem;
    padding-bottom: 0.4rem;
}

.NfwtkBox .pText span {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 8px;
    background: #b3b3b3;
}

.serList li {
    padding-left: 20px;
    position: relative;
    font-size: 0.22rem;
    line-height: 0.36rem;
    padding-bottom: 0.4rem;
}

.serList li span {
    display: inline-block;
    font-weight: bold;
}

.serList li:after {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    position: absolute;
    content: "";
    border-radius: 100%;
    background: #0d67f8;
    left: 0;
    top: 0.14rem;
}

/*  */
.news-padd {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
}

.detailBit {
    width: 100%;
    border-bottom: 1px solid #003380;
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
}

.detailBit h1 {
    line-height: 0.7rem;
    font-size: 0.35rem;
    color: #114088;
}

.detailTime {
    display: flex;
    justify-content: space-between;
}

/* 2025-9-15修改 */
.detailTime .t {
    line-height: 0.44rem;
    color: #132b8d;
    font-size: 0.18rem;
}

/* 2025-9-15修改 */
.detailtext {
    width: 100%;
    padding-bottom: 0.3rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
}

.detailtext img {
    display: inline-block;
    max-width: 100%;
}

/*  */
.ipartBox {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    top: 100vh;
    background: #fff;
}

#video1 {
    border-radius: 0.15rem;
}


/* 9-8新增 */

.full-screen {
    height: 100vh;
    background: #000;
    position: relative;
    overflow: hidden;
}

.jbdw {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
    position: absolute;
    left: 0;
    top: 0;
}

.aboutimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    background-size: 100% 100%;
    z-index: 1;
}

.aboutBigpic img {
    width: 100%;
    height: auto;
    display: block;
    transform-origin: center top;
    transform: scale(1);
    will-change: transform;
    max-width: none;
    border-radius: 0.2rem;
}

/* 9-8新增 */
.mt-30 {
    margin-top: 30px;
}

/* 9-16 新增 */
.number::after {
    content: attr(data-formatted);
}

.view-more-btn {
    display: block;
    text-align: right;
    padding: 10px 0.35rem;
    color: #0d67f8;
    cursor: pointer;
    font-size: 0.2rem;
}

/* 9-18 新增样式 */
.noticeList {
    position: initial;
}

.news-padd .captcha-container {
    right: -0.56rem;
}


/* .noticeList .cl1 {
    color: #0d67f8;
} */

@media only screen and (max-width: 1450px) {
    .index .f1 .video {
        top: 70px;
    }

    .news-padd .captcha-container {
        right: -1rem;
    }

    .news-padd .captcha-container button {
        width: 125px;
        line-height: 36px;
        font-size: 14px;
    }

    .captcha-container {
        right: -0.8rem;
    }

    .proBox {

        padding: 0 0.9rem 1.2rem 0.9rem;
    }
}

@media only screen and (max-width: 1366px) {
    .index .f1 .video {
        top: 90px;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 760px) {
    .proBox {
        padding: 0 10px 30px 10px;
    }

    .leftNav {
        width: 100%;
    }

    .subNav {
        line-height: 40px;
        font-size: 16px;
        height: 40px;
        font-weight: normal;
    }

    .proListBox {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .proSearch {
        top: 0;
        margin-top: 10px;
    }

    .option-item label {
        font-size: 14px;
    }

    .proList dl {
        width: 48%;
        margin-bottom: 10px;
    }

    .proList dl dd .more {
        font-size: 14px;
    }

    .proList dl dd h1 {
        line-height: 28px;
        font-size: 16px;
    }

    .page-btn,
    .page-number {
        width: 34px;
        height: 34px;
        margin: 0 5px;
        font-size: 14px;
    }

    .jump-btn {
        line-height: 32px;
        font-size: 14px;
    }

    .jump-to {
        margin-left: 0;
        margin-top: 10px;
        font-size: 14px;
    }

    .jump-to input {
        width: 40px;
        height: 34px;
        font-size: 15px;
    }

    .prodetailBox {
        padding: 60px 10px 0.7rem 10px;
    }

    .yearBox li {
        width: 31.3%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-right: 2%;
    }

    .yearBox li:nth-child(2n) {
        margin-right: 2%;
    }

    .orderBtn {
        width: 40%;
        line-height: 36px;
        font-size: 16px;
        margin-right: 5px;
    }

    .prodetailBox .center {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .prodetailBox .right {
        width: 100%;
        padding-top: 0px;
    }

    .proIntro {
        font-size: 14px;
        line-height: 28px;
    }

    .parameterBox h1 {
        line-height: 40px;
        font-size: 20px;
    }

    .parameterBox .listBox li {
        line-height: 40px;
        font-size: 14px;
    }

    .recommend {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .recommend .link {
        width: 100%;
    }

    .recommend .link a {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        line-height: 40px;
        font-size: 14px;
    }

    .recommend h1 {
        width: 100%;
        font-size: 0.4rem;
        text-align: center;
        margin-bottom: 10px;
    }

    .recommend .link .iconfont {
        font-size: 24px;
        margin-right: 5px;
    }

    .ne-warp1 {
        width: 100%;
        padding: 30px 15px;
    }

    .TermsBox dl {
        width: 100%;
        padding: 25px 10px;
        margin-bottom: 20px;
    }

    .TermsBox dl:nth-child(1) dd .text,
    .textbox {
        font-size: 14px;
        line-height: 26px;
    }

    .TermsBox dl .more {
        line-height: 42px;
        font-size: 14px;
    }

    .fwlist li {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin-right: 20px;
        font-weight: bold;
    }

    .fwlist li:nth-child(2) {
        margin-right: 0;
    }

    .TermsBox dl dd {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }

    .hotProList .swiper-slide .pic {
        height: 260px;
    }

    .prodetailBox .left {
        width: 100%;
    }

    .ne-warp {
        width: 100%;
        padding: 0 10px 30px 10px;
    }

    .NfwtkBox .zbit {
        font-size: 20px;
        font-weight: bold;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .NfwtkBox .pText,
    .serList li {
        font-size: 16px;
        line-height: 28px;
    }

    .about-banner {
        height: 400px;
    }

    .about-banner img {
        height: 300px;
    }

    .about-banner .dw {
        top: 0;
        padding: 50px 10px;
    }

    .contBox1 {
        height: 2rem;
        font-size: 0.3rem;
        padding: 0 10px;
    }

    .gjpmBox {
        width: 100%;
        padding: 10px 10px 0px 10px;
    }

    .bigPic {
        width: 100%;
    }

    .smallPic {
        width: 100%;
    }

    .smallPic ul li {
        width: 23.2%;
    }

    .equipmentBox dl {
        width: 100%;
    }

    .equipmentBox dl dt {
        width: 48%;
    }

    .equipmentBox dl {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .equipmentBox dl:nth-child(2) {
        width: 100%;
    }

    .equipmentBox dl:nth-child(2) dt {
        width: 100%;
    }

    .contactBox {
        padding: 40px 10px;
    }

    .contList {
        width: 100%;
        padding: 20px 10px;
    }

    .contList dl {
        width: 100%;
        margin-bottom: 10px;
    }

    .contList dl:nth-child(2) {
        width: 100%;
    }

    .contList dl dd {
        font-size: 16px;
        line-height: 26px;
    }

    .contList dl:nth-child(2) dt .iconfont {
        font-size: 24px;
    }

    .contList dl dt .iconfont {
        font-size: 26px;
    }

    .contFaq dl {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .contFaq dl dt {
        width: 100%;
        line-height: 30px;
        font-size: 16px;
    }

    .cont-more {
        width: 100%;
        line-height: 42px;
        font-size: 17px;
    }

    .ryzzBox .swiper-container {
        padding: 0.2rem 0 1rem;
    }

    .ryzzBox .swiper-slide .text {
        font-size: 16px;
    }

    .equipmentBox dl dt:nth-child(2n) {
        margin-bottom: 0px;
    }

    .equipmentBox dl dt:nth-child(2n) {
        margin-bottom: 0.32rem;
    }

    .aboutBigpic {
        display: none;
    }

    .mo-banner {
        display: block;
    }

    .full-screen {
        height: auto;
    }

    .middle {
        margin-bottom: 0.32rem;
    }

    .xsTable {
        font-size: 14px;
    }

    .xsTable img {
        max-width: 90%;
    }

    .proSearch .probtn {
        width: 30%;
        font-size: 16px;
    }

    .proSearch input {
        width: 65%;
    }

    .proSearch .probtn .iconfont {
        font-size: 21px;
    }

    .proListBox .position {
        font-size: 14px;
        line-height: 42px;
    }

    .proList dl dt {
        height: 184px;
    }

    .prodetailBox .center .swiper-slide {
        height: 260px;
    }

    .TermsBox dl:nth-child(1) dd {
        width: 100%;
    }

    .TermsBox dl:nth-child(1) {
        background: none;
    }

    .pc-banner {
        display: none;
    }

    .mo-banner {
        display: block;
    }

    .ne-banner .text {
        bottom: 15%;
        text-align: center;
        padding: 0 0.6rem;
    }

    .ne-banner .text .pos {
        font-size: 14px;
        bottom: -30px;
    }

    .noticeList {
        margin-top: 15px;
    }

    .noticeList li {
        padding: 8px 0;
    }

    .noticeList li a {
        flex-wrap: wrap;
    }

    .noticeList li p {
        height: auto;
        width: 100%;
        font-size: 14px;
        line-height: 28px;
        padding-left: 9px;
    }

    .noticeList li span {
        font-size: 14px;
        padding-left: 0;
        line-height: 28px;
    }

    .about-banner .dw .pText h1 {
        font-size: 0.48rem;
        line-height: inherit;
    }

    .contFaq dl.formLast {
        width: 100%;
    }

    /* 9-29样式修改 */
    .contFaq .captcha-container {
        width: 60%;
        margin-top: 0;
    }

    /* .full-screen,.pin-spacer{height: 350px !important;} */
    /* 9-17新增响应样式 */
    .contFaq dl dd input,
    .contFaq dl dd select {
        font-size: 16px;
        height: 38px;
        line-height: 38px;
    }

    .contFaq dl dd textarea {
        height: 120px;
    }

    /* 9-18新增 */
    .ne-banner .text1 h1,
    .leftNav h1 {
        font-size: 20px;
    }

    .leftNav h1 {
        margin: 5px 0;
    }

    .proListBox .proggw {
        display: none;
    }

    .proList dl:nth-child(3n) {
        margin-right: 2%;
    }

    .proList dl dd h1 {
        font-size: 14px;
        font-weight: normal;
    }

    .prodetailBox .left .pTitle p,
    .recommend h1,
    .TermsBox dl dt {
        font-size: 20px;
    }

    .priceList {
        display: flex;
        margin-top: 15px;
    }

    /* 9-19修改样式 */
    .priceList h1 {
        font-size: 30px;
        line-height: 36px;
        font-family: 'syhtL';
        text-align: left;
    }

    .prodetailBox .center .swiper-slide img {
        width: 180px;
        height: 240px;
    }

    .proPic .swiper-button-next:after,
    .proPic .swiper-button-prev:after,
    .recPro .swiper-button-next:after,
    .recPro .swiper-button-prev:after {
        font-size: 23px !important;

    }

    .hotProList .swiper-slide .pic img {
        width: 180px;
        height: 240px;
    }

    .hotProList .swiper-slide .more {
        font-size: 14px;
    }

    .recPro .swiper-button-next {
        right: 0;
    }

    .recPro .swiper-button-prev {
        left: 0;
    }

    .recPro {
        margin: 0 0 10px 0;
    }

    .TermsBox {
        padding-bottom: 20px;
    }

    .indexFaq {
        margin-bottom: 0px;
    }

    .noticeList li p:after {
        width: 5px;
        height: 5px;
        top: 11px;
        left: 0px;
    }

    .noticeList li .time {
        padding-left: 13px;
    }

    .detailBit h1 {
        line-height: 24px;
        font-size: 17px;
        padding: 10px 0;
    }

    .detailTime .t {
        font-size: 14px;
    }

    .detailtext {
        font-size: 14px;
        line-height: 24px;
    }

    .ne-banner .text .pos {
        display: none;
    }

    .detailtext img {
        height: auto !important;
        margin: 10px 0;
    }

    .detailtext {
        width: 86%;
        margin: 0 auto;
    }

    .news-padd .faqList dl:last-child dd {
        width: calc(100% - 30%);
    }

    .news-padd .captcha-container {
        right: 0;
    }

    .about-banner .dw .pText p {
        font-size: 15px;
    }

    .about-bit {
        font-size: 20px;
    }

    .our-equipment {
        margin-bottom: 30px;
    }

    .contBox1 {
        font-size: 18px;
        font-weight: bold;
        height: auto;
        padding: 20px 0;
    }

    /* 9-19新增 */
    .searchProlist .proList dl {
        width: 48%;
        margin-right: 2%;
    }

    .captcha-container {
        right: 0;
    }

    .news-padd .faqList dl:last-child dd {
        width: 45%;
    }
}