@charset "utf-8";
h2 {
    font-size: 1.3em;
    text-align: center;
    color: #414141;
    margin-bottom: 0px;
    padding: 0px;
}

h3 {
    font-size: 0.8em;
    text-align: center;
    color: #8f8f8f;
    margin-top: 3px;
    padding-top: 0px;
}

h3 a {
    color: #747474;
}
.totop{
    display: none;
    width:32px;
    height:32px;
    background:url(../images/totop.svg) #fff center center no-repeat;
    background-size:18px;
    position: fixed;
    bottom:50px;
    right:50px;
    border-radius:10px;
    cursor: pointer;
}

#content{
    position: relative;
    z-index:9;
}
.ibanner{
    width:100%;
    position: relative;
    overflow: hidden;
    z-index:0;
}
.product-section {
    padding: 40px 0 20px 0;
    text-align: center;
    background: #fff;
}

.product-title {
    font-size: 36px;
    color: var(--maincolor);
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.product-desc {
    font-size: 16px;
    color: #444;
    margin-bottom: 36px;
}

.product-list {
    overflow: hidden;
}

.product-item {
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width:calc((100% - 60px) / 5);
    
    overflow: hidden;
    float: left;
    margin-right:15px;
    margin-bottom:15px;
}

.product-list .product-item:nth-child(5n){
    margin-right:0;
}

.product-item img {
    width: 100%;
    border-radius:20px;
    object-fit: contain;
}

.product-name {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-top: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width:100%;
}

.service-section {
    background: #0d459c;
    padding: 48px 0 36px 0;
    text-align: center;
}

.section-title {
    font-size: 36px;
    color: var(--maincolor);
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.section-desc {
    font-size: 16px;
    color: #999;
    margin-bottom: 38px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.service-section .section-desc{
    color:#fff;
}

.service-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 48px;
}

.service-item {
    width: 220px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
}

.service-name {
    font-size: 18px;
    color: #27ae60;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.service-text {
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
}

/* 应用领域区域 */
.app-area-section {
    background: #fff;
    padding: 48px 0 36px 0;
    text-align: center;
}

.app-area-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 32px;
    margin-top: 32px;
    overflow: hidden;
    position: relative;
}
.app-swiper{
    overflow: hidden;
}
.app-area-item {
    width: 300px;
    background: #fafbfc;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
    transition: box-shadow 0.2s;
}

.app-area-item img {
    width: 100%;
    height:180px;
    object-fit: cover;
    display: block;
    border-radius:15px;
}

.app-area-name {
    font-size: 17px;
    color: #222;
    font-weight: 500;
    padding: 16px 0 18px 0;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    min-width: 0;
}

.excellent-section {
    background: #fff;
    padding: 40px 0;
}

.excellent-wrap {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*max-width: 1200px;*/
    /*margin: 0 auto;*/
    /*gap: 48px;*/
    /*flex-wrap: wrap;*/
}

.excellent-img {
    flex: 1 1 420px;
    min-width: 320px;
    max-width: 800px;
    display: inline;
    float: left;
    margin-right: 30px;
}

.excellent-img img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.excellent-content {
    /*flex: 1 1 420px;*/
    /*min-width: 320px;*/
    /*max-width: 600px;*/
}

.excellent-title {
    font-size: 36px;
    color: var(--maincolor);
    font-weight: bold;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-align: left;
}

.excellent-desc {
    font-size: 16px;
    color: #444;
    margin-bottom: 22px;
    line-height: 2;
}

.excellent-list {
    margin-bottom: 28px;
}

.excellent-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 15px;
    color: #222;
    line-height: 1.7;
    flex-direction: column;
}

.excellent-num {
    color: #27ae60;
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px;
    flex-shrink: 0;
}

.excellent-list-title {
    font-weight: 600;
    margin-right: 4px;
}

.excellent-list-text {
    line-height: 2.2;
}

.excellent-btn {
    display: inline-block;
    background: #27ae60;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 28px;
    padding: 12px 38px;
    text-decoration: none;
    transition: background 0.2s;
    margin-top: 8px;
}

.excellent-btn:hover {
    background: #219150;
}

.icm-section {
    background: rgba(13, 68, 147, 1);
    padding: 48px 0 32px 0;
}

