@charset "utf-8";


table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

a:active,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}


.l {
    float: left;
}

.r {
    float: right;
}

img {
    border: none;
}

.clear {
    clear: both;
}

@font-face {
    font-family: 'alibabphm';
    src: url('../fonts/AlibabaPuHuiTi-3-65-Medium.otf') format('truetype');
}

@font-face {
    font-family: 'syhsscre';
    src: url('../fonts/SourceHanSansSC-Regular.otf') format('truetype');
}
@font-face {
    font-family: 'syhsscmed';
    src: url('../fonts/SourceHanSansSC-Medium.otf') format('truetype');
}


body {
    font-family: "Source Han Sans CN", "思源黑体 CN", sans-serif;
    font-weight: 400;
    font-family: 'syhcnr';
}

.tra_s_2 {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.mains {
    width: 1200px;
    margin: 0 auto;
}


/* in-banner */
.in-banner {
    width: 100%;
    font-size: 0;
    position: relative;
}

.in-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* in-banner end */
/* in-body */
.in-body {
    background-color: #eeeff4;
}

.pos {
    width: 100%;
    background-color: #ffffff;
}

/* in-body end */
.pos-container {
    padding: 16px 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.in-son-con {
    display: flex;
    margin: 10px auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

.in-son {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.in-son li {
    padding: 3px 25px;
    font-size: 18px;
    line-height: 2.0;
    color: #000000;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    font-family: 'syhsscre';
}

.in-son li.on {
    background-color: #2b5aad;
    color: #ffffff;
    border-color: #2b5aad;
}

.in-son li:hover {
    color: #2b5aad;
    border-color: #2b5aad;
}

.in-son li.on:hover {
    color: #ffffff;
}

.in-pos {
    font-size: 16px;
    line-height: 2.0;
    color: #404040;
    font-family: 'syhsscre';
    padding-left: 25px;
    background: url('../images/home.png') no-repeat left center;
    background-size: 16px 16px;
}

.in-pos a {
    color: #404040;
}


/* 报告查询 */
/* 页面特有样式 */
.report-page {
    padding: 60px 0;
    background-color: #f6faff;
    min-height: calc(100vh - 200px);
}

.report-container {
    margin: 0 auto;
}

.in-section-header {
    text-align: left;
    margin-bottom: 40px;
}

.in-section-header h2 {
    font-size: 42px;
    line-height: 1.5;
    color: #000000;
    font-weight: normal;
    font-family: 'alibabphm';
    letter-spacing: 1px;
}

.in-section-header p {
    font-size: 16px;
    color: #575757;
}

.report-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.report-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 38px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.report-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.report-icon {
    width: 120px;
    height: 115px;
    margin: 0 auto 20px;
}

.report-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.report-type {
    text-align: center;
    margin: 30px 0 10px 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    color: #000000;
}

.report-title {
    width: 78%;
    margin: 0 auto;
    font-size: 24px;
    color: #404040;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-btn {
    display: inline-block;
    padding: 2px 50px;
    margin-top: 50px;
    background-color: #e5f1ff;
    color: #3368c6;
    border: 1px solid #3368c6;
    border-radius: 30px;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-family: 'syhsscre';
}

.view-btn:hover {
    background-color: #0093d1;
    color: #fff;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 50px auto;
}
.pagination ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.pagination li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e0e0e0;
    /* background-color: #fff; */
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    transition: all 0.2s ease;
    border-radius: 18px;
}

.pagination li:hover:not(.active) {
    border-color: #0093d1;
    color: #0093d1;
}

.pagination li.active {
    background-color: #f5a623;
    border-color: #f5a623;
    color: #fff;
}

.pagination .prev-btn,
.pagination .next-btn {
    width: auto;
    padding: 0 16px;
}

/* 响应式适配 */
@media (max-width: 1200px) {
    .report-container {
        width: 1000px;
    }

    .report-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1000px) {
    .report-container {
        width: 73%;
    }

    .report-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .report-grid {
        grid-template-columns: 1fr;
    }
}

/* 报告查询 end */
/* in-title */
.in-title {
    text-align: center;
    margin-bottom: 40px;
}

.in-title h2 {
    /*font-size: 42px;*/
    /*line-height: 1.8;*/
    /*font-family: 'syhsscre';*/
    /*color: #000000;*/
    /*font-weight: 600;*/
    /*letter-spacing: 2px;*/
    font-size: 42px;
    line-height: 1.5;
    color: #000000;
    font-weight: normal;
    font-family: 'alibabphm';
    letter-spacing: 1px;
    position: relative;
    text-align: center;
}

.in-title p {
    font-size: 16px;
    color: #575757;
}

/* in-title end */
/* 新闻资讯 */
.news-list-page {
    background-color: #f6faff;
}

.news-container {
    margin: 0 auto;
}

.news-item {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 20px;
    align-items: center;
    gap: 40px;
    transition: all 0.3s ease;
}

.news-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.news-content {
    flex: 1;
    margin-right: 250px;
}

.news-date {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.news-title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
}

.news-item:hover .news-title {
    color: #ec7700;
}

.news-excerpt {
    font-size: 16px;
    color: #404040;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.news-image {
    width: 400px;
    height: 220px;
    overflow: hidden;
    border-radius: 4px;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
    transform: scale(1.05);
}

.view-more-btn {
    display: inline-block;
    padding: 6px 60px 3px 34px;
    margin-top: 40px;
    border: 1px solid #dcdcdc;
    color: #666;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    background: url(../images/in_news_more1.png) 122px center no-repeat;
    background-size: 7px 13px;
}

.news-item:hover .view-more-btn {
    background-image: url(../images/in_news_more2.png);
    background-color: #ec7700;
    border-color: #ec7700;
    color: #ffffff;
}


/* 响应式适配 */
@media (max-width: 1200px) {
    .news-container {
        width: 1000px;
    }

    .news-image {
        width: 350px;
    }
}

@media (max-width: 1000px) {
    .news-container {
        width: 73%;
    }

    .news-item {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .news-image {
        width: 100%;
        height: 200px;
    }
}

/* 新闻资讯 end */

/* 解决方案 */
/* 页面特有样式 */
.service-grid-page {
    padding: 0;
    min-height: calc(100vh - 200px);
}

.service-container {
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 32px;
    font-family: 'alibabaphsem', sans-serif;
    color: #333;
    margin-bottom: 10px;
}

.section-header p {
    font-size: 16px;
    color: #666;
}

.service-grid-page .service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.service-grid-page .service-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.service-grid-page .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}


.service-grid-page .service-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.service-grid-page .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-grid-page .service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-grid-page .service-info {
    padding: 16px;
    position: relative;
}

.service-grid-page .service-card:hover .service-info:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background-color: #ec7700;
}

.service-grid-page .service-title {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-grid-page .service-desc {
    font-size: 14px;
    color: #404040;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 响应式适配 */
@media (max-width: 1200px) {
    .service-grid-page .service-container {
        width: 1000px;
    }

    .service-grid-page .service-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1000px) {
    .service-grid-page .service-container {
        width: 73%;
    }

    .service-grid-page .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .service-grid-page .service-grid {
        grid-template-columns: 1fr;
    }
}

/* 解决方案 end */

/* 联系我们 */
.contact-page {
    background-color: #fff;
}

.contact-container {
    margin: 0 auto;
}

.contact-header {
    margin-bottom: 40px;
}

.contact-header h2 {
    margin-bottom: 12px;
    font-size: 42px;
    line-height: 1.5;
    color: #000000;
    font-weight: normal;
    font-family: 'alibabphm';
    letter-spacing: 1px;
    position: relative;
}

.contact-header p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.contact-info {
    display: flex;
    background-color: #f7f9fa;
    border-radius: 8px;
    padding: 40px 60px;
    gap: 40px;
}

.contact-item {
    flex: 1;
    text-align: left;
}

.contact-item2 {
    flex: 2;
}

.contact-icon {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 24px;
    color: #fff;
}

.contact-icon img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    margin-right: 15px;
}

.contact-label {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
    display: block;
    line-height: 1.6;
}

.contact-label h5 {
    font-size: 22px;
    color: #000000;
    font-family: 'syhsscre';
    font-weight: normal;
}

.contact-label span {
    font-size: 16px;
    color: #636464;
    display: block;
}

.contact-value {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}

.contact-value p {
    font-size: 26px;
    font-family: 'syhsscre';
    color: #000000;
    text-decoration: none;
}

.contact-value a:hover {
    color: #0093d1;
}

.contact-value-info {
    font-size: 22px;
    line-height: 1.8;
    font-family: 'syhsscre';
    color: #000000;
}
.contact-value-info li{
    display: flex;
}
.contact-value-info li span{
    white-space:nowrap;
}

/* 响应式适配 */
@media (max-width: 1200px) {
    .contact-container {
        width: 1000px;
    }
}

@media (max-width: 1000px) {
    .contact-container {
        width: 73%;
    }

    .contact-info {
        flex-direction: column;
        gap: 20px;
    }
}

.container-lx {
    margin-top: 0px;
    padding-top: 15px;
}

/* message-main */
.message-container {
    padding: 60px 80px;
    margin: 25px auto;
    background-color: #f7f9fa;
    border-radius: 8px;
}

.message-container .in_title {
    margin-bottom: 40px;
}

.message-container .message-main {
    width:80%;
    margin:0 auto;
    margin-top: 40px;
}

.message-container .message-main form {
    width: 100%;
    margin: 0;
}

.message-container .message-main form .message-con {
    width: 100%;
}

.message-container .message-main form .message-con .message-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.message-container .message-main form .message-con .message-form2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.message-container .message-main form .message-con .message-form3 {
    width: 100%;
    display: block;
}

.message-container .message-main form .message-con .form-item {
    width: 48.3%;
}

.message-container .message-main form .message-con .item-label {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
}

.message-container .message-main form .message-con .item-label img {
    width: 7px;
    margin-right: 7px;
}

.message-container .message-main form .message-con .message-form input {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 15px;
    line-height: 46px;
    margin-bottom: 25px;
    border: 1px solid #e5e6e6;
    border-radius: 3px;
}

.message-container .message-main form .message-con .message-form2 input {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 15px;
    line-height: 46px;
    margin-bottom: 25px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
}

.message-container .message-main form .message-con .message-form2 .form-item {
    width: 49%;
}

.message-container .message-main form .message-con input:focus {
    outline: none;
}

.message-container .message-form input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #818181;
}

.message-container .message-form input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #818181;
}

.message-container .message-form input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #818181;
}

