a{
    color: #0077dd;
}
a:hover,a:focus{
    color: #286aa5;
    text-decoration: none;
    outline:none;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style-type:none
}
dl{
    margin: 0;
}

button {
    outline: none;
}
img{
    max-width: 100%;
}
.btn:active, .btn:focus {
    outline: 0 !important;
}

.pointer{
    cursor: pointer;
}

.center{
    text-align: center;
}

.p0{
    padding: 0;
}
.mt-15{
    margin-top: 15px!important;
}
.mt-10{
    margin-top: 10px;
}
.mr-5{
    margin-right: 5px;
}
.mb-20{
    margin-bottom: 20px;
}
.btn-pri{
    color: #fff;
    background-color: #2287de;
    border-color: #2287de;
}
.btn-pri:hover{
    color: #fff;
    background: #0077dd;
    border-color: #0077dd;
}
.btn-pri:active, .btn-pri:focus{
    color: #fff;
}

/*-------top-start------*/
.website-container{
    margin-right: auto;
    margin-left: auto;
    flex: 1;
}
.website-navbar-container {
    width: 1200px;
    margin: 0 auto;
    flex: 1;
}
/*@media (min-width: 992px){
    .website-container {
        width: 970px;
    }
}

@media (min-width: 1200px){
    .website-container {
        width: 100%;
    }
}
@media (min-width: 1200px){
    .website-navbar-container {
        width: 70%;
    }
}
*/
.logo-a {
    float: left;
    padding: 5px 0;
    height: 54px;
    line-height: 64px;
}

.logo-a img {
    height: 100%;
}

.navbar.navbar-default{
    background-color: #fff;
    margin-bottom: 15px;
    height: 155px;
}

.navbar-default .navbar-toggle {
    border-color: #0077dd;
    background-color: #0077dd;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #009b4c;
}

.navbar-transparent {
    opacity: 85%
}
.navbar-header {
    margin: 16px 0 0 0;
}
.navbar-nav {
    margin: 26px 0 0 0;
}
.navbar-nav li {
    margin-left: 10px;
}
/*@media (min-width: 768px) {
    .navbar-nav {
        margin: 26px 0 0 0;
    }
    .navbar-header {
        margin: 16px 0 0 0;
    }
}
@media (max-width: 845px) {
    .navbar-nav li:nth-last-child(2) {
        display: none;
    }
}*/

.navbar-nav .active {
    border-bottom: 1px solid #009b4c;
}

.navbar-nav li:hover {
    border-bottom: 1px solid #009b4c;
}

/*@media (max-width: 768px) {
    .navbar-nav .active {
        border-bottom: 1px solid #009b4c;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .navbar-nav li:hover {
        border-bottom: 1px solid #009b4c;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}*/

.navbar-nav > .active > a {
    color: #009b4c !important;
    font-size: 14px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #009b4c;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #009b4c;
}

.navbar-nav li a {
    font-size: 14px;
    padding: 15px 12px;
}
.navbar-nav .dropdown-menu>li>a{
    padding: 5px 15px;
}

.navbar-default .navbar-nav > .color-red > a {
    color: red;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #fff;
}

.navbar-nav > li > .dropdown-menu a {
    color: #585858;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #0077dd;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #0077dd;
    background-color: transparent;
}

.dropdown-menu .divider {
    margin: 3px 0;
}

.flex-prev i {
    color: rgba(0, 0, 0, 0.65);
    font-size: 30px;
}

.flex-next i {
    color: rgba(0, 0, 0, 0.65);
    font-size: 30px;
}

/*-------footer-start------*/
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .footer-container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.footer-container .footer-row {
    display: flex;
    gap: 20px;
}

.footer-container .footer-row > div {
    max-width: 380px;
}

.footer-section {
    padding-top: 30px;
    background: #f3f3f3;
    clear: both;
    margin-top: auto;
    max-height: 300px;
    flex-shrink: 0;
}

.footer-section h5 {
    color: #121212;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
}

.footer-section h5:after {
    content: "";
    display: block;
    margin: 20px 0;
    width: 25px;
    height: 4px;
    background: #009b4c;
}

.footer-section p {
    color: #777;
    font-size: 14px;
}

