
/* 添加 banner 样式 */
.banner {
    background-color: #f4f4f4;
    padding: 0;
    /* height: 600px; */
    /* background-image: url('/static/index/img/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}
.banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 70px auto 0px;
    padding: 0 20px;
}
.banner .layui-carousel img{
    width: 100%;
    height: 100%;
}

.banner-left .banner-title {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}
.banner-left .banner-title2 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #fff;
}
.banner-left .banner-title3 {
    display: flex;
    align-items: center;
  }
.banner-left .banner-title3 span{
    margin-right: 40px;
    display: flex;
    align-items: center;
    color: #FFEF39;
}
.banner-left .banner-title3 span::before {
    content: "\2022";
    margin-right: 8px;
    font-size: 38px;
    line-height: 1;
    color: #FFEF39;
}
.small-images{
    margin-top: 70px;
}
.small-images img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.banner-right .large-images{
    display: flex;
}
.banner-right {

}
.large-images img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}

.small-image img {
    width: 100%;
    border-radius: 10px;
}

/* 招商*/
.zhaoshang {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    font-family: Source Han Sans CN;
}

.zhaoshang .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
}

.zhaoshang h3 {
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000000;
    letter-spacing:10px
}

html[lang="en-us"] .zhaoshang h3 {
    letter-spacing: 6px;
}

.zhaoshang h4 {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}
.zhaoshang p {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    font-family: Source Han Sans CN;
}

html[lang="en-us"] .zhaoshang p {
    padding: 0px 130px
}
/* 招商*/

/* 市场机遇start */
.business-section {
    background: #F9FBFF;
    padding: 20px 0 35px;
    text-align: center;
}

.business-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.business-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

/* 左右布局 */
.business-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    gap: 40px;
    padding: 0px 110px;
}

/* 左侧图片 */
.business-image {
    flex: 1;
    text-align: center;
}

.business-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 右侧文字 */
.business-content {
    flex: 1;
    text-align: left;
}

.business-point {
    margin-bottom: 5px;
    position: relative;
}

.business-point h3 {
    font-size: 24px;
    color: #B43033;
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
/* 中文专用 */
html[lang="zh-cn"] .business-point h3 {
    letter-spacing: 5px;
}
/* 英文专用 */
html[lang="en-us"] .business-point h3 {
    letter-spacing: 0px;
}


.business-point h3::before {
    content: "•";
    color: #B43033;
    font-size: 44px;
    margin-right: 12px;
}

.business-point p {
    font-size: 17px;
    line-height: 1.6;
    color: #333333;
    font-weight: bold;
}

.business-point p.highlight {
    background-color: #B43033;
    color: white;
    padding: 15px 33px;
    border-radius: 4px;
    font-weight: bold;
}

/* 市场机遇end */

/* 市场数据展示start */
.market-data-section {
    background: #fff;
    padding: 20px 0 35px;
    text-align: center;  
}

.market-data-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.market-data-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}


.market-data-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.market-data-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    margin-top: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-items: center;
}

.data-item {
    text-align: left;
}

.data-number {
    font-size: 28px;
    font-weight: bold;
    color: #ff4444;
    margin-bottom: 10px;
}

.data-label {
    font-size: 18px;
    color: #333333;
    line-height: 1.4;
    font-weight: bold;
}

.tesla-image {
    grid-column: 2;
    grid-row: 2;
    width: 480px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tesla-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.data-item.top-left {
    grid-column: 1;
    grid-row: 1;
    margin-right: -55px;
    margin-bottom: 15px;
}

.data-item.top-right {
    grid-column: 3;
    grid-row: 1;
    margin-bottom: -50px;
    margin-left: 20px;
}

.data-item.bottom-left {
    grid-column: 1;
    grid-row: 3;
    margin-top: -20px;
    margin-right: -50px;
}

.data-item.bottom-right {
    grid-column: 3;
    grid-row: 3;
    margin-top: -80px;
}

html[lang="en-us"] .data-item.bottom-right {
    margin-left: 30px;
}


/* 市场数据展示end */
  
/* 政府政策驱动start */
.policy-section {
    background: #fff;
    padding: 40px 0 10px;
    text-align: center;
    
}
  
.policy-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
  
.policy-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
  
.policy-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}
  
.policy-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
.policy-circle {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
}
  
.policy-circle img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
  
.policy-title {
    font-size: 24px;
    font-weight: bold;
    color: #B43033;
    margin-bottom: 8px;
}
  
.policy-subtitle {
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
    font-weight: bold;
}
  
.policy-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    padding: 0px 105px;
}
  
.policy-section .outline{
    text-align: center;
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    margin: 20px 0px 20px;
    background: #B43033;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.policy-section .policy_dividends{
    margin: 0px 20px;
}
.policy-section .outline .outline-left{
    display: flex;
    align-items: center;
}
.policy-section .outline .outline-right{
    display: flex;
    align-items: center;
}
.policy-section .outline .outline-left .line-left{
    width: 100px;
    display: block;
    height: 2px;
    background: #fff;
    margin-top: 3px;
}
.policy-section .outline .outline-right .line-right{
    width: 100px;
    display: block;
    height: 2px;
    background: #fff;
    margin-top: 3px;
}
.policy-section .outline .outline-left .yuan::before{
    content: "•";
    color: #ffffff;
}
.policy-section .outline .outline-right::before{
    content: "•";
    color: #ffffff;
}
/* 政府政策驱动end */

/* 关于我们 */
.about-us-section {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
    
}

.about-us-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-title {
    font-size: 38px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
}

.about-subtitle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 35px;
}


.about-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 30px;
}
html[lang="en-us"] .about-content {
    padding-top: 10px;
}

.about-text {
    flex: 0 0 44%;
    text-align: left;

}
.about-logo-wap{
    display: none
}
.about-heading {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}

.about-paragraph {
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    line-height: 2.5;
}

.about-logo-container {
    position: absolute;
    top: -40px;
    left: 34%;
}
html[lang="en-us"] .about-logo-container {
    top: -53px;
    left: 36%;
}

.about-logo {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.about-text-wap{
    display: none;
}

/* 三重赋能体系start */
.empowerment-section {
    background-color: #f9f9f9;
    padding: 80px 0;
    text-align: center;
    
}

.empowerment-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.empowerment-title {
    font-size: 38px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

.empowerment-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.empowerment-cards-wap{
    display: none;
}
.empowerment-card {
    width: 250px;
    padding: 50px 30px;
    border-radius: 8px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.08);
}

.empowerment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
}
.three-card-title {
    font-size: 22px;
    font-weight: bold;
    color: #B43033;
    margin-bottom: 20px;
}

.card-content {
    text-align: center;
}

.card-content p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 6px;
    line-height: 2;
}
html[lang="en-us"] .card-content p {
    line-height: 1.5;
}

.card-content .title-desc{
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    line-height: 24px;
}
/* 三重赋能体系end */

/* 选择我们start */
.choice-section {
    background-color: #ffffff;
    padding: 20px 0;
    
}

.choice-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0px;
}