.message-container .message-form input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #818181;
}

.message-container .message-form textarea {
    width: 96%;
    height: 150px;
    padding: 22px 2%;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    font-size: 15px;
}

.message-container .message-form textarea:focus {
    outline: none;
}

.message-container .submit-btn {
    cursor: pointer;
    margin-top: 50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 52px;
    background: #ec7700;
    padding: 0 80px;
    border: none;
    border-radius: 25px;
    letter-spacing: 2px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.message-container .submit-btn:hover {
    transform: translate(0, -6px);
}

/* message-main end */

/* 联系我们 end */
/* 服务范围 */
.service-detail-page {
    padding: 20px 0;
    background-color: #fff;
}

.service-detail-page .service-detail-container {
    margin: 0 auto;
}

.service-detail-page .page-title {
    font-size: 32px;
    margin-bottom: 40px;
    
    font-size: 42px;
    line-height: 1.5;
    color: #000000;
    font-weight: normal;
    font-family: 'alibabphm';
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    
}

.service-detail-page .service-tabs {
    display: flex;
    flex-wrap:wrap;
    /*justify-content: space-between;*/
    gap: 25px;
    margin-bottom: 20px;
}

.service-detail-page .service-tab {
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 4px 20px;
    /*border-bottom: 3px solid transparent;*/
    transition: all 0.3s ease;
    background: #f5f5f5;
    border-radius: 25px;
}

.service-detail-page .service-tab.active {
    color: #ffffff;
    background-color: #2b5aad;
    font-weight: 500;
}

.service-detail-page .service-tab.active:hover {
    color: #ffffff;
}

.service-detail-page .service-tab:hover {
    color: #004c9c;
}

.service-detail-page .service-content-wrapper {
    position: relative;
    min-height: 400px;
}

.service-detail-page .service-content {
    display: none;
    flex: 1;
    gap: 60px;
    align-items: center;
    position: absolute;
    width: 100%;
    margin-top: 20px;
}

.service-detail-page .service-content.active {
    display: flex;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-detail-page .service-text {
    flex: 1;
}

.service-detail-page .service-text h2 {
    font-size: 28px;
    color: #2a368a;
    font-family: 'syhsscmed', sans-serif;
}

.service-detail-page .service-text h3 {
    font-size: 20px;
    color: #333;
    margin: 15px 0 5px;
    font-weight: bold;
}

.service-detail-page .service-text p {
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
}

.service-detail-page .service-image {
    width: 600px;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-detail-page .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 响应式适配 */
@media (max-width: 1440px) {
    .service-detail-container {
        width: 1200px;
    }
}

@media (max-width: 1200px) {
    .service-detail-container {
        width: 1000px;
    }

    .service-content {
        gap: 40px;
    }

    .service-detail-page .service-image {
        width: 500px;
    }
}

@media (max-width: 1000px) {
    .service-detail-container {
        width: 73%;
    }

    .service-detail-page .service-content {
        flex-direction: column;
        text-align: center;
    }

    .service-detail-page .service-image {
        width: 100%;
        margin-top: 30px;
    }

    .service-tabs {
        gap: 20px;
        flex-wrap: wrap;
    }

    .service-detail-page .service-tab {
        font-size: 16px;
    }
}

/* 服务范围 end */

/* 特点 */
.calibration-features-page {
    padding: 0;
}

.calibration-container {
    margin: 0 auto;
}

.features-card {
    border-radius: 8px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    background: url(../images/tedian_bg.jpg) center no-repeat;
    background-size: 100% 100%;
}


.features-card h2 {
    font-size: 26px;
    color: #333;
    margin-bottom: 10px;
    padding-left: 30px;
    font-family: 'syhsscmed', sans-serif;
}

.feature-item {
    margin-bottom: 24px;
    display: flex;
    gap: 12px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 10px;
    position: relative;
}

.feature-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    background: url(../images/quan.png) center no-repeat;
    background-size: 100% 100%;
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 18px;
    color: #f9740e;
    font-weight: normal;
    margin-bottom: 8px;
    font-family: 'syhsscre';
}

.feature-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* 响应式适配 */
@media (max-width: 1200px) {
    .calibration-container {
        width: 1000px;
    }
}

@media (max-width: 1000px) {
    .calibration-container {
        width: 73%;
    }

    .features-card {
        padding: 30px 20px;
    }
}

/* 特点 end */
/* 技术 */
.calibration-tech-page {
    padding: 40px 0;
    background: url(../images/jishu_bg.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}


.calibration-tech-page .page-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'syhsscmed', sans-serif;
}

.calibration-tech-page .tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 38px;
}

.calibration-tech-page .tech-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 36px 120px 36px;
    background: url(../images/jishu_icon1.png) 90% 92% no-repeat #ffffff;
    background-size: 88px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.calibration-tech-page .tech-card:nth-child(2) {
    background: url(../images/jishu_icon2.png) 90% 92% no-repeat #ffffff;
}

.calibration-tech-page .tech-card:nth-child(3) {
    background: url(../images/jishu_icon3.png) 90% 92% no-repeat #ffffff;
}

.calibration-tech-page .tech-card:nth-child(4) {
    background: url(../images/jishu_icon4.png) 90% 92% no-repeat #ffffff;
}

.calibration-tech-page .tech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.calibration-tech-page .tech-card h3 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 16px;
    font-weight: bold;
    font-family: 'syhsscre';
    letter-spacing: 1px;
}