.footer-section .footer-nav li {
    line-height: 24px;
}

.footer-section .footer-nav li.active a {
    color: #009b4c;
}

.footer-section .footer-nav li a {
    font-size: 14px;
    line-height: 2;
    color: #777;
    text-decoration: none;
}

.footer-section .footer-nav li a:hover {
    color: #009b4c;
}

.footer-section .contacts-list i {
    min-width: 20px;
    margin-right: 5px;
}

.footer-section .contacts-list p {
    margin-bottom: 0;
}

.footer-section .contacts-list a {
    color: #999;
    text-decoration: none;
}

.footer-section .form-control {
    border-color: #333333;
}

.footer-section .form-control:focus, .footer-section .form-control:active {
    border-color: #ddd;
}

.footer-section .form-control-feedback {
    color: #999;
    top: 16px;
    font-size: 15px;
}

.footer-section ul {
    margin: 0;
    padding: 0;
}

.footer-section .form-control {
    background: none;
    box-shadow: none !important;
    outline: none;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    font-size: 14px;
    padding-left: 0;
    height: 50px;
    color: #999;
}

.footer-content {
    margin-bottom: 30px;
}

.footer-qrcode {
    display: flex;
    gap: 50px;
}

.friend-links {
    display: flex;
    flex-wrap: wrap;
}

.friend-links li {
    padding-right: 5px;
}

.friend-links-container {
    display: flex;
    font-size: 12px;
    justify-content: center;
    margin-top: 3px;
}

.copyright-section {
    padding: 20px 0;
    text-align: center;
    clear: both;
    margin-top: auto;
}
.copyright-section p {
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.copyright-section a{
    color:#0077dd;
}
.copyright-dark.copyright-section {
    background: #2a2929;
    border-top: 1px solid #443f3f;
    margin-top: auto;
}

.copyright-dark.copyright-section p {
    color: #dedede;
    font-size: 12px;
}

.copyright-dark.copyright-section p span {
    color: #dedede;
}

.copyright-dark.copyright-section a {
    color: #dedede;
}
.copyright-dark.copyright-section a:hover {
    color: #009b4c;
}

.copyright-light.copyright-section {
    background: #fff;
    border-top: 1px solid #c7c6c6;
}

.copyright-light.copyright-section p {
    color: #6c6b6b;
}

.copyright-light.copyright-section p span {
    color: #6c6b6b;
}
.copyright-section.copyright-common{
    background: #f3f3f3;
}

/*swiper*/
.swiper-button-next {
    background-image: none;
    font-size: 28px;
    opacity: 0;
    color: rgba(0, 0, 0, .65);
}

.swiper-button-prev {
    background-image: none;
    font-size: 28px;
    opacity: 0;
    color: rgba(0, 0, 0, .65);
}
.swiper-container:hover .swiper-button-prev,.swiper-container:hover .swiper-button-next{
    opacity: 0.6;
}

.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
    opacity: 1
}
.slideUp {
    -webkit-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    -o-transform: translateY(-55px);
    transform: translateY(-55px);
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

.slideDown {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}
#header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

.hr0{ height:1px;border:none;border-top:1px dashed #9db1c5;margin: 10px 0;}

.return_top {
    display: none;
    position: fixed;
    padding: 8px 10px;
    bottom: 20px;
    right: 10px;
    background-color: #9F9F9F;
    opacity: 85;
    border-radius: 4px;
}
.return_top a { font-size:32px;color: #fff; }
.return_top:hover { cursor: pointer; opacity: 1 }

.error-content .error-img-content{
    margin-top: 56px;
    padding-top: 100px;
    margin-bottom: 70px;
    text-align: center;
}
.error-content .error-text{
    font-size: 16px;
    color: #666;
    text-align: center;
}
.error-content .error-btn-content{
    margin-top: 70px;
    padding-bottom: 30px;
    text-align: center;
}
.error-content .error-btn-content a{
    color: #fff;
}

.contacts-list {
    color: #777;
}

.contacts-list > li {
    margin: 0 0 10px 0;
}

/* 简介部分 start */
.introduction-container {
    display: flex;
    max-width: 1280px;
    min-height: 50vh;
    margin: 60px auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

/* 左侧内容区域 */
.left-content {
    flex: 1;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
}

.title-section {
    margin-bottom: 40px;
}

.description {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.visible .description {
    opacity: 1;
    transform: translateY(0);
}

.title-section > h1 {
    font-size: 42px;
    font-weight: 700;
    color: #121212;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.title-section > h2, .section-description > h2 {
    font-size: 24px;
    font-weight: 400;
    color: #444;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.title-section > h2::after, .section-description > h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #009b4c, #009a43);
    border-radius: 3px;
}

.description {
    color: #666;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 45px;
}

/* 统计卡片区域 */
.stats {
    display: flex;
    gap: 25px;
    margin-top: 20px;
}

.stats-en {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.stat-card {
    flex: 1;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card-en {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover, .stat-card-en:hover {
    transform: translateY(-8px);
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #009b4c;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.stat-card:hover .stat-number, .stat-card-en:hover .stat-number {
    color: #009b4c;
}

.stat-label {
    font-size: 16px;
    color: #777;
}

/* 右侧图片区域 */
.right-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding-left: 30px;
}

.right-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(26, 115, 232, 0.2), rgba(255, 255, 255, 0.05));
    z-index: 1;
}

/* 装饰元素 - 左下角标识 */
.corner-logo {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    font-size: 16px;
    z-index: 3;
    opacity: 0.9;
}

/* 响应式设计 */
/*@media (max-width: 900px) {
    .introduction-container {
        flex-direction: column;
    }

    .left-content {
        padding: 40px 20px;
    }

    .right-image {
        min-height: 500px;
    }
}*/
/* 简介部分 end */

/* 产品应用 start */
.scene-container {
    max-width: 1280px;
    width: 100%;
    margin: 60px auto;
}

/* 头部样式 */
.section-header {
    text-align: left;
    padding: 0 40px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #121212;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.section-subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #ffd700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.section-description {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.section-description p {
    color: #777;
}

/* 应用领域卡片 */
.apply-scene-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin: auto 40px;
}

.apply-scene-card {
    height: 340px;
    position: relative;
    overflow: hidden;
    /*border-radius: 12px;*/
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.apply-scene-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

/* 卡片内容 */
.card-content {
    position: relative;
    padding: 25px;
    z-index: 3;
    color: white;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));*/
    background: linear-gradient(to top, rgb(105 105 105 / 90%), rgb(241 241 241 / 40%));
    z-index: 2;
    cursor: pointer;
}
.card-overlay-show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));*/
    /*background: linear-gradient(to top, rgb(203 203 203 / 90%), rgb(241 241 241 / 40%));*/
    z-index: 2;
    cursor: pointer;
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #009b4c;
    letter-spacing: 1px;
}