.home .icm-section{
    background:#fff;
}
.home .about-section{
    margin-top:100px;
}
.home .about-img{
    margin-top:-100px;
}

.icm-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
}

.icm-header-left {
    flex: 1 1 320px;
    min-width: 260px;
}

.icm-title {
    font-size: 32px;
    color: var(--maincolor);
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: left;
}

.icm-desc {
    font-size: 16px;
    color: #aaa;
    margin-bottom: 8px;
}

.icm-logo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    justify-content: flex-end;
}

.icm-logo-item {
    width: 200px;
    height: 100px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    box-sizing: border-box;
    transition: box-shadow 0.2s;
}

.icm-logo-item img {
    width: 100%;
    object-fit: contain;
    display: block;
}

.icm-logo-list {
    width: 830px;
    flex-wrap: wrap;
}

.icm-logo-item {
    flex: 0 0 200px;
}

.about-section {
    background: #0d459c;
    padding: 0 0 48px 0;
}

.about-img-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 0;
}

.about-img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.about-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 0 0 0;
    gap: 48px;
    flex-wrap: wrap;
}

.about-content-left {
    flex: 1 1 320px;
    min-width: 260px;
}

.about-title {
    font-size: 32px;
    color: #27ae60;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: left;
}

.about-desc {
    font-size: 16px;
    color: #fff;
    margin-bottom: 24px;
}

.about-btn {
    display: inline-block;
    background: #27ae60;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 28px;
    padding: 12px 38px;
    text-decoration: none;
    transition: background 0.2s;
}

.about-btn:hover {
    background: #219150;
}

.about-content-right {
    flex: 2 1 520px;
    min-width: 320px;
}

.about-text {
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
}

.about-feature-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 64px;
    max-width: 1200px;
    margin: 48px auto 0 auto;
    padding-top: 24px;
    border-top: 1px solid #2a5ca7;
}

.about-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
}

.about-feature-item img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.news-section {
    background: #fff;
    padding: 48px 0 36px 0;
    text-align: center;
    position: relative;
}

.news-section .container{
    overflow: hidden;
}

.news-title {
    font-size: 36px;
    color: var(--maincolor);
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.news-desc {
    font-size: 16px;
    color: #444;
    margin-bottom: 38px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.news-swiper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 40px;
    position:relative;
}

.news-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.2s;
}

.news-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.news-info {
    padding: 24px 22px 18px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.news-name {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-summary {
    font-size: 15px;
    color: #888;
    margin-bottom: 18px;
    line-height: 1.6;
    min-height: 40px;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-box-orient:vertical;
    display:-webkit-box;
    -webkit-line-clamp:2;
    min-width:0;
}

.news-date {
    font-size: 13px;
    color: #bbb;
    margin-top: auto;
}

.swiper-pagination-bullet {
    background: #27ae60;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #27ae60;
}


.contact-section {
    background: #0d459c;
    padding:60px 0;
}

.contact-top{
    display: flex;
}

.contact-title {
    font-size: 36px;
    color: #27ae60;
    font-weight: bold;
    margin-bottom: 38px;
    letter-spacing: 1px;
    text-align: left;
    max-width:800px;
}

.contact-info-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    flex-wrap: wrap;
}

.contact-info {
    display: flex;
    gap: 80px;
    flex: 1 1 420px;
    min-width: 320px;
    margin-top: 24px;
}

.contact-label {
    color: #b6d2f7;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: 1px;
}

.contact-value {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    word-break: break-all;
}

.contact-form {
    background: none;
    flex: 1 1 420px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 0;
}

.contact-form-row {
    display: flex;
    gap: 18px;
    margin-bottom: 0;
}

.contact-form input,
.contact-form textarea {
    background: #2357a5;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 14px 18px;
    width: 100%;
    outline: none;
    margin-bottom: 0;
    resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #b6d2f7;
}

.contact-form textarea {
    min-height: 60px;
    max-height: 120px;
}

.contact-btn {
    background: #27ae60;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 28px;
    padding: 14px 0;
    width: 100%;
    margin-top: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.contact-btn:hover {
    background: #219150;
}


.plist-section {
    background: #f5f9ff;
    padding: 32px 0 48px 0;
    min-height: 600px;
}

.plist-breadcrumb {
    color: #888;
    font-size: 15px;
    margin: 0 0 18px 8vw;
}

.plist-title {
    font-size: 40px;
    color: #222;
    font-weight: bold;
    margin: 0 0 32px 8vw;
    letter-spacing: 1px;
}

.plist-main {
    display: flex;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
    gap: 32px;
    padding: 0 4vw;
}

.plist-sidebar {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 28px 24px 28px 24px;
    min-width: 260px;
    max-width: 320px;
    flex: 0 0 260px;
}

.plist-sidebar-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 18px;
}

.plist-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plist-menu>li {
    margin-top: 20px;
}

.plist-menu-parent {
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 10px;
    display: block;
    color:#333;
}

.plist-submenu {
    list-style: none;
    padding-left: 18px;
    margin: 0;
}

.plist-submenu li {
    font-size: 15px;
    color: #222;
    margin-bottom: 8px;
    cursor: pointer;
    transition: color 0.2s;
    position: relative;
    line-height: 2;
}

.plist-submenu li:hover {
    color: #27ae60;
}

.plist-submenu li a {
    color: #333;
}
.plist-menu li.active>a,
.plist-submenu li.active a{
    color:var(--maincolor);
}
.plist-menu-arrow {
    color: #bbb;
    font-size: 13px;
    margin-left: 4px;
}

.plist-content {
    flex: 1 1 0;
    min-width: 0;
}

.plist-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
}