.calibration-tech-page .tech-card p {
    font-size: 16px;
    color: #404040;
    line-height: 2.0;
    margin-bottom: 24px;
}

.calibration-tech-page .tech-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: rgba(0, 76, 156, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #004c9c;
}

/* 响应式适配 */
@media (max-width: 1200px) {
    .calibration-tech-page .tech-container {
        width: 1000px;
    }
}

@media (max-width: 1000px) {
    .calibration-tech-page .tech-container {
        width: 73%;
    }

    .calibration-tech-page .tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .calibration-tech-page .tech-grid {
        grid-template-columns: 1fr;
    }
}

/* 技术 end */

/* 监测现场 */
.site-showcase-page {
    padding: 20px 0;
    background-color: #fff;
}

.site-showcase-page .showcase-container {
    margin: 0 auto;
}

.site-showcase-page .showcase-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.site-showcase-page .showcase-title {
    font-size: 26px;
    color: #333;
    font-family: 'syhsscmed', sans-serif;
}

.site-showcase-page .view-more {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    font-family: 'syhsscre';
}

.site-showcase-page .view-more img {
    width: 36px;
    height: 36px;
}

.site-showcase-page .more-icon {
    width: 32px;
    height: 32px;
    background-color: #f5a623;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.site-showcase-page .showcase-swiper {
    position: relative;
}