.choice-section h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.choice-images {
    text-align: center;
    background-image: url('/static/index/img/choice1.png');
    background-repeat: no-repeat;
     background-position: center center;
    background-size: 90% 90%; 
    height: 540px;
}
html[lang="en-us"] .choice-images {
    background-image: url('/static/index/img/choice1_en.png');
}
/* 选择我们end */

/* 战略合作start */
.work-section {
    background-color: #ffffff;
    padding: 20px 0;
    
}

.work-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px 30px;
}

.work-section h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.work-images {
    text-align: center;
}
.work-images-img{
    width: 80%;
}   
.insure{
    background: #2C2C2C;
    border-radius: 8px;
    padding: 30px 0px 30px 60px;
    margin: 0 auto;
}
.insure .affect{
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 36px;
}
.insure .jiameng{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
}
.insure .car{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
}
.insure .i-title{
    color: #B43033;
}

/* 成功案例分享start */
.success-cases-section {
    background-color: #f8f8f8;
    padding: 60px 0 30px;
    
}

.success-cases-section .container {
    max-width: 870px;
    margin: 0 auto;
    padding: 0 0px;
}

.success-cases-section h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.case-item.new-layout {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.case-item.new-layout .case-image {
    width: 430px;
    height: auto;
    min-height: 250px;
}

.case-item.new-layout .case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-item.new-layout .case-content {
    width: 400px;
    padding: 20px 30px;
    font-family: Source Han Sans CN;
}
.case-item.new-layout .case-content.center-r{
    margin-right: 20px;
    padding: 30px 30px 20px 0;
}
.case-item.new-layout .case-content.top-l{
    margin-left: 20px;
    padding: 20px 0px 20px 30px;
}
.case-topic {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.topic-icon {
    margin-right: 2px;
}
.topic-icon-1{
    width: 32px;
}
.topic-icon-2{
    width: 32px;
}
.topic-icon-3{
    width: 32px;
}
.topic-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    /* 字体间距 */
    letter-spacing: 2px;

}

.case-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #B43033;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.solution-box {
    letter-spacing: 2px;
    padding: 20px 30px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    font-family: Source Han Sans CN;
}

.solution-box.official {
    background-color: #2C2C2C;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.solution-box.our {
    background-color: #B43033;
    color: #FFFFFF;
}

.solution-box .solution-label {
    margin-bottom: 10px;
}

.solution-box .solution-text {

}
.solution-box .yellow{
    color: #FCFF00;
}
.solution-save {
    margin-top: 10px;
}
.solution-box .solution-save.center-f{
    letter-spacing: 1px;
}
.solution-training {
    background-color: #B43033;
    padding: 25px;
    border-radius: 6px;
}

.solution-training p {
    color: #FCFF00;
    font-size: 17px;
    font-weight: bold;
    line-height: 2.5;
    margin: 0 0 8px 0;
    letter-spacing: 2.5px;
}
.case-item.new-layout .case-content.bot-l{
    margin-left: 20px;
    padding: 20px 0px 20px 30px;
}
.solution-training p:last-child {
    margin-bottom: 0;
}

.case-item.new-layout.flex-botton{
    align-items: center;
}
/* 成功案例分享end */


/* 加盟支持与投资回报部分样式start */
.investment-section {
    padding: 50px 0px 0px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    ;
}

.investment-section .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px 30px;
}
.investment-section h3{
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
.investment-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    height: 500px;
}
.investment-center {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}
.investment-label {
    position: absolute;
    display: flex;
    align-items: center;
}

.investment-label.A {
    top: 135px;
    left: 50px;
    justify-content: flex-start;
}

html[lang="en-us"] .investment-label.A{
    top: 138px;
    left: -80px;
}

.investment-label.R {
    top: 110px;
    right: 20px;
    transform: translateY(-50%);
    justify-content: flex-end;
}
html[lang="en-us"] .investment-label.R{
    top: 150px;
    right: -15px;
}

.investment-label.L {
    bottom: 83px;
    right: 60px;
    justify-content: flex-end;
}

html[lang="en-us"] .investment-label.L{
    bottom: 46px;
    right: 30px;
}

.label-content {
    max-width: 250px;
    text-align: left;
}

.investment-label.R .label-content {
    text-align: left;
}

.label-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.label-text {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}

.investment-center .huibao-image {
    width: 100%;
}
/* 加盟支持与投资回报部分样式 end */

/* 未来规划与发展愿景部分样式start */
.vision-section {
    padding: 60px 0;
    text-align: center;
    background-color: #f8f8f8;
    ;
}