.plist-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 24px 12px 18px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s;
    border: 1px solid #e6eaf0;
}

.plist-card img {
    width:100%;
    object-fit: contain;
    margin-bottom: 18px;
}

.plist-card-name {
    font-size: 18px;
    color: #222;
    text-align: center;
    word-break: break-all;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-box-orient:vertical;
    display:-webkit-box;
    -webkit-line-clamp:2;
    min-width:0;
}

.newslist-section {
    background: #f5f9ff;
    padding: 32px 0 48px 0;
    min-height: 600px;
}

.newslist-breadcrumb {
    color: #888;
    font-size: 15px;
    margin: 0 0 18px 8vw;
}

.newslist-main {
    display: flex;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    gap: 32px;
    padding: 0 4vw;
}

.newslist-left {
    flex: 1 1 0;
    min-width: 0;
}

.newslist-list {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 32px 32px 18px 32px;
}

.newslist-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 18px;
}

.newslist-img {
    width: 180px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.newslist-info {
    flex: 1 1 0;
    min-width: 0;
}

.newslist-title {
    font-size: 20px;
    color: #111;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.4;
}

.newslist-summary {
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
}

.newslist-date {
    font-size: 13px;
    color: #bbb;
}

.newslist-divider {
    border: none;
    border-top: 1px solid #e6eaf0;
    margin: 0 0 18px 0;
}

.newslist-right {
    width: 340px;
    min-width: 220px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 0 0 0 0;
    margin-left: 0;
}

.newslist-recommend-title {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    padding: 22px 0 18px 24px;
    border-bottom: 1px solid #e6eaf0;
}

.newslist-recommend-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newslist-recommend-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-bottom: 1px solid #e6eaf0;
    color: #111;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s;
}