.site-showcase-page .swiper-slide {
    height: 360px;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0;
}

.site-showcase-page .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.site-showcase-page .swiper-slide:hover img {
    transform: scale(1.1);
}

.site-showcase-page .swiper-button-prev,
.site-showcase-page .swiper-button-next {
    width: 36px;
    height: 36px;
    top: 50% !important;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #004c9c;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.site-showcase-page .swiper-button-prev::after,
.site-showcase-page .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}

.site-showcase-page .swiper-button-prev {
    left: 15px;
}

.site-showcase-page .swiper-button-next {
    right: 15px;
}

/* 响应式适配 */
@media (max-width: 1200px) {
    .site-showcase-page .showcase-container {
        width: 1000px;
    }
}

@media (max-width: 1000px) {
    .site-showcase-page .showcase-container {
        width: 73%;
    }
}

/* 监测现场 end */

/* 关于我们 */
.in-about {
    width: 100%;
    padding: 70px 0 20px 0;
    background: url(../images/in_about.png) center center no-repeat;
    background-size: cover;
}

.in-about-title {
    padding-top: 0px;
    padding-bottom: 30px;
}

.in-about-title h2 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    line-height: 1.5;
    color: #000000;
    font-weight: normal;
    font-family: 'alibabphm';
    letter-spacing: 1px;
    position: relative;
    text-align: center;
}