.card-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    opacity: 0.9;
}

/* 卡片图标 */
.card-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    z-index: 4;
}

/* 响应式设计 */
/*@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    .apply-scene-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}*/

/* 动画效果 */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.section-header {
    animation: fadeIn 0.8s ease forwards;
}

.apply-scene-card {
    animation: fadeIn 0.8s ease forwards;
}

.apply-scene-card:nth-child(1) { animation-delay: 0.2s; }
.apply-scene-card:nth-child(2) { animation-delay: 0.4s; }
.apply-scene-card:nth-child(3) { animation-delay: 0.6s; }
.apply-scene-card:nth-child(4) { animation-delay: 0.8s; }
.apply-scene-card:nth-child(5) { animation-delay: 1s; }
.apply-scene-card:nth-child(6) { animation-delay: 1.2s; }
.apply-scene-card:nth-child(7) { animation-delay: 1.4s; }
.apply-scene-card:nth-child(8) { animation-delay: 1.6s; }
/* 产品应用 end */



/* 合作伙伴 start */
.partner-container {
    max-width: 1200px;
    margin: 60px auto;
    background: #fff;
}

/* 标题样式 */
.partner-section-title {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
    padding-bottom: 20px;
}

.partner-section-title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #3498db, #2ecc71);
    border-radius: 2px;
}

.partner-section-en {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.partner-section-cn {
    font-size: 22px;
    font-weight: 400;
    color: #7f8c8d;
    letter-spacing: 4px;
}

/* 合作伙伴网格 */
.partner-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 20px;
    margin: 0 auto;
    max-width: 1280px;
}