.newslist-recommend-item img {
    width: 54px;
    height: 38px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.newslist-recommend-item span {
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newslist-recommend-item:hover {
    background: #f5f9ff;
    color: #27ae60;
}

.contactinfo-section {
    background: #f5f9ff;
    padding: 32px 0 48px 0;
    min-height: 600px;
}

.contactinfo-title {
    font-size: 40px;
    color: #27ae60;
    font-weight: bold;
    margin: 0 0 32px 8vw;
    letter-spacing: 1px;
    text-align: left;
}

.contactinfo-main {
    display: flex;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    gap: 48px;
    padding: 0 4vw;
}

.contactinfo-left {
    flex: 1 1 420px;
    min-width: 320px;
    text-align: center;
    background: none;
    padding: 0 24px 0 0;
}

.contactinfo-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 10px auto;
}

.contactinfo-phone {
    font-size: 32px;
    color: #27ae60;
    margin: 20px 0;
}

.contactinfo-email {
    color: #1760b0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 24px;
}

.contactinfo-divider {
    border: none;
    border-top: 1px solid #e6eaf0;
    margin: 24px 0;
}

.contactinfo-addr {
    color: #444;
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 1.7;
}

.contactinfo-mapbtn {
    display: inline-block;
    background: #27ae60;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 28px;
    padding: 14px 48px;
    text-decoration: none;
    margin-top: 8px;
    transition: background 0.2s;
    display: none;
}

.contactinfo-mapbtn:hover {
    background: #219150;
}

.contactinfo-right {
    flex: 1.2 1 520px;
    min-width: 320px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 38px 38px 32px 38px;
    text-align: center;
}

.contactinfo-form-title {
    color: #0d459c;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contactinfo-form-subtitle {
    color: #27ae60;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.contactinfo-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contactinfo-form-row {
    display: flex;
    gap: 18px;
    margin-bottom: 0;
}

.contactinfo-form input,
.contactinfo-form textarea {
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    color: #222;
    font-size: 16px;
    padding: 14px 18px;
    width: 100%;
    outline: none;
    margin-bottom: 0;
    resize: none;
}

.contactinfo-form input::placeholder,
.contactinfo-form textarea::placeholder {
    color: #b6d2f7;
}

.contactinfo-form textarea {
    min-height: 90px;
    max-height: 180px;
}

.contactinfo-btn {
    background: #36c06b;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 28px;
    padding: 14px 0;
    width: 100%;
    margin-top: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.contactinfo-btn:hover {
    background: #27ae60;
}

.faq-section {
    display: none;
    background: #fff;
    padding: 48px 0 48px 0;
}

.faq-title {
    text-align: center;
    font-size: 48px;
    color: #111;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.faq-list {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 18px 0;
}

.faq-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    color: #111;
    transition: color 0.2s;
}

.faq-num {
    margin-right: 18px;
    font-size: 20px;
    font-weight: 600;
}

.faq-q {
    flex: 1 1 0;
}

.faq-toggle {
    font-size: 32px;
    color: #444;
    width: 40px;
    text-align: right;
    user-select: none;
    transition: color 0.2s;
}

.faq-item .faq-body {
    display: none;
    font-size: 17px;
    color: #444;
    font-weight: 400;
    margin: 18px 0 0 56px;
    line-height: 1.7;
    transition: all 0.3s;
}

.faq-item.active .faq-body {
    display: block;
    animation: faqfadein 0.3s;
}

@keyframes faqfadein {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item.active .faq-toggle {
    color: #27ae60;
}

.faq-header:hover .faq-toggle {
    color: #27ae60;
}

.abouttop-section {
    background: #0d459c;
    padding: 120px 0;
    text-align: center;
}

.abouttop-subtitle {
    color: #27ae60;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.abouttop-title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
}

.aboutimg-section {
    background: #f5f9ff;
    padding: 32px 0 0 0;
}

.aboutimg-imgwrap {
    max-width: 1200px;
    margin: -110px auto 0 auto;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.aboutimg-img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.aboutimg-featured {
    text-align: center;
    padding: 32px 0 0 0;
}

.aboutimg-title {
    font-size: 36px;
    color: #27ae60;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.aboutimg-desc {
    font-size: 16px;
    color: #444;
    margin-bottom: 38px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.aboutimg-feature-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 48px;
}

.aboutimg-feature-item {
    width: 220px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutimg-feature-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
}

.aboutimg-feature-name {
    font-size: 18px;
    color: #27ae60;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.aboutimg-feature-text {
    font-size: 15px;
    color: #222;
    line-height: 1.6;
}

.aboutshenming-section {
    background: #f5f9ff;
    padding: 48px 0 48px 0;
}

.aboutshenming-wrap {
    display: flex;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    gap: 48px;
    flex-wrap: wrap;
}

.aboutshenming-imgwrap {
    flex: 1 1 520px;
    min-width: 320px;
    max-width: 600px;
}

.aboutshenming-img {
    width: 100%;
    border-radius: 18px;
    display: block;
}

.aboutshenming-content {
    flex: 1.2 1 520px;
    min-width: 320px;
    max-width: 700px;
}

.aboutshenming-title {
    font-size: 36px;
    color: #27ae60;
    font-weight: bold;
    margin-bottom: 22px;
    letter-spacing: 1px;
    text-align: left;
}

.aboutshenming-text {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}

.aboutshenming-text p {
    margin-bottom: 16px;
}

.newsdetail-section {
    background: #f5f9ff;
    padding: 32px 0 48px 0;
    min-height: 600px;
}

.newsdetail-main {
    display: flex;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
    gap: 32px;
    padding: 0 4vw;
}

.newsdetail-left {
    flex: 1 1 0;
    min-width: 0;
}

.newsdetail-article {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 32px 32px 32px 32px;
}

.newsdetail-title {
    font-size: 24px;
    color: #111;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 1.4;
}

.newsdetail-date {
    font-size: 15px;
    color: #aaa;
    margin-bottom: 32px;
}

.newsdetail-content {
    font-size: 16px;
    color: #222;
    line-height: 1.8;
}

.newsdetail-content table,
.newsdetail-content .container{
    width:100%!important;
}

.newsdetail-content img {
    border-radius: 6px;
    max-width: 100%;
    display: block;
}

.newsdetail-right {
    width: 340px;
    min-width: 220px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 0 0 0 0;
    margin-left: 0;
}

.newsdetail-recommend-title {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    padding: 22px 0 18px 24px;
    border-bottom: 1px solid #e6eaf0;
    text-transform: lowercase;
}

.newsdetail-recommend-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newsdetail-recommend-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-bottom: 1px solid #e6eaf0;
    color: #111;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s;
}

.newsdetail-recommend-item img {
    width: 54px;
    height: 38px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.newsdetail-recommend-item span {
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsdetail-recommend-item:hover {
    background: #f5f9ff;
    color: #27ae60;
}
.bread,
.bread * {
    font-size: 14px;
    color: #999;
}

.footer-section{
    background:#fff;
    color:#333;
}
.footer-section *{
    color:#333!important;
}

@media (max-width: 1200px) {
    .product-item {
        width: 28vw;
        min-width: 140px;
    }
    
    .product-list {
        gap: 24px 12px;
    }
    
    .service-item {
        width: 180px;
    }
    
    .app-area-item {
        width: 40vw;
        min-width: 180px;
    }
    
    .excellent-wrap {
        flex-direction: column;
        gap: 28px;
        padding: 0 16px;
    }
    
    .excellent-img,
    .excellent-content {
        max-width: 100%;
        min-width: 0;
    }
    
    .excellent-title {
        font-size: 24px;
    }
    
    .excellent-desc,
    .excellent-list li {
        font-size: 14px;
    }
    
    .excellent-btn {
        font-size: 15px;
        padding: 10px 28px;
    }
    
    .icm-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 0 16px;
    }
    
    .icm-logo-list {
        width: 100%;
        justify-content: flex-start;
        gap: 18px 18px;
    }
    
    .icm-logo-item {
        flex: 0 0 22vw;
        min-width: 90px;
        max-width: 120px;
    }
    
    .icm-title {
        font-size: 22px;
    }
    
    .icm-desc {
        font-size: 14px;
    }
    
    .about-content-wrap {
        flex-direction: column;
        gap: 24px;
        padding: 32px 16px 0 16px;
    }
    
    .about-feature-list {
        gap: 0 24px;
        padding: 16px 8px 0 8px;
    }
    
    .about-title {
        font-size: 22px;
    }
    
    .about-desc,
    .about-feature-item,
    .about-btn {
        font-size: 14px;
    }
    
    .news-img {
        height: 200px;
    }
    
    .contact-title {
        font-size: 24px;
    }
    
    .contact-info-form {
        flex-direction: column;
        gap: 24px;
    }
    
    .contact-info {
        gap: 32px;
    }
    
    .contact-form {
        min-width: 0;
    }
    
    .plist-main {
        flex-direction: column;
        gap: 18px;
    }
    
    .plist-sidebar {
        max-width: 100%;
        min-width: 0;
    }
    
    .plist-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 12px;
    }
    
    .newslist-main {
        flex-direction: column;
        gap: 18px;
    }
    
    .newslist-right {
        width: 100%;
        min-width: 0;
        margin-left: 0;
    }
    
    .newslist-list {
        padding: 18px 10px 10px 10px;
    }
    
    .newslist-img {
        width: 120px;
        height: 60px;
    }
    
    .newslist-title {
        font-size: 16px;
    }
    
    .contactinfo-title {
        font-size: 24px;
    }
    
    .contactinfo-main {
        flex-direction: column;
        gap: 24px;
    }
    
    .contactinfo-left,
    .contactinfo-right {
        min-width: 0;
        padding: 0;
    }
    
    .contactinfo-right {
        padding: 18px 8px 18px 8px;
    }
    
    .contactinfo-form-subtitle {
        font-size: 18px;
    }
    
    .contactinfo-btn {
        font-size: 16px;
    }
    
    .faq-title {
        font-size: 28px;
    }
    
    .faq-header {
        font-size: 16px;
    }
    
    .faq-body {
        font-size: 13px;
        margin-left: 24px;
    }
    
    .aboutimg-imgwrap {
        max-width: 98vw;
    }
    
    .aboutimg-feature-item {
        width: 180px;
    }
    
    .aboutimg-feature-list {
        gap: 0 18px;
    }
    
    .aboutshenming-wrap {
        flex-direction: column;
        gap: 24px;
        padding: 0 16px;
    }
    
    .aboutshenming-imgwrap,
    .aboutshenming-content {
        max-width: 100%;
        min-width: 0;
    }
    
    .aboutshenming-title {
        font-size: 24px;
    }
    
    .aboutshenming-text {
        font-size: 14px;
    }
    
    .newsdetail-main {
        flex-direction: column;
        gap: 18px;
    }
    
    .newsdetail-right {
        width: 100%;
        min-width: 0;
        margin-left: 0;
    }
    
    .newsdetail-article {
        padding: 18px 10px 18px 10px;
    }
    
    .newsdetail-title {
        font-size: 18px;
    }
}

@media (max-width: 900px) {
    .product-item {
        width: 30vw;
        min-width: 120px;
    }
    
    .product-list {
        gap: 18px 8px;
    }
    
    .service-list {
        gap: 0 18px;
    }
    
    .service-item {
        width: 45vw;
        min-width: 140px;
    }
    
    .app-area-item {
        width: 46vw;
        min-width: 140px;
    }
    
    .icm-logo-list {
        gap: 10px 10px;
    }
    
    .icm-logo-item {
        flex: 0 0 44vw;
        min-width: 70px;
        max-width: 100px;
        height: 44px;
    }
    
    .icm-title {
        font-size: 18px;
    }
    
    .news-img {
        height: 160px;
    }
    
    .news-title {
        font-size: 24px;
    }
    
    .news-desc {
        font-size: 13px;
    }
    
    .news-name {
        font-size: 15px;
    }
    
    .news-summary {
        font-size: 13px;
    }
    
    .contact-section {
        padding: 32px 0 0 0;
    }
    
    .contact-title {
        font-size: 18px;
    }
    
    .contact-info {
        flex-direction: column;
        gap: 8px;
    }
    
    .contact-label,
    .contact-value {
        font-size: 13px;
    }
    
    .contact-form input,
    .contact-form textarea {
        font-size: 13px;
        padding: 10px 12px;
    }
    
    .contact-btn {
        font-size: 15px;
        padding: 10px 0;
    }
    
    .plist-title {
        font-size: 24px;
        margin-left: 4vw;
    }
    
    .bread {
        font-size: 12px;
    }
    
    .bread a {
        font-size: 14px;
        color: #999;
    }
    
    .plist-main {
        padding: 0 2vw;
    }
    
    .plist-grid {
        grid-template-columns: 2 1fr;
        gap: 10px;
    }
    
    .plist-card img {
        width: 90px;
        height: 70px;
    }
    
    .plist-card-name {
        font-size: 15px;
    }
    
    .plist-sidebar-title {
        font-size: 16px;
    }
    
    .newslist-main {
        padding: 0 2vw;
    }
    
    .newslist-list {
        padding: 8px 2px 2px 2px;
    }
    
    .newslist-img {
        width: 70px;
        height: 40px;
    }
    
    .newslist-title {
        font-size: 13px;
    }
    
    .newslist-recommend-title {
        font-size: 13px;
        padding-left: 10px;
    }
    
    .newslist-recommend-item {
        font-size: 12px;
        padding: 8px 6px;
    }
    
    .newslist-recommend-item img {
        width: 36px;
        height: 24px;
    }
    
    .contactinfo-title {
        font-size: 18px;
        margin-left: 4vw;
    }
    
    .contactinfo-breadcrumb {
        font-size: 12px;
        margin-left: 4vw;
    }
    
    .contactinfo-main {
        padding: 0 2vw;
    }
    
    .contactinfo-avatar {
        width: 60px;
        height: 60px;
    }
    
    .contactinfo-phone {
        font-size: 18px;
    }
    
    .contactinfo-email {
        font-size: 13px;
    }
    
    .contactinfo-addr {
        font-size: 13px;
    }
    
    .contactinfo-mapbtn {
        font-size: 14px;
        padding: 8px 24px;
    }
    
    .abouttop-title {
        font-size: 28px;
    }
    
    .abouttop-section {
        padding: 36px 0 18px 0;
    }
    
    .abouttop-subtitle {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .aboutimg-title {
        font-size: 24px;
    }
    
    .aboutimg-desc {
        font-size: 13px;
    }
    
    .aboutimg-feature-list {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    
    .aboutimg-feature-item {
        width: 90vw;
        min-width: 100px;
    }
    
    .aboutimg-feature-name {
        font-size: 15px;
    }
    
    .aboutshenming-section {
        padding: 24px 0 24px 0;
    }
    
    .aboutshenming-title {
        font-size: 18px;
    }
    
    .aboutshenming-text {
        font-size: 12px;
    }
    
    .newsdetail-main {
        padding: 0 2vw;
    }
    
    .newsdetail-article {
        padding: 8px 2px 8px 2px;
    }
    
    .newsdetail-title {
        font-size: 15px;
    }
    
    .newsdetail-recommend-title {
        font-size: 20px;
        padding-left: 10px;
    }
    
    .newsdetail-recommend-item {
        font-size:14px;
        padding: 8px 6px;
    }
    
    .newsdetail-recommend-item img {
        width: 100px;
        height: auto;
    }
}

@media (max-width: 700px) {
    .bread{
        line-height: 2;
        padding-bottom: 10px;
    }
    .contact-top {
        display: flex;
        flex-direction: column;
    }
    .product-list{
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        display: grid;
    }
    .contact-form{
        flex:0;
        padding-bottom:20px;
    }
    .about-content-left,
    .icm-header-left{
        flex:0;
    }
    .icm-logo-item{
        height:60px;
    }
    .plist-sidebar{
        padding:15px;
        width:calc(100% - 30px);
    }
    .plist-submenu{
        display: none;
    }
    #content{
        margin:0 15px;
        width:calc(100% - 30px);
    }
    .menu{
        width:100%;
    }
    .header-social{
        display: none;
    }
    
    .product-item {
        width: 44vw;
        min-width: 100px;
    }
    
    .product-list {
        gap: 12px 4px;
    }
    
    .service-list,
    .app-area-list {
        flex-direction: column;
        align-items: center;
    }
    
    .service-item,
    .app-area-item {
        width: 90vw;
        min-width: 100px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .section-desc {
        font-size: 13px;
    }
    
    .service-name,
    .app-area-name {
        font-size: 15px;
    }
    
    .about-img-wrap {
        padding: 16px 4px 0 4px;
    }
    
    .about-content-wrap {
        padding:15px;
    }
    
    .about-content-right{
        flex:0;
    }
    
    .about-feature-list {
        flex-direction: column;
        gap: 16px 0;
    }
    
    .about-title {
        font-size: 16px;
    }
    
    .newsdetail-recommend-item span{
        font-size:16px;
    }
    
    .news-img {
        height: 120px;
    }
    
    .news-swiper {
        padding-bottom: 24px;
    }
    .newsdetail-article,
    .newsdetail-section{
        padding:15px;
    }
    .newsdetail-main{
        padding:0;
    }
    .newsdetail-article{
        padding-top:15px;
    }
    .newsdetail-title{
        font-size:24px;
    }
}