.in-about-title h2:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 5px;
    width: 30px;
    height: 20px;
    background: url(../images/about/in_dot.png) center no-repeat;
    background-size: 100% 100%;
}

.in-about-title p {
    font-size: 42px;
    line-height: 1.5;
    color: #000000;
    font-family: 'alibabphm';
    font-weight: normal;
    letter-spacing: 1px;
}

.in-about-left {
    width: 50%;
    /* position: sticky;
    top: 105px;
    left: 0; */
    font-size: 0;
}

.in-about-right {
    width: 50%;
    padding-left: 50px;
    padding-right: 160px;
}

.in-about-right h3 {
    font-size: 32px;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
    font-family: 'syhsscmed';
    letter-spacing: 1px;
    margin-bottom: 15px;
    
}

.in-about-info {
    font-size: 18px;
    line-height: 1.8;
    color: #262626;
    font-weight: normal;
    font-family: 'syhsscre';
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.in-about-info p {
    text-indent: 2.0em;
}

@media (max-width: 1440px) {
    .in-about-right {
        padding-right: 100px;
    }
}

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

.in-about-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 数字 */
.counter-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 160px 30px 160px;
}

.counter-item {
    text-align: center;
    width: 18%;
    /* 适配多列布局 */
}

.counter-number {
    font-size: 58px;
    line-height: 1.5;
    font-weight: normal;
    color: #4c7acc;
    margin-bottom: 8px;
    font-family: 'alibabphm';
}

.counter-label {
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
}

/* 数字 end */

/* 公司文化 */
.culture-section {
    position: relative;
    background: url(../images/about/culture_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 80px 20px;
    overflow: hidden;
}

.culture-section::before {
    content: "CULTURE";
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    font-size: 120px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.05);
    z-index: 0;
}

.culture-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.culture-left {
    width: 210px;
}

.culture-title {
    font-size: 42px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: normal;
    font-family: 'alibabphm';
    letter-spacing: 1px;
    position: relative;
}

.culture-container .culture-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.culture-container .tab-item {
    font-size: 46px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 20px;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    color: transparent;
}

.culture-container .tab-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: #fff;
    transition: height 0.3s ease;
}

.culture-container .tab-item.active {
    color: #fff;
    font-weight: normal;
}

.culture-container .tab-item.active::before {
    height: 32px;
}

.culture-right {
    flex: 1.5;
    position: relative;
    min-height: 400px;
}

.tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    gap: 30px;
}

.tab-content.active {
    opacity: 1;
    visibility: visible;
}

.content-text {
    max-width: 400px;
    flex: 1;
    margin-right: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}

.content-image {
    margin-left: 60px;
    flex: 1.2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.content-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* 公司文化 end */
/* 荣誉资质 */
.honor-section {
    padding: 30px 20px;
    background: #f3f3f3;
}

.honor-container {
    margin: 0 auto;
}

.honor-title {
    font-size: 42px;
    line-height: 1.5;
    color: #000000;
    font-weight: normal;
    font-family: 'alibabphm';
    letter-spacing: 1px;
    position: relative;
    text-align: center;
}

.honor-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 15px auto;
}

.honor-section .tab-btn {
    padding: 12px 45px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    background: #fff;
    color: #666;
}

.honor-section .tab-btn.active {
    background: #ec7700;
    color: #fff;
    border-color: #ec7700;
}

.honor-section .swiper-out{
    width: 100%;
    position: relative;
    margin-top:35px;
}

.honor-section .swiper-out .swiper{
    width:calc(100% - 80px);
    margin:0 auto;
    position: static;
}

.honor-section .honor-swiper {
    margin-top: 35px;
    padding-bottom: 50px;
}

