
/* 添加 banner 样式 */
.banner {
    background-color: #f4f4f4;
    padding: 0;
    max-width: 2280px;  
    margin: 0 auto;
}

/* 招商*/
.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
}
.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;
}
/* 公司简介 */

/* 市场规模 */
.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-images {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.business-item {
    width: 360px;
    height: 152px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(55,106,255,0.15);
    border-radius: 8px;
}
.business-item .item_t{
    display: flex;
    align-items: center;
    padding: 20px 55px 10px 30px;
}
.business-item .item_t img{
    padding-right: 25px;
}
.business-item .item_t p{
    font-family: Source Han Sans CN;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    line-height: 32px;
    text-align: left;
}
.business-item .text-blue{
    color: #376AFF;
}
.business-item .text-yellow{
    color: #FF9C00;
}
.business-item .text-green{
    color: #1DB515;
}
.business-item .item_b{
    font-weight: 600;
    font-size: 15px;
    color: #333333;
}

/* 市场规模 */

/* 市场前景 */
.qianjing-section {
    background: #fff;
    padding: 20px 0;
    text-align: center;
}

.qianjing-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.qianjing-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.qianjing-images {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.qianjing-item {
    width: 272px;
    height: 310px;
    border-radius: 8px;
}
.qianjing-item .item_t{
    height: 118px;
    padding: 21px 0px;
    border-radius: 8px 8px 0px 0px;
}
.qianjing-item .item_t p{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
}
.qianjing-item .item_b{
    padding: 30px 20px 0px 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: left;
}
.qianjing-item.ground{
    background: #F6FFF6;
    box-shadow: 0px 4px 20px 0px rgba(110,194,106,0.15);
}
.qianjing-item.ground2{
    background: #FFFCF7;
    box-shadow: 0px 4px 20px 0px rgba(249,171,61,0.15);
}
.qianjing-item.ground3{
    background: #F1F5FF;
    box-shadow: 0px 4px 20px 0px rgba(98,141,252,0.15);
}
.qianjing-item.ground4{
    background: #FEF2F2;
    box-shadow: 0px 4px 20px 0px rgba(245,113,113,0.15);
}
.qianjing-item .item_t.ground{
    background: #6EC26A;
}
.qianjing-item .item_t.ground2{
    background: #F9AB3D;
}
.qianjing-item .item_t.ground3{
    background: #628DFC;
}
.qianjing-item .item_t.ground4{
    background: #F57171;
}
.qianjing-item .item_b.center{
    text-align: center;
}
.qianjing-item .item_b .text-lightgreen{
    color: #6EC26A;
}
.qianjing-item .item_b .text-blue{
    color: #628DFC;
}
/* 市场前景 */

/* 加盟优势 */
.company-intro {
    background-color: #fff;
    padding: 20px 0;
}

.company-intro .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 50px 20px;
}
.company-intro .intro-title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    text-align: center;
    padding-bottom: 40px;
}
.company-intro h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.company-intro .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;
}
.company-intro .outline.yunying{
    background: #F3972A;
}
.company-intro .outline.yingxiao{
    background: #383A3F;
}

.company-intro .outline span{
    padding: 0px 20px;
    letter-spacing:2px
}
.company-intro .intro-box{

}

.company-intro .intro-box .box-b{
    background: #F3F3F3;
    border-radius: 22px;
    padding: 13px 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 70px;
    margin-right: 20px;
}

/* 加盟优势 */


/* 关于迅维汽服 */
.qualification-section {
    background: #F9FBFF;
    padding: 20px 0;
}

.qualification-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 10px;
}

.qualification-section h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
.qualification-section .intro-title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    text-align: center;
    padding-bottom: 30px;
}
.qualification-section .qua-shu{
    /* height: 550px; */
    margin-top: 30px;
    background-image: url('/static/index/img/beijing-guanyu.png');
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.qualification-section .qua-shu .about-left{
    /* float: left; */
}
.qualification-section .qua-shu .about-center{
    /* float: left; */
    margin: 0px 12px;
}
.qualification-section .qua-shu .about-right{
    /* float: left; */
}
.qualification-section .qua-shu .about-left .about-left-box,.qualification-section .qua-shu .about-right .about-left-box{
    /* width: 513px; */
    min-height: 113px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(55,106,255,0.15);
    border-radius: 8px;
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 36px;
    padding: 0px 47px;
}
/* 关于迅维汽服 */


.new_line{
    clear: both;
    height: 60px;
    background: #fff;
}

/* 证书 */
.zhengshu-section {
    background-color: #F9FBFF;
    padding: 20px 0;
}
.zhengshu-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px 60px
}
.zhengshu-images {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.zhengshu-images .z-img{

    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(55,106,255,0.15);
    padding-top: 20px;
}

.zhengshu-images .z-img p{
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 59px;
}
.zhengshu-images2 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 35px 0px;
    flex-wrap: wrap;
}
.zhengshu-images3 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 35px 0px;
    flex-wrap: wrap;
}
/* 证书 */

/* 全国布局 */
.partner-section {
    background: #fff;
    padding: 20px 0;
}

.partner-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 60px;
}

.partner-section h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    color: #000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.partner-section .intro-title{
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    text-align: center;
    padding-bottom: 30px;
}
.partner-section .text-blue{
    color: #628DFC;
}
.partner-section .quanguo{
    margin-top: 30px;
}
.partner-section .quanguo .weizhi{
    padding-left: 80px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}
/* 全国布局 */

/* 部分店铺展示 */
.shop-section {
    background: #F9FBFF;
    padding: 20px 0;
}

.shop-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.shop-section h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 70px;
    color: #000;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

/* 部分店铺展示 */

/* 加盟流程 */
.model-mode {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}
.model-mode .ground-top{
    margin: 0;
    height: 100px;
}

.model-mode .ground-top .ground-case{
    margin-top: -40px;
    margin-left: 10px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 20px;
}
.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;
}
.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;
    height: 55px;
    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;
}
/* 加盟流程 */


/* 添加联系我们部分的样式 */
.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;
}

/* 加盟 */


/* 底部 */

.footers{
    padding: 20px;
    background-color: #292929;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footers .footer-new {
    text-align: center;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFFFF;
}

.footers .footer-new .jmrx{
    font-size: 20px;
}

.footers .footer-new .jmdh{

    font-size: 40px;
 
}
.footers .footer-new .jmjr{
    width: 222px;
    height: 70px;
    background: #B43033;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 70px;
    cursor: pointer;
}