.vision-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vision-main-title {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.vision-subtitle {
    font-size: 30px;
    color: #B43033;
    margin-bottom: 60px;
    letter-spacing: 3px;
}

.vision-cards {
    display: flex;
    justify-content: space-between;
    gap: 90px;
    flex-wrap: wrap;
}

.vision-card {
    flex: 1;
    min-width: 280px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-header {
    padding: 20px 0;
    text-align: center;
}

.card-red {
    background-color: #B43033;
}

.card-title {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    letter-spacing: 3px;
}

.card-body {
    padding: 15px 20px;
    background-color: #ffffff;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content {
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    margin: 0;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
}
html[lang="en-us"] .card-content.en{
    line-height: 1.2;
}
/* 未来规划与发展愿景部分样式end */

/* 加盟流程 */
.model-mode {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    ;
}
.model-mode .ground-top{
    width: 165px;
    position: relative;
    padding-right: 10px;  
    margin-bottom: 40px;
}

html[lang="en-us"] .model-mode .ground-top{
    width: 265px;
}

.model-mode .ground-top .ground-case{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 20px;
    background-color: #000;
    display: flex;
    align-items: center;
    padding: 12px 10px 12px 20px;
}

.model-mode .ground-top::after{
    content: "";
    position: absolute;
    right: -20px;
    top: 51%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 29px 0px 28px 30px; 
    border-color: transparent transparent transparent #000;
}

.model-mode .ground-top .ground-case img{
    margin-right: 15px;
}
.model-mode .ground{
    margin-left: 20px;
    margin-bottom: 20px;
}
.model-mode .liucheng{
    /* height: 130px; */
}
.model-mode .liucheng .lc_bot{
    background: #B43033;
    border-radius: 8px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 80px;
    padding: 18px 87px;
}

html[lang="en-us"] .model-mode .liucheng .lc_bot{
    padding: 18px 35px;
}

.model-mode .liucheng img{
    margin: 0px 29px;
}

.model-mode .lc_shuoming{
    display:flex;
    justify-content: space-between;
    margin-top: 40px;
}

.model-mode .lc_shuoming .sm_box{
    width: 220px;
    background: #fff;
    box-shadow: 0px 5px 21px 0px rgba(55,106,255,0.15);
    border-radius: 8px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 15px 22px;
}
.jiameng-box-wap{
    display: none;
}
/* 加盟流程 */

/* 添加联系我们部分的样式 */
.contact-section {
    background-color: #fff;
    padding: 50px 0;
    margin-bottom: 50px;
    ;
}

.contact-section .contact-title{
    text-align: center;
    font-size: 38px;
    margin-bottom: 40px;
    color: #B43033;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
.contact-section .contact-title .rx{
    font-size: 20px;
    color: #000000;
}

.contact-section .container {
    max-width: 1200px;
    margin: 0 auto;
    background:#fff ;
    height: 345px;
}

/* 加盟 */
/* 1024样式 */
@media (max-width: 1024px) {

    /* 投资 */
    .investment-label.R{
        top: 95px;
        right: 40px;
    }
    /* 未来规划与发展愿景 */
    .vision-section{
        padding: 30px 0;
    }
    .vision-container {
        padding: 0 15px;
    }
    
    .vision-main-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .vision-subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .vision-cards {
        gap: 20px;
    }
    
    .vision-card {
        min-width: auto;
    }
    .card-body{
        min-height: 100px;
    }
    .card-title {
        font-size: 22px;
    }
    
    .card-content {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* 加盟流程 */
    .model-mode {
        padding: 20px 15px;
    }
    
    .model-mode .ground-top {
        width: 140px;
        margin-bottom: 20px;
    }
    
    .model-mode .ground-top .ground-case {
        font-size: 16px;
        padding: 7px 8px 7px 15px;
    }
    
    .model-mode .ground-top::after {
        border-width: 23px 0 24px 27px;
        right: -17px;
    }
    
    .model-mode .ground {
        margin-left: 10px;
        margin-bottom: 15px;
    }
    
    .model-mode .liucheng .lc_bot {
        font-size: 18px;
        line-height: 60px;
        padding: 12px 65px;
    }
    html[lang="en-us"] .model-mode .liucheng .lc_bot{
        padding: 12px 25px;
    }
    html[lang="en-us"] .model-mode .liucheng img{
        margin: 0 20px;
    }
    .model-mode .liucheng img {
        margin: 0 30px;
    }
    
    .model-mode .lc_shuoming {
        gap: 15px;
        margin-top: 20px;
    }
    
    .model-mode .lc_shuoming .sm_box {
        width: 95%;
        padding: 10px;
    }
    .contact-section{
        margin-bottom: 0px;
        padding: 50px 0px 0px;
    }
    .contact-section .container{
        height: 320px;
    }
}
/* 移动端自适应样式 */
@media (max-width: 768px) {
    /* Banner部分 */
    .banner .container {
        margin: 10px auto 0;
        padding: 0 15px;
    }
    
    .banner-left .banner-title {
        font-size: 30px;
    }
    
    .banner-left .banner-title2 {
        font-size: 24px;
    }
    
    .banner-left .banner-title3 span {
        margin-right: 15px;
        font-size: 14px;
    }
    
    .small-images {
        margin-top: 30px;
    }
    
    .small-images img {
        width: 60px;
        height: 60px;
        margin-right: 5px;
    }
    
    /* 招商部分 */
    .zhaoshang .container {
        padding: 10px 15px;
    }
    
    .zhaoshang h3 {
        font-size: 30px;
        letter-spacing: 5px;
    }
    
    .zhaoshang h4 {
        font-size: 18px;
    }
    
    .zhaoshang p {
        font-size: 14px;
        line-height: 22px;
    }
    .zhaoshang .container h3 img{
        width: 38px
    }
    
    /* 市场机遇部分 */
    .business-section .container {
        padding: 20px 15px;
    }
    
    .business-layout {
        flex-direction: column;
        padding: 0 10px;
        gap: 20px;
    }
        
    .business-point p {
        font-size: 18px;
    }
    
    .business-section{
        padding: 0px;
        background:#fff
    }
    .business-section .container{
        padding: 15px 0px;
    }
    .business-section h2{
        margin-bottom: 10px;
        font-size: 30px;
    }

    .business-content{
        text-align: left;
    }
    .business-point h3{
        justify-content: flex-start;
        font-size: 18px;
    }
    .business-point h3::before{
        margin-right: 6px;
        font-size: 30px;
    }
    .business-point p.highlight{
        background: #FFEFEF;
        color: #b43033;
        border: 1px solid #b43033;
        padding: 10px;
    }

    /* 市场数据展示 */
    .market-data-section{
        padding: 0px 0px;
    }
    .market-data-section h2{
        font-size: 30px;
    }
    .market-data-grid {
        margin-top: 20px;
    }
    
    .tesla-image {
        grid-column: 2;
        grid-row: 2;
        width: 130%;
        max-width: 300px;
        margin-left: -20px;
    }

    .data-item.top-left { 
        margin-right: -13px;
        margin-bottom: 0px;
    }
    .data-item.top-right { 
        margin-bottom: 0px;
        margin-left: -18px;
    }
    .data-item.bottom-left {
        margin-right: -40px;
    }
    .data-item.bottom-right {
        margin-top: -28px;
        margin-left: 8px;
    }
    
    .data-number {
        font-size: 20px;
        margin-bottom: 5px;
    }
    
    .data-label {
        font-size: 17px;
    }
    
    /* 政府政策驱动 */
    .policy-section{
        padding: 10px 0;
    }
    .policy-section .container {
        padding: 0 15px;
    }
    
    .policy-section h2 {
        font-size: 30px;
    }
    
    .policy-content {
        gap: 20px;
        margin-top: 20px;
    }
    
    .policy-circle {
        width: 150px;
        height: 150px;
    }
    
    .policy-title {
        font-size: 20px;
    }
    
    .policy-subtitle {
        font-size: 16px;
    }
    
    .policy-desc {
        font-size: 14px;
        padding: 0px 45px;
    }
    
    /* 关于我们 */
    .about-us-section{
        padding: 10px 0;
    }
    .about-us-section .container {
        padding: 0 15px;
    }
    
    .about-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .about-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .about-content {
        flex-direction: column;
        margin-top: 20px;
    }
    
    .about-text {
        flex: 1;
        width: 100%;
        text-align: center;
    }
    
    .about-logo-container {
        display: none;
    }
    
    .about-logo {
        width: 120px;
        height: 120px;
    }
    
    .about-heading {
        font-size: 20px;
    }
    .about-images{
        display: flex;
        align-items: center;
    }
    .about-paragraph {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-logo-wap{
        display: block;
    }
    
    /* 三重赋能体系 */
    .empowerment-section{
        padding: 30px 0;
    }
    .empowerment-section .container {
        padding: 0 15px;
    }
    
    .empowerment-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .empowerment-cards {
        gap: 15px;
        margin-top: 30px;
    }
    
    .empowerment-card {
        width: 29%;
        padding: 20px 10px;
    }
    
    /* 选择我们 */
    .choice-section .container {
        padding: 5px 15px 0;
    }
    
    .choice-section h3 {
        font-size: 30px;
    }
    
    .choice-images {
        height: 300px;
        background-size: 100% auto;
    }
    
    /* 战略合作 */
    .work-section .container {
        padding: 10px 15px 20px;
    }
    
    .work-section h3 {
        font-size: 30px;
    }
    
    .insure {
        padding: 20px 30px;
    }
    .work-images{
        margin-top: 10px;
    }
    .work-images-img{
        width: 100%;
    }
    .insure .affect {
        font-size: 18px;
    }
    
    .insure .jiameng,
    .insure .car {
        font-size: 16px;
    }
    
    /* 成功案例分享 */
    .success-cases-section{
        padding: 30px 0 10px;
    }
    .success-cases-section .container {
        padding: 0 15px;
    }
    
    .success-cases-section h3 {
        font-size: 24px;
    }
    
    .case-item.new-layout {
        margin-bottom: 30px;
    }
    
    .case-item.new-layout .case-image {
        width: 100%;
        height: auto;
    }
    
    .case-item.new-layout .case-content {
        width: 100%;
        padding: 20px;
        margin: 0 !important;
    }
    
    .topic-title,
    .case-subtitle {
        font-size: 18px;
        letter-spacing: 1px;
    }
    
    .solution-box {
        padding: 15px 20px;
        font-size: 14px;
    }
    
    /* 加盟支持与投资回报 */
    .investment-section{
        padding: 20px 0 0;
    }
    .investment-section .container {
        padding: 10px 15px 0px;
    }
    
    .investment-section h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .investment-container {
        height: 450px;
    }
    .investment-label.A{
        top: 124px;
    }
    .investment-label.R{
        top: 95px;
        right: 15px;
    }
    html[lang="en-us"] .investment-label.R{
        right: 0;
    }
    html[lang="en-us"] .investment-label.L{
        bottom: 65px;
    }
    .investment-label.L{
        bottom: 90px;
        right: 45px;
    }
    
    /* 未来规划与发展愿景 */
    .vision-section{
        padding: 30px 0;
    }
    .vision-container {
        padding: 0 15px;
    }
    
    .vision-main-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .vision-subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .vision-cards {
        gap: 20px;
    }
    
    .vision-card {
        min-width: auto;
    }
    .card-body{
        min-height: 100px;
    }
    .card-title {
        font-size: 22px;
    }
    
    .card-content {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* 加盟流程 */
    .model-mode {
        padding: 20px 15px;
    }
    
    .model-mode .ground-top {
        width: 140px;
        margin-bottom: 20px;
    }

    html[lang="en-us"] .model-mode .ground-top{
        width: 215px;
    }
    
    .model-mode .ground-top .ground-case {
        font-size: 16px;
        padding: 7px 8px 7px 15px;
    }
    
    .model-mode .ground-top::after {
        border-width: 23px 0 24px 27px;
        right: -17px;
    }
    
    .model-mode .ground {
        margin-left: 10px;
        margin-bottom: 15px;
    }
    
    .model-mode .liucheng .lc_bot {
        font-size: 18px;
        line-height: 60px;
        padding: 12px 40px;
    }
    html[lang="en-us"] .model-mode .liucheng .lc_bot{
        padding: 12px 10px;
    }
    html[lang="en-us"]  .model-mode .liucheng img {
        margin: 0 0px;
    }
    .model-mode .liucheng img {
        margin: 0 20px;
    }
    
    .model-mode .lc_shuoming {
        gap: 15px;
        margin-top: 20px;
    }
    
    .model-mode .lc_shuoming .sm_box {
        width: 95%;
        padding: 10px;
    }
    
    /* 联系我们 */
    .contact-section {
        padding: 30px 0;
        margin-bottom: 60px;
    }
    
    .contact-section .contact-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .contact-section .container {
        height: auto;
    }
}

/* 小屏幕手机适配 */
@media (max-width: 480px) {
    .banner-left .banner-title {
        font-size: 24px;
    }
    html[lang="en-us"] .zhaoshang p{
        padding: 0 10px;
    }
    .small-images img {
        width: 50px;
        height: 50px;
    }
    .zhaoshang{
        background-color: #f5f5f5;
        padding: 5px 0px;
    }
    .zhaoshang h3 {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .zhaoshang .container h3 img{
        width: 22px
    }
    .zhaoshang h4{
        font-size: 12px;
        font-weight: bold;
    }
    .zhaoshang p{
        font-size: 12px;
    }

    .business-section{
        padding: 0px 10px;
        background:#fff
    }
    .business-section .container{
        padding: 15px 0px;
    }
    .business-section h2{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .business-layout{
        margin-top: 20px;
        gap: 15px;
    }
    .business-content{
        text-align: left;
    }
    .business-point h3{
        justify-content: flex-start;
        font-size: 18px;
    }
    .business-point h3::before{
        margin-right: 6px;
        font-size: 30px;
    }
    .business-point p.highlight{
        background: #FFEFEF;
        color: #b43033;
        border: 1px solid #b43033;
        padding: 10px;
    }

    /* 百亿市场 */
    .market-data-section{
        padding: 0px;
    }
    .market-data-section .container {
        padding: 0px 10px;
    }
    
    .market-data-section h2 {
        font-size: 20px;
         margin-bottom: 10px;
    }
    
    .market-data-grid {
        margin-top: 20px;
    }
    
    .tesla-image {
        grid-column: 2;
        grid-row: 2;
        width: 130%;
        max-width: 300px;
        margin-left: -20px;
    }

    .data-item.top-left { 
        margin-right: -13px;
        margin-bottom: 0px;
    }
    .data-item.top-right { 
        margin-bottom: -16px;
        margin-left: -60px;
    }
    .data-item.bottom-left {
        margin-right: -40px;
    }
    .data-item.bottom-right {
        margin-top: -20px;
        margin-left: -10px;
    }
    
    .data-number {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    .data-label {
        font-size: 14px;
    }

    /* 政府政策强力驱动 */

    .policy-section{
        padding: 25px 5px 0px;
    }
    .policy-section h2{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .policy-content{
        gap: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .policy-circle{
        width: 100%;
        height: 100px;
    }
    .policy-title{
        font-size: 17px;
    }
    .policy-desc{
        font-size: 14px;
        padding: 0px 10px;
    }

    .policy-section .outline{
        font-size: 18px;
    }

    .policy-section .policy_dividends{
        margin: 0px 5px;
        font-size: 17px
    }
    .policy-section .outline .outline-left .line-left{
        width: 50px;
        margin-top: 2px;
    }
    .policy-section .outline .outline-right .line-right{
        width: 50px;
        margin-top: 2px;
    }
    .about-us-section{
        background-color: #F8F8F8;
        padding: 20px 0px 0px;
    }
    .about-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about-subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .about-logo-container{
        display: none;
    }
    .about-images{
        display: flex;
        align-items: center;
    }
    .about-images img{
        width: 100%;
    }
    .about-logo-wap{
        display: block;
    }
    .about-text{
        display: none;
    }
    .about-text-wap{
        display: block;
    }
    .about-heading-wap{
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .about-paragraph{
        font-size: 13px;
    }

    .empowerment-section{
        padding: 30px 0px 10px;
    }
    .empowerment-title{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .empowerment-cards{
        margin-top: 20px;
    }
    .empowerment-cards{
        display: none;
    }
    .empowerment-cards-wap{
        display: block;
    }
    .empowerment-section .container{
        padding: 0px 10px;
    }
    .empowerment-card{
        display: flex;
        width: 95%;
        max-width: none;
        padding: 10px 10px;
        margin: 15px 0px;
    }
    .card-icon{
        height: auto;
        margin:0px;
       
    }
    .card-icon img{
        width: 70px;
    }
    .three-card-title{
        margin-bottom: 2px;
        font-size: 17px;
    }
    .card-right{
        text-align: left;
        margin-left: 15px;
    }
    .title-desc{
        font-size: 14px;
        color: #333333;
        font-weight: 500;
        margin-bottom: 4px;
    }
    .title-text{
        font-size: 12px;
        color: #333333;;
    }

    .choice-section{
        padding: 0px 0px;
    }

    .choice-section h3{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .choice-images{
        height: 200px;
    }

    .work-section h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .work-images{
        margin: 10px 0px;
    }

    .work-images-img{
        width: 100%;
    }

    .insure{
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 12px;
        padding: 10px;
    }

    .insure .affect{
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }
    .insure .jiameng{
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }
    .insure .car{
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }
    .insure .i-title{
        font-weight: bold;
    }
    .work-section{
        padding: 20px 0px 0px;
    }

    .success-cases-section{
        padding: 20px 0px 0px;
    }

    .success-cases-section h3{
        font-size: 20px;
    }
    
    .case-item.new-layout{
        align-items: center;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .case-item.new-layout .case-content.top-l{
        padding: 2px 0px 8px 10px;
    }
    .case-topic{
        margin-bottom: 5px;
    }
    .topic-title{
        font-size: 14px;
    }

    .case-subtitle{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .solution-box{
        padding:5px 10px;
        margin-top: 5px;
        
    }
    .solution-box.official{
        background: #FFFFFF;
        color: #333;
        border: 1px solid #DDDDDD;
        font-size: 12px;
        margin-bottom:0px;
    }
    .solution-box .solution-label{
        margin-bottom: 1px;
    }
    .solution-box.our{
        background: #FFEFEF;
        border-radius: 5px;
        border: 1px solid #B43033;
        color: #B43033;
        font-size: 12px;
    }

    .solution-box .yellow{
        color: #B43033;
    }
    .solution-box .solution-text{
        color: #333;
    }
    .solution-save{
        margin-top: 0px;
    }
    .case-item.new-layout .case-image{
        min-height: 150px;
    }
    .case-item.new-layout .case-image img{
        height: auto;
    }

    .case-item.new-layout .case-content.center-r{
        padding: 2px 10px 8px 0px;
    }
    .success-cases-section .container{
        padding: 0px 15px 20px;
    }
    .case-item.new-layout .case-content.bot-l{
        padding: 2px 0px 2px 8px;
    }
    .topic-icon-1{
        width: 20px;
    }
    .topic-icon-2{
        width: 20px;
    }
    .topic-icon-3{
        width: 20px;
    }
    .solution-training{
        border: 1px solid #B43033;
        background: #FFEFEF;
        border-radius: 5px;
        padding: 5px 10px;
    }
    .solution-training p{
        color: #B43033;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.8;
        margin: 0;
        letter-spacing: 0px;
    }

    .investment-section{
        padding: 15px 0px 0px;
    }
    .investment-section h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .investment-container{
        height: 350px;
    }

    .investment-center .huibao-image{
        width: 270px;
    }
    html[lang="en-us"] .investment-label.A{
        top: 96px;
        left: 10px;
    }
    .investment-label.A{
        top: 108px;
        left: 10px;
        z-index: 1;
    }
    html[lang="en-us"] .investment-label.R{
        top: 90px;
        right: 10px;
    }
    .investment-label.R{
        top: 93px;
        right: 5px;
    }
    html[lang="en-us"] .investment-label.L{
        bottom: 48px;
        right: 5px;
    }
    html[lang="en-us"] .label-content{
        width: 170px;
    }
    .investment-label.L{
        bottom: 67px;
        right: 20px;
    }
    .label-title{
        color: #FF5151;
        font-size: 17px;
        margin-bottom: 5px;
    }
    html[lang="en-us"] .label-text{
        width: 170px;
    }
    .label-text{
        color: #333333;
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
        width: 145px;
    }
    .label-text.A1{
        width: 135px;
    }
    .label-text.L3{
        width: 145px;
    }
    
    .label-title.R2{
        color: #51BBFF;
    }
    .label-title.L3{
        color: #FF8E51;
    }


    .vision-section{
        padding: 20px 0px;
    }
    .vision-main-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .vision-subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .vision-cards{
        display: block;
    }
    .vision-card{
        display: flex;
        background: #FFFFFF;
        align-items: center;
        border-radius:15px;
        margin-bottom: 15px;
    }
    .card-body{
        min-height: 70px;
        padding: 7px 10px; 
    }
    .card-header{
        /* width: 75px; */
        padding: 22px 10px;
    }
    .card-title{
        font-size: 17px;
        width: 80px;
    }
    .card-title.title{
        padding: 0px 12px;
        width: 56px;
    }
    .card-header.card-red.yuanjing{
        /* width: 160px; */
    }
    html[lang='en-us'] .card-content{
        line-height: 15px;
    }
    html[lang="en-us"] .card-content.en{
        line-height: 15px;
    }
    .ground-case-img{
        width: 18px;
    }


    .model-mode{
        padding: 20px 15px;
    }
    .model-mode .ground-top .ground-case img{
        margin-right: 5px;
    }
    .model-mode .ground-top{
        width: 120px;
    }
    .model-mode .ground-top::after{
        border-width: 17px 0 17px 16px;
        right: -5px;
    }

    .jiameng-box{
        display: none;
    }

    .jiameng-box-wap{
        display: flex;
        align-items: center;
        margin-left: 5px;
    }
    .model-mode .liucheng{
        text-align: center;
    }
    .model-mode .liucheng .lc_bot{
        font-size: 16px;
        line-height: 40px;
        padding: 0px 10px;
        width: 100px;
        text-align: center;
    }
    .model-mode .liucheng img{
        margin: 8px 0px;
    }

    .model-mode .lc_shuoming{
        margin-top: 0px;
        margin-left: 20px;
        flex-wrap: wrap;
    }
    html[lang="en-us"] .model-mode .lc_shuoming .sm_box{
        height: auto;
    }
    .model-mode .lc_shuoming .sm_box{
        width: 90%;
        height: 55px;
        padding: 15px;
        display: flex;
        align-items: center;
        box-shadow: 0px 5px 21px 0px rgba(0,0,0,0.1);
    }

    .contact-section{
        background: #030506;
        margin-bottom: 60px;
    }

    .contact-section .contact-title{
        display: flex;
        flex-direction: column;
        color: #FFD800;
        font-size: 30px;
    }

    .contact-section .contact-title .rx{
        color: #fff;
        margin-bottom: 10px;
    }

    .contact-section .container{
        background: #030506;
    }
}

/* 425屏幕手机适配 */
@media (max-width: 425px) {
    .banner-left .banner-title {
        font-size: 24px;
    }
    
    .small-images img {
        width: 50px;
        height: 50px;
    }
    .zhaoshang{
        background-color: #f5f5f5;
        padding: 5px 0px;
    }
    .zhaoshang h3 {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .zhaoshang .container h3 img{
        width: 22px
    }
    .zhaoshang h4{
        font-size: 12px;
        font-weight: bold;
    }
    .zhaoshang p{
        font-size: 12px;
    }
    html[lang="en-us"] .zhaoshang p{
        padding: 0px 10px;

    }
    .business-section{
        padding: 0px;
        background:#fff
    }
    .business-section .container{
        padding: 15px 0px;
    }
    .business-section h2{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .business-layout{
        margin-top: 20px;
        gap: 15px;
    }
    .business-content{
        text-align: left;
    }
    .business-point h3{
        justify-content: flex-start;
        font-size: 18px;
    }
    .business-point h3::before{
        margin-right: 6px;
        font-size: 30px;
    }
    .business-point p.highlight{
        background: #FFEFEF;
        color: #b43033;
        border: 1px solid #b43033;
        padding: 10px;
    }

    /* 百亿市场 */
    .market-data-section{
        padding: 0px;
    }
    .market-data-section .container {
        padding: 0px 5px;
    }
    
    .market-data-section h2 {
        font-size: 20px;
         margin-bottom: 10px;
    }
    
    .market-data-grid {
        margin-top: 20px;
    }
    
    .tesla-image {
        grid-column: 2;
        grid-row: 2;
        width: 130%;
        max-width: 300px;
        margin-left: -20px;
    }

    .data-item.top-left { 
        margin-right: -13px;
        margin-bottom: 0px;
    }
    .data-item.top-right { 
        margin-bottom: 0px;
        margin-left: -18px;
    }
    .data-item.bottom-left {
        margin-right: -40px;
    }
    .data-item.bottom-right {
        margin-top: -28px;
        margin-left: 8px;
    }
    
    .data-number {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    .data-label {
        font-size: 14px;
    }

    /* 政府政策强力驱动 */

    .policy-section{
        padding: 25px 5px 0px;
    }
    .policy-section h2{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .policy-content{
        gap: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .policy-circle{
        width: 100%;
        height: 100px;
    }
    .policy-title{
        font-size: 17px;
    }
    .policy-desc{
        font-size: 14px;
        padding: 0px;
    }

    .policy-section .outline{
        font-size: 18px;
    }

    .policy-section .policy_dividends{
        margin: 0px 5px;
        font-size: 17px
    }
    html[lang="en-us"] .policy-section .policy_dividends{
        line-height: 25px;
    }
    .policy-section .outline .outline-left .line-left{
        width: 20px;
        margin-top: 2px;
    }
    .policy-section .outline .outline-right .line-right{
        width: 20px;
        margin-top: 2px;
    }
    .about-us-section{
        background-color: #F8F8F8;
        padding: 20px 0px 0px;
    }
    .about-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about-subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .about-logo-container{
        display: none;
    }
    .about-images{
        display: flex;
        align-items: center;
    }
    .about-images img{
        width: 100%;
    }
    .about-logo-wap{
        display: block;
    }
    .about-text{
        display: none;
    }
    .about-text-wap{
        display: block;
    }
    .about-heading-wap{
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .about-paragraph{
        font-size: 13px;
    }

    .empowerment-section{
        padding: 30px 0px 10px;
    }
    .empowerment-title{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .empowerment-cards{
        margin-top: 20px;
    }
    .empowerment-cards{
        display: none;
    }
    .empowerment-cards-wap{
        display: block;
    }
    .empowerment-section .container{
        padding: 0px 10px;
    }
    .empowerment-card{
        display: flex;
        width: 94%;
        max-width: none;
        padding: 10px 10px;
        margin: 15px 0px;
    }
    .card-icon{
        height: auto;
        margin:0px;
       
    }
    .card-icon img{
        width: 70px;
    }
    .three-card-title{
        margin-bottom: 2px;
        font-size: 17px;
    }
    .card-right{
        text-align: left;
        margin-left: 15px;
    }
    .title-desc{
        font-size: 14px;
        color: #333333;
        font-weight: 500;
        margin-bottom: 4px;
    }
    .title-text{
        font-size: 12px;
        color: #333333;;
    }

    .choice-section{
        padding: 0px 0px;
    }

    .choice-section h3{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .choice-images{
        height: 150px;
    }

    .work-section h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .work-images{
        margin: 10px 0px;
    }

    .work-images-img{
        width: 100%;
    }

    .insure{
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 12px;
        padding: 10px;
    }

    .insure .affect{
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }
    .insure .jiameng{
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }
    .insure .car{
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }
    .insure .i-title{
        font-weight: bold;
    }
    .work-section{
        padding: 20px 0px 0px;
    }

    .success-cases-section{
        padding: 20px 0px 0px;
    }

    .success-cases-section h3{
        font-size: 20px;
    }
    
    .case-item.new-layout{
        align-items: center;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .case-item.new-layout .case-content.top-l{
        padding: 2px 0px 8px 10px;
    }
    .case-topic{
        margin-bottom: 5px;
    }
    .topic-title{
        font-size: 14px;
    }

    .case-subtitle{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .solution-box{
        padding:5px 10px;
        margin-top: 5px;
        
    }
    .solution-box.official{
        background: #FFFFFF;
        color: #333;
        border: 1px solid #DDDDDD;
        font-size: 12px;
        margin-bottom:0px;
    }
    .solution-box .solution-label{
        margin-bottom: 1px;
    }
    .solution-box.our{
        background: #FFEFEF;
        border-radius: 5px;
        border: 1px solid #B43033;
        color: #B43033;
        font-size: 12px;
    }

    .solution-box .yellow{
        color: #B43033;
    }
    .solution-box .solution-text{
        color: #333;
    }
    .solution-save{
        margin-top: 0px;
    }
    .case-item.new-layout .case-image{
        min-height: 150px;
    }
    .case-item.new-layout .case-image img{
        height: auto;
    }

    .case-item.new-layout .case-content.center-r{
        padding: 2px 10px 8px 0px;
    }
    .success-cases-section .container{
        padding: 0px 15px 20px;
    }
    .case-item.new-layout .case-content.bot-l{
        padding: 2px 0px 2px 8px;
    }
    .topic-icon-1{
        width: 20px;
    }
    .topic-icon-2{
        width: 20px;
    }
    .topic-icon-3{
        width: 20px;
    }
    .solution-training{
        border: 1px solid #B43033;
        background: #FFEFEF;
        border-radius: 5px;
        padding: 5px 10px;
    }
    .solution-training p{
        color: #B43033;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.8;
        margin: 0;
        letter-spacing: 0px;
    }

    .investment-section{
        padding: 15px 0px 0px;
    }
    .investment-section h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .investment-container{
        height: 350px;
    }

    .investment-center .huibao-image{
        width: 240px;
    }

    .investment-label.A{
        top: 100px;
        left: 5px;
        z-index: 1;
    }
    .investment-label.R{
        top: 130px;
        right: 0px;
    }
    .investment-label.L{
        bottom: 72px;
        right: 6px;
    }
    .label-title{
        color: #FF5151;
        font-size: 17px;
        margin-bottom: 5px;
    }
    .label-text{
        color: #333333;
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
        width: 110px;
    }
    html[lang="en-us"] .label-text{
        width: 175px;
    }
    html[lang="en-us"] .label-text.L3{
        width: 100%;
    }
    .label-text.A1{
        width: 135px;
    }
    .label-text.L3{
        width: 145px;
    }
    html[lang="en-us"] .investment-label.R{
        top: 90px;
        right: 28px;
    }
    html[lang="en-us"] .investment-label.A{
        top: 103px;
        left: 5px;
    }
    html[lang="en-us"] .investment-label.L{
        bottom: 54px;
        right: 4px;
    }
    html[lang="en-us"] .label-content{
        width: 150px;
    }
    .label-title.R2{
        color: #51BBFF;
    }
    .label-title.L3{
        color: #FF8E51;
    }


    .vision-section{
        padding: 20px 0px;
    }
    .vision-main-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .vision-subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .vision-cards{
        display: block;
    }
    .vision-card{
        display: flex;
        background: #FFFFFF;
        align-items: center;
        border-radius:15px;
        margin-bottom: 15px;
    }
    html[lang="en-us"] .card-body{
        padding: 7px 10px;
    }
    .card-body{
        min-height: 70px;
        padding: 10px;
    }
    .card-header{
        /* width: 75px; */
        padding: 22px 10px;
    }
    .card-title{
        font-size: 17px;
        width: 80px;
    }
    .card-title.title{
        padding: 0px 12px;
        width: 56px;
    }
    .card-header.card-red.yuanjing{
        /* width: 160px; */
    }
    html[lang="en-us"] .card-content{
        font-size: 12px;
    }
    
    .ground-case-img{
        width: 18px;
    }


    .model-mode{
        padding: 20px 5px;
    }
    .model-mode .ground-top .ground-case img{
        margin-right: 5px;
    }
    .model-mode .ground-top{
        width: 120px;
    }
    .model-mode .ground-top::after{
        border-width: 18px 0 17px 16px;
        right: -5px;
    }
    .model-mode .ground-top .ground-case{
        margin-left: 8px;
    }
    .jiameng-box{
        display: none;
    }

    .jiameng-box-wap{
        display: flex;
        align-items: center;
        margin-left: 5px;
    }
    .model-mode .liucheng{
        text-align: center;
    }
    .model-mode .liucheng .lc_bot{
        font-size: 16px;
        line-height: 40px;
        padding: 0px 10px;
        width: 100px;
        text-align: center;
    }
    .model-mode .liucheng img{
        margin: 8px 0px;
    }

    .model-mode .lc_shuoming{
        margin-top: 0px;
        margin-left: 20px;
        flex-wrap: wrap;
    }

    .model-mode .lc_shuoming .sm_box{
        width: 84%;
        height: 55px;
        padding: 15px;
        display: flex;
        align-items: center;
        box-shadow: 0px 5px 21px 0px rgba(0,0,0,0.1);
    }
    html[lang="en-us"] .model-mode .lc_shuoming .sm_box{
        height: auto;
    }

    .contact-section{
        background: #030506;
        margin-bottom: 60px;
    }

    .contact-section .contact-title{
        display: flex;
        flex-direction: column;
        color: #FFD800;
        font-size: 30px;
    }

    .contact-section .contact-title .rx{
        color: #fff;
        margin-bottom: 10px;
    }

    .contact-section .container{
        background: #030506;
    }
}

/* 超小屏幕手机适配 */
@media (max-width: 375px) {
    .banner-left .banner-title {
        font-size: 24px;
    }
    html[lang="en-us"] .zhaoshang p{
        padding: 0px 10px;

    }
    .small-images img {
        width: 50px;
        height: 50px;
    }
    .zhaoshang{
        background-color: #f5f5f5;
        padding: 5px 0px;
    }
    .zhaoshang h3 {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .zhaoshang .container h3 img{
        width: 22px
    }
    .zhaoshang h4{
        font-size: 12px;
        font-weight: bold;
    }
    .zhaoshang p{
        font-size: 12px;
    }

    .business-section{
        padding: 0px;
        background:#fff
    }
    .business-section .container{
        padding: 15px 0px;
    }
    .business-section h2{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .business-layout{
        margin-top: 20px;
        gap: 15px;
    }
    .business-content{
        text-align: left;
    }
    .business-point h3{
        justify-content: flex-start;
        font-size: 18px;
    }
    .business-point h3::before{
        margin-right: 6px;
        font-size: 30px;
    }
    .business-point p.highlight{
        background: #FFEFEF;
        color: #b43033;
        border: 1px solid #b43033;
        padding: 10px;
    }

    /* 百亿市场 */
    .market-data-section{
        padding: 0px;
    }
    .market-data-section .container {
        padding: 0px 5px;
    }
    
    .market-data-section h2 {
        font-size: 20px;
         margin-bottom: 10px;
    }
    
    .market-data-grid {
        margin-top: 20px;
    }
    
    .tesla-image {
        grid-column: 2;
        grid-row: 2;
        width: 130%;
        max-width: 300px;
        margin-left: -20px;
    }

    .data-item.top-left { 
        margin-right: -13px;
        margin-bottom: 0px;
    }
    .data-item.top-right { 
        margin-bottom: 0px;
        margin-left: -18px;
    }
    .data-item.bottom-left {
        margin-right: -40px;
    }
    .data-item.bottom-right {
        margin-top: -28px;
        margin-left: 8px;
    }
    
    .data-number {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    .data-label {
        font-size: 14px;
    }

    /* 政府政策强力驱动 */

    .policy-section{
        padding: 25px 5px 0px;
    }
    .policy-section h2{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .policy-content{
        gap: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .policy-circle{
        width: 100%;
        height: 100px;
    }
    .policy-title{
        font-size: 17px;
    }
    .policy-desc{
        font-size: 14px;
        padding: 0px;
    }

    .policy-section .outline{
        font-size: 18px;
    }

    .policy-section .policy_dividends{
        margin: 0px 5px;
        font-size: 17px
    }
    html[lang="en-us"] .policy-section .policy_dividends{
        line-height: 24px;
    }
    .policy-section .outline .outline-left .line-left{
        width: 20px;
        margin-top: 2px;
    }
    .policy-section .outline .outline-right .line-right{
        width: 20px;
        margin-top: 2px;
    }
    .about-us-section{
        background-color: #F8F8F8;
        padding: 20px 0px 0px;
    }
    .about-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about-subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .about-logo-container{
        display: none;
    }
    .about-images{
        display: flex;
        align-items: center;
    }
    .about-images img{
        width: 100%;
    }
    .about-logo-wap{
        display: block;
    }
    .about-text{
        display: none;
    }
    .about-text-wap{
        display: block;
    }
    .about-heading-wap{
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .about-paragraph{
        font-size: 13px;
    }

    .empowerment-section{
        padding: 30px 0px 10px;
    }
    .empowerment-title{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .empowerment-cards{
        margin-top: 20px;
    }
    .empowerment-cards{
        display: none;
    }
    .empowerment-cards-wap{
        display: block;
    }
    .empowerment-section .container{
        padding: 0px 10px;
    }
    .empowerment-card{
        display: flex;
        width: 94%;
        max-width: none;
        padding: 10px 10px;
        margin: 15px 0px;
    }
    .card-icon{
        height: auto;
        margin:0px;
       
    }
    .card-icon img{
        width: 70px;
    }
    .three-card-title{
        margin-bottom: 2px;
        font-size: 17px;
    }
    .card-right{
        text-align: left;
        margin-left: 15px;
    }
    .title-desc{
        font-size: 14px;
        color: #333333;
        font-weight: 500;
        margin-bottom: 4px;
    }
    .title-text{
        font-size: 12px;
        color: #333333;;
    }

    .choice-section{
        padding: 0px 0px;
    }

    .choice-section h3{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .choice-images{
        height: 150px;
    }

    .work-section h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .work-images{
        margin: 10px 0px;
    }

    .work-images-img{
        width: 100%;
    }

    .insure{
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 12px;
        padding: 10px;
    }

    .insure .affect{
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }
    .insure .jiameng{
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }
    .insure .car{
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }
    .insure .i-title{
        font-weight: bold;
    }
    .work-section{
        padding: 20px 0px 0px;
    }

    .success-cases-section{
        padding: 20px 0px 0px;
    }

    .success-cases-section h3{
        font-size: 20px;
    }
    
    .case-item.new-layout{
        align-items: center;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .case-item.new-layout .case-content.top-l{
        padding: 2px 0px 8px 10px;
    }
    .case-topic{
        margin-bottom: 5px;
    }
    .topic-title{
        font-size: 14px;
    }

    .case-subtitle{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .solution-box{
        padding:5px 10px;
        margin-top: 5px;
        
    }
    .solution-box.official{
        background: #FFFFFF;
        color: #333;
        border: 1px solid #DDDDDD;
        font-size: 12px;
        margin-bottom:0px;
    }
    .solution-box .solution-label{
        margin-bottom: 1px;
    }
    .solution-box.our{
        background: #FFEFEF;
        border-radius: 5px;
        border: 1px solid #B43033;
        color: #B43033;
        font-size: 12px;
    }

    .solution-box .yellow{
        color: #B43033;
    }
    .solution-box .solution-text{
        color: #333;
    }
    .solution-save{
        margin-top: 0px;
    }
    .case-item.new-layout .case-image{
        min-height: 150px;
    }
    .case-item.new-layout .case-image img{
        height: auto;
    }

    .case-item.new-layout .case-content.center-r{
        padding: 2px 10px 8px 0px;
    }
    .success-cases-section .container{
        padding: 0px 15px 20px;
    }
    .case-item.new-layout .case-content.bot-l{
        padding: 2px 0px 2px 8px;
    }
    .topic-icon-1{
        width: 20px;
    }
    .topic-icon-2{
        width: 20px;
    }
    .topic-icon-3{
        width: 20px;
    }
    .solution-training{
        border: 1px solid #B43033;
        background: #FFEFEF;
        border-radius: 5px;
        padding: 5px 10px;
    }
    .solution-training p{
        color: #B43033;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.8;
        margin: 0;
        letter-spacing: 0px;
    }

    .investment-section{
        padding: 15px 0px 0px;
    }
    .investment-section h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .investment-container{
        height: 350px;
    }

    .investment-center .huibao-image{
        width: 240px;
    }
    html[lang="en-us"] .investment-label.A {
        top: 54px;
        left: 2px;
    }
    .investment-label.A{
        top: 100px;
        left: 5px;
        z-index: 1;
    }
    .investment-label.R{
        top: 130px;
        right: 0px;
    }
    html[lang="en-us"] .investment-label.R{
        top: 100px;
        right: 35px;
    }
    .investment-label.L{
        bottom: 42px;
        right: 6px;
    }
    .label-title{
        color: #FF5151;
        font-size: 17px;
        margin-bottom: 5px;
    }
    .label-text{
        color: #333333;
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
        width: 83px;
    }
    html[lang="en-us"] .label-text{
        width: 180px;
    }
    html[lang="en-us"] .label-text.A1{
        width: 135px;
    }
    .label-text.A1{
        width: 135px;
    }
    .label-text.L3{
        width: 100px;
    }
    html[lang="en-us"] .label-content{
        max-width: 190px;
    }
    .label-title.R2{
        color: #51BBFF;
    }
    .label-title.L3{
        color: #FF8E51;
    }
    html[lang="en-us"] .label-text.L3{
        width: 150px;
    }

    html[lang="en-us"] .investment-label.L{
        bottom: 54px;
        right: 3px;
    }
    .vision-section{
        padding: 20px 0px;
    }
    .vision-main-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .vision-subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .vision-cards{
        display: block;;
    }
    .vision-card{
        display: flex;
        background: #FFFFFF;
        align-items: center;
        border-radius:15px;
        margin-bottom: 15px;
    }
    .card-body{
        min-height: 70px;
        padding: 10px;
    }
    .card-header{
        /* width: 75px; */
        padding: 22px 10px;
    }
    .card-title{
        font-size: 17px;
        width: 80px;
    }
    .card-title.title{
        padding: 0px 12px;
        width: 56px;
    }
    .card-header.card-red.yuanjing{
        /* width: 194px; */
    }

    .ground-case-img{
        width: 18px;
    }
    html[lang="en-us"] .card-content.en{
        line-height: 12px;
    }

    .model-mode{
        padding: 20px 5px;
    }
    .model-mode .ground-top .ground-case img{
        margin-right: 5px;
    }
    .model-mode .ground-top{
        width: 120px;
    }
    .model-mode .ground-top::after{
        border-width: 20px 0 20px 16px;
        right: -6px;
    }
    html[lang="en-us"] .model-mode .ground-top::after{
        border-width: 17px 0 17px 20px;
        right: -9px;
    }
    .model-mode .ground-top .ground-case{
        margin-left: 6px;
    }
    .jiameng-box{
        display: none;
    }

    .jiameng-box-wap{
        display: flex;
        align-items: center;
    }
    .model-mode .liucheng{
        text-align: center;
    }
    .model-mode .liucheng .lc_bot{
        font-size: 16px;
        line-height: 40px;
        padding: 0px 10px;
        width: 70px;
        text-align: center;
    }
    .model-mode .liucheng img{
        margin: 8px 0px;
    }
    html[lang="en-us"] .model-mode .liucheng .lc_bot{
        padding: 0px 10px;
        width: 80%;
    }

    .model-mode .lc_shuoming{
        margin-top: 0px;
        margin-left: 10px;
        flex-wrap: wrap;
    }
    html[lang="en-us"] .model-mode .lc_shuoming{
        flex-wrap: wrap;
    }
    html[lang="en-us"] .model-mode .lc_shuoming .sm_box{
        height: auto;
        font-size: 12px;
    }
    
    .model-mode .lc_shuoming .sm_box{
        width: 86%;
        height: 55px;
        padding: 15px;
        display: flex;
        align-items: center;
        box-shadow: 0px 5px 21px 0px rgba(0,0,0,0.1);
    }
    html[lang="en-us"] .model-mode .liucheng img{
        margin: 25px 0px;
    }
    .contact-section{
        background: #030506;
        margin-bottom: 60px;
    }

    .contact-section .contact-title{
        display: flex;
        flex-direction: column;
        color: #FFD800;
        font-size: 30px;
    }

    .contact-section .contact-title .rx{
        color: #fff;
        margin-bottom: 10px;
    }

    .contact-section .container{
        background: #030506;
    }
}