.honor-section .swiper-button-prev{
    left: -10px!important;
}
.honor-section .swiper-button-next{
    right: -10px!important;
}


.honor-section .honor-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.honor-section .honor-item img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 4px;
}

.honor-section .honor-item p {
    font-size: 18px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'syhsscre';
}

/* 分页器样式 */
.honor-section .swiper-pagination {
    bottom: 0;
}

.honor-section .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    border-radius: 0;
    background: #ddd;
    opacity: 1;
}

.honor-section .swiper-pagination-bullet-active {
    background: #4c7acc;
    color: #ffffff;
}

/* 导航按钮样式 */
.honor-section .swiper-button-prev,
.honor-section .swiper-button-next {
    width: 39px;
    height: 39px;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    color: #919292;
    background-color: #ffffff;
    top:40%;
}

.honor-section .swiper-button-prev::after,
.honor-section .swiper-button-next::after {
    font-size: 16px;
}

.honor-section .swiper-button-prev:hover,
.honor-section .swiper-button-next:hover {
    background: #4c7acc;
    color: #ffffff;
    border-color: #4c7acc;
}

/* 荣誉资质 end*/
/* 发展历程 */

/* 发展历程 end */
/* 关于我们 end */
/* 检测现场 */
.scene {
    width: 100%;
    padding: 60px 0;
    background-color: #f3f3f3;
}
.scene-title{
    text-align: center;
}
.scene-title h2{
    font-size: 42px;
    line-height: 1.5;
    color: #000000;
    font-weight: normal;
    font-family: 'alibabphm';
    letter-spacing: 1px;
    position: relative;
}
.scene-main{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.scene-main .scene-swiper{
    width: 100%;
    position: relative;
}

.scene-main .scene-swiper .swiper{
    width:calc(100% - 80px);
    margin:0 auto;
    position: static;
}

/* 轮播项 */
.scene .swiper-slide {
    text-align: center;
}

.scene .slide-item {
    max-height: 350px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.scene .slide-item .slide-img {
    width: 100%;
    overflow: hidden;
    display: block;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.scene .slide-item:hover .slide-img{
	transform: scale(1.1);
}

.scene .slide-desc {
    width:calc(100% - 72px);
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px 36px 25px 36px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#ffffff;
}

/* 自定义导航按钮（左右箭头） */
.scene .swiper-button-prev,
.scene .swiper-button-next {
    width: 39px;
    height: 39px;
    background-color: #fff;
    border-radius: 50%;
    color: #666;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    top: 50%;
    /* transform: translateY(-50%); */
}

.scene .swiper-button-prev::after,
.scene .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}

.scene .swiper-button-prev {
    left: -10px;
}

.scene .swiper-button-next {
    right: -10px;
}

.scene .swiper-button-prev:hover,
.scene .swiper-button-next:hover {
    background: #4c7acc;
    color: #ffffff;
    border-color: #4c7acc;
}


/* 响应式适配 */
@media (max-width: 768px) {
    .scene .swiper-button-prev,
    .scene .swiper-button-next {
        display: none;
    }
}

/* 检测现场 end */


.about_det_con {
	margin: 30px auto;
	font-size: 17px;
	line-height: 2.0;
	color: #333333;
}

.about_det_con h2 {
	text-align: center;
	font-size: 24px;
	line-height: 2.0;
	font-weight: 500;
}

.about_det_con img {
	max-width: 100%;
}

.about_det_con video {
	max-width: 100%;
}

.about_det_con table {
	border: 1px solid #333;
	border-collapse: collapse;
	border-spacing: 0;
}

.about_det_con table tr td {
	border: 1px solid #333;
}

.about_det_con .art_time {
	font-size: 13px;
	line-height: 2.0;
	text-align: center;
	margin-bottom: 8px;
}
.about_det_info{margin:30px auto;}
.article-title{
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
}

/* n_p_page */
.n_p_page{border-top:1px solid #eeeeee;margin-bottom:70px;margin-top:30px;padding-top:30px;display:flex;justify-content:center;letter-spacing:1px;}
.n_p_page li{padding:0 80px;margin:0 25px;font-size:16px;line-height:48px;background:#f0f0f0;border-radius:30px;color:#242424;}
.n_p_page .back-list{padding:0 80px;margin:0 25px;font-size:16px;line-height:48px;background:#054c9c;border-radius:30px;color:#ffffff;}
.n_p_page .n_p_a{cursor:pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.n_p_page .n_p_a:hover{transform:translate(0,-6px);}
/* n_p_page end*/