/* 合作伙伴卡片 */
.partner-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.partner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* 图标装饰效果 */
.partner-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    transform: rotate(45deg);
    z-index: 1;
    transition: all 0.5s ease;
}

.partner-card:hover::before {
    top: -20%;
    left: -20%;
}

/* 图标样式 */
.partner-icon {
    font-size: 48px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.partner-card:hover .partner-icon {
    transform: scale(1.15);
}

.partner-card-text {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    position: relative;
    z-index: 2;
}

/* 不同卡片颜色 */
.partner-card:nth-child(1) .partner-icon { color: #3498db; }
.partner-card:nth-child(2) .partner-icon { color: #8e44ad; }
.partner-card:nth-child(3) .partner-icon { color: #e74c3c; }
.partner-card:nth-child(4) .partner-icon { color: #f39c12; }
.partner-card:nth-child(5) .partner-icon { color: #2ecc71; }
.partner-card:nth-child(6) .partner-icon { color: #1abc9c; }
.partner-card:nth-child(7) .partner-icon { color: #9b59b6; }
.partner-card:nth-child(8) .partner-icon { color: #d35400; }
.partner-card:nth-child(9) .partner-icon { color: #27ae60; }
.partner-card:nth-child(10) .partner-icon { color: #16a085; }

/* 响应式设计 */
/*@media (max-width: 992px) {
    .partner-logos-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 20px;
    }

    .partner-container {
        padding: 40px 20px;
    }

    .partner-section-en {
        font-size: 30px;
    }

    .partner-section-cn {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .partner-logos-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 15px;
    }

    .partner-card {
        height: 160px;
        padding: 25px 15px;
    }

    .partner-icon {
        font-size: 40px;
    }
}*/
/* 合作伙伴 end */

/* 新闻板块 start */
.news-container {
    max-width: 1200px;
    margin: 60px auto;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.news-more {
    color: #121212;
}

.news-more:hover {
    color: #009b4c;
}

/* 新闻列表 */
.news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/*@media (max-width: 768px) {
    .news-list {
        grid-template-columns: 1fr;
    }
}*/

/* 新闻项 */
.news-item {
    display: flex;
    border-bottom: 1px solid #eceff1;
    padding-bottom: 15px;
    transition: all 0.3s ease;
    min-height: 100px;
}

.news-item:hover {
    border-bottom-color: #009b4c;
}

/* 日期样式 */
.news-date {
    min-width: 80px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.news-date::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(transparent, #b0bec5, transparent);
}

.news-day {
    font-size: 24px;
    font-weight: 700;
    color: #009b4c;
    line-height: 1;
    display: block;
    margin-bottom: 3px;
}

.news-year {
    font-size: 14px;
    color: #78909c;
    font-weight: 500;
    background: #f5f7fa;
    padding: 0 8px;
    border-radius: 12px;
}

/* 新闻内容 */
.news-content {
    padding-left: 15px;
    padding-top: 5px;
}

.news-title {
    font-size: 18px;
    font-weight: 600;
    color: #263238;
    margin-bottom: 8px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.news-item:hover .news-title {
    color: #009b4c;
}

.news-excerpt {
    font-size: 14px;
    color: #78909c;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

/* 装饰元素 */
.news-decor {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 1;
    opacity: 0.05;
}

.news-decor i {
    font-size: 180px;
    color: #009b4c;
}
/* 新闻板块 end */



/* banner start */
.banner-container {
    min-width: 1905px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

/* 主横幅区域 */
.banner-main {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    height: 380px;
    position: relative;
}

@media (max-width: 1366px) {
    .banner-container {
        min-width: 1200px;
    }

    .banner-tabs-wrap {
        min-width: 1200px;
    }
}

/* 左侧内容区域 */
.banner-left {
    flex: 1;
    background: linear-gradient(to right, white, transparent);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.banner-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
    transition: opacity 0.4s ease;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-subtitle {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    max-width: 85%;
    margin-bottom: 30px;
    transition: opacity 0.4s ease;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-button {
    display: inline-block;
    background: #4CAF50;
    color: white;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    width: fit-content;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.banner-button:hover {
    background: #43A047;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(76, 175, 80, 0.5);
}

/* 切换标签区域 */
.banner-tabs {
    background: #f7f7f7;
}

.banner-tabs-wrap {
    display: flex;
    width: 70%;
    margin: 0 auto;
    justify-content: space-around;
}

.banner-tab {
    text-align: center;
    padding: 15px;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.banner-tab:hover {
    background: #e5eaee;
    color: #333;
}

.banner-tab.active {
    color: #009b4c;
}

.banner-tab.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #009b4c;
    border-radius: 3px;
    animation: banner-slide 0.3s ease forwards;
}

@keyframes banner-slide {
    from {
        transform: scaleX(0);
        opacity: 0;
    }
    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

/* 响应式设计 */
/*
@media (max-width: 900px) {
    .banner-main {
        flex-direction: column;
        height: auto;
    }

    .banner-right {
        height: 300px;
    }

    .banner-tabs {
        flex-wrap: wrap;
    }

    .banner-tab {
        flex: 1 0 45%;
        padding: 12px 5px;
    }
}

@media (max-width: 600px) {
    .banner-title {
        font-size: 28px;
    }

    .banner-subtitle {
        font-size: 14px;
        max-width: 100%;
    }

    .banner-tab {
        font-size: 12px;
    }
}
*/

/* 文本切换动画 */
.banner-text-container {
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform-origin: center left;
    max-width: 580px;
    padding: 30px;
    background: rgb(255 255 255 / 70%);
    border-radius: 15px;
}
/* banner end */

/* 推荐产品 start */
.home-product-container {
    max-width: 1200px;
    margin: 50px auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home-product-left {
    display: flex;
    flex-direction: column;
}

.home-product-left .title-section {
    margin-bottom: 0;
}

.home-product-contents {
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.home-product-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.home-product-content-left {
    flex: 1;
    padding: 0 20px 0 180px;
}

/* 保留编辑器样式 */
.home-product-desc ol {
    list-style: unset;
}
.home-product-desc ul {
    list-style: unset;
}
.home-product-desc ol li {
    list-style-type: decimal;
}
.home-product-desc ul li {
    list-style-type: disc;
}

.home-product-image {
    width: 30%;
}

.home-product-image img {
    max-height: 150px;
}

.home-product-more a {
    color: #009b4c;
}

.home-product-slider {
    text-align: center;
    margin-top: 20px;
}

.home-product-slider p {
    display: inline-block;
    cursor: pointer;
}

.home-product-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e0;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-product-slider .home-product-slider-dot.active {
    background: #009b4c;
    transform: scale(1.2);
}

/*@media (max-width: 768px) {
    .home-product-content {
        flex-direction: column;
    }

    .home-product-image {
        margin-top: 20px;
    }
}*/
/* 推荐产品 end */



/* 右侧业务板块区域 */
.business-section {
    flex: 1;
    display: flex;
    overflow-x: auto;
    padding: 20px;
}

.business-item {
    width: 200px;
    min-height: 230px;
    position: relative;
    margin-right: 15px;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.business-item:last-child {
    margin-right: 0;
}

.business-header {
    height: 100%;
    padding: 20px 15px;
    display: flex;
    text-align: left;
    position: relative;
    z-index: 2;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.business-header h3 {
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 2px;
}

.business-header p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 10px;
}
/*
.business-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 1;
    overflow-y: auto;
}

.business-content h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #2c3e50;
}

.business-content p {

}*/

.action-btn {
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s;
    display: block;
    width: fit-content;
    margin-top: 15px;
}

/* 激活状态 */
.business-item.active {
    width: 467px;
}

.business-item.active .business-header {
    transform: translateX(-100%);
    opacity: 0;
}

.business-item.active .business-content {
    transform: translateX(0);
    opacity: 1;
}
/* 响应式设计 */
/*@media (max-width: 768px) {
    .content-container {
        flex-direction: column;
    }

    .invite-section {
        flex: 0 0 auto;
    }

    .business-section {
        flex-direction: row;
        overflow-x: auto;
        padding: 15px;
    }

    .business-item {
        height: 350px;
        min-width: 130px;
    }

    .business-item.active {
        min-width: 300px;
    }
}*/
