/* banner 位置 start */
button:hover{
    opacity: 0.9;
}
.bannerAll{
    position: relative;
    z-index: 1000;
}
.bannerWrap{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bannerWrap_csjm{
    background: url(../images/tp_banner_csjm.jpg) no-repeat center top,linear-gradient(180deg, #006cff 0%, #3523bb 100%);
    background-size: 1920px auto;
}
.bannerMain{
    padding-top: 40px;
    padding-bottom: 120px;
    padding-left: 50px;
}
.company_h1{
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.company_ul{
    display: flex;
    margin-bottom: 10px;
}
.btn_ul_last{
    margin-bottom: 25px;
}
.company_ul li{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 42px;
}
.btn_orange{
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    color: #FF6900;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
/* 公司核名表单 start*/
.from_location_warp{
    background: url(../images/tp_gszc_tdbj.png) no-repeat center;
    background-size: cover;
    /* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.08); */
    padding: 30px 36px;
    /* margin-bottom: 40px; */
    position: absolute;
    bottom: -98px;
    left: 50%;
    transform: translateX(-50%);
    width: 1230px!important;
    height: 195px;
}
.from_location_title{
    display: flex;
    align-items: center;
}
.from_location_title h1{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #384C6B;
    margin-right: 20px;
}
.from_location_title .loop_wrap{
    font-size: 14px;
    color: #303133;
    position: relative;
    height: 20px;
    overflow: hidden;
}
.from_location_title .loop_wrap .list_loop{
    position: relative;
    font-weight: bold;
}
.from_location_title p span{
    font-size: 24px;
    font-weight: 600;
    color: #FF6900;
}
.from_location{
    display: flex;
    align-items: center;
    padding: 16px 0;
    position: relative;
}
.from_location_address{
    width: 180px;
    border: 1px solid #DCDFE6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    cursor: pointer;
    background: #ffffff;
    box-sizing: border-box;
}
.from_location_address div img{
    width: 16px;
    height: 18px;
    margin-right: 6px;
    vertical-align: sub;
}
.choiceProvince:before {
    content: '返回';
    width: 35px;
    height: 15px;
    margin-left: 14px;
    position: relative;
    top: 0px;
    color: #858d9c;
    display: inline-block;
}
.from_location .inputWrap{
    flex: 1;
    position: relative;
}
.from_location .inputWrap img{
    position: absolute;
    width: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.from_location input{
    flex: 1;
    border: 1px solid #DCDFE6;
    margin-left: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    background: #ffffff;
    width: 100%;
}
.from_location input:focus,.from_location_address:hover{
    border: 1px solid #0090FF;
}
.btn_nameNuclear{
    width: 270px;
    background: #FF6900;
    margin-left: 24px;
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}
.from_location_address > img{
    width: 11px;
    height: 6px;
}
.from_location_more{
    display: flex;
    align-items: center;
}
.from_location_more ul{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.from_location_more ul li a{
    margin-right: 40px;
    cursor: pointer;
    color: #0090FF;
    text-decoration: underline;
}
/* 公司核名表单 end*/
/* banner 位置 end */
/* 财税公司六大痛点 start */
.article_div_csjm{
    margin-top: 80px !important;
}
.company_db_list{
    margin-top: 30px;
}
.company_db_list{
    display: flex;
    flex-wrap: wrap;
}
.company_db_item{
    /* background: url(../imgBaidu/bg_company.jpg) no-repeat center; */
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 338px;
    box-sizing: border-box;
    padding: 20px;
    margin-right: 10px;
    width: calc(16.66% - 10px);
    border: 1px solid #E4E7ED;
    /* margin-bottom: 10px; */
    border-radius: 4px;
    cursor: pointer;
}
.company_db_item .type_tit_left{
    margin-bottom: 0;
    font-size: 18px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-weight: bold;
}
.company_db_item .type_tit_left span{
    font-size: 20px;
}
.type_tit_left::after {
    width: 50px;
    height: 3px;
    background: #333;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}
.company_db_item:last-child{
    margin-right: 0px;
}
.company_db_item ul{
    height: 174px;
}
.company_db_item ul li{
    color: #909399;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
}
.company_db_item button{
    width: 100%;
    height: 35px;
    min-height: 35px;
    font-size: 16px;
    border: 1px solid #0090FF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0090FF;
    color: #FFFFFF;
    box-shadow: 0px 2px 0px 0px rgba(0,104,185,1);
    border-radius: 4px;
}
.company_db_item button:hover{
    /* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1), 0px 2px 0px 0px rgba(0,123,218,1); */
}
.company_db_item button:active,.company_db_item button:focus{
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}
.company_db_item:hover .type_tit_left{
    color: #0090FF;
}
.company_db_item:hover .type_tit_left::after{
    background: #0090FF;
}
.company_db_item button .more_icon{
    background: url(../images/icon_more__white.png) no-repeat center;
    background-size: cover;
    width: 22px;
    height: 14px;
    display: inline-block;
    margin-left: 6px;
}
/* .company_db_item:hover button .more_icon{
    background: url(../imgBaidu/icon_more__white.png) no-repeat center;
    background-size: cover;
} */
/* .company_db_item button img{
    width: 22px;
    margin-left: 6px;
} */
/* 财税公司六大痛点 end */
/* 多有米六大核心竞争优势 start */
.serve_list{
    display: flex;
    margin-top: 30px;
    border-radius: 4px;
}
.serve_left{
    width: 25%;
    color: #ffffff;
    box-sizing: border-box;
}
.serve_left ul{
    font-size: 18px;
    color: #333333;
    /* font-weight: bold; */
}
.serve_left ul li{
    height: 65px;
    padding: 20px;
    background: #F6F9FD;
    color: #333333;
    box-sizing: border-box;
    cursor: pointer;
}
.serve_left ul li:hover{
    /* box-shadow: 0px 2px 6px 0px rgba(204, 204, 204, 0.5); */
    position: relative;
    z-index: 10;
    color: #333333;
}
.serve_left ul li.cur{
    color: #333333;
    background: #ffffff;
     z-index: 10;
    /* box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 9%); */
    font-weight: bold;
}
.serve_right{
    flex: 1;
    display: flex;
    align-items: center;
    background: #ffffff;
    color: #5C6068;
    cursor: pointer;
}
.serve_mian_list_item{
    flex: 1;
    padding: 16px 70px 30px 50px;
    display: none;
}
.serve_main_item{
    margin-bottom: 25px;
}
.serve_main_item h5{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.serve_main_item h5 span{
    font-size: 46px;
    color: #0090FF;
}
.serve_main_item p{
    font-size: 14px;
    font-weight: 400;
    color: #5C6068;
    margin-top: 10px;
}
.serve_main_item p .fs24{
    font-size: 24px;
}
.serve_main_item p .fs18{
    font-size: 18px;
    color: #333333;
}
.serve_main_item p .bold{
    font-weight: bold;
}
.serve_mian_list_item button{
    color: #0090FF;
    font-weight: bold;
    font-size: 16px;
    background-image: url(../images/icon_more_blue.png);
    background-size: 24px;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: 4px;
}
.serve_mian_list_item button:hover{
    color: #FF6900;
    background-image: url(../images/icon_more_right.png);
}
.serve_img{
    width: 439px;
    border-radius: 4px;
}
.serve_img img{
    width: 100%;
    display: none;
}
/* 多有米六大核心竞争优势 end */
/* 申请加入多有米需要具备的条件 start */
.step_list{
    display: flex;
    margin-top: 30px;
}
.step_list_left{
    margin-right: 75px;
    cursor: pointer;
}
.step_list_left .step_main{
   /* padding: 117px 158px 64px; */
   width: 585px;
   height: 310px;
   text-align: center;
   background: url(../images/csjm_jmtj.png) no-repeat center;
   background-size: cover;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
}
.step_list_left .step_main p{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 60px;
}
.step_list_left .step_main button{
    width: 269px;
    height: 44px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background: #FF6900;
    border-radius: 4px;
}

.step_list_right{
    width: 50%;
}
.step_list_right .step_main{
    /* height: 350px; */
    background: #ffffff;
    padding: 16px 23px 26px 0;
    box-sizing: border-box;
    color: #5C6068;
    font-size: 14px;
}
.step_list_right .step_main p{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.step_list_right .step_main p:last-child{
    margin-bottom: 0;
}
.step_list_right .step_main p span:first-child{
     width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    background: linear-gradient(134deg, #35A4FA 0%, #0090FF 100%);
    border-radius: 50px;
    z-index: 100;
 }
 .step_list_right .step_main p span:last-child{
    flex: 1;
    height: 50px;
    background: rgba(0, 144, 255, 0.1);
    border-radius: 0px 100px 100px 0px;
    color: #5C6068;
    font-size: 18px;
    line-height: 50px;
    padding-left: 14%;
    position: relative;
 }
 .step_list_right .step_main p span:last-child::after{
     width: 25px;
     height: 50px;
     content: "";
     position: absolute;
     left: -25px;
     top: 0;
     background: rgba(0, 144, 255, 0.1);
     z-index: 99;
 }
 
/* 申请加入多有米需要具备的条件 end */
/* 加盟流程 start */
.serve_step_bg{
    background: url(../images/bg_step.jpg) no-repeat center;
    background-size: cover;
}
.serve_step_bg.article_main h2.article_h2{
    color: #ffffff;
}
.serve_step_list{
    display: flex;
    align-items: center;
}
.serve_step_item{
    flex: 1;
    color: #ffffff;
    text-align: center;
    margin: 77px 0 32px;
    cursor: pointer;
}
.serve_step_item .tit_wrap{
    padding-bottom: 10px;
}
.serve_step_item .tit{
    position: relative;
    font-size: 18px;
    padding: 4px 0;
    margin: 0 40px;
    background: #4F5B6C;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.52); */
    border-radius: 4px;
}
.serve_step_item .tit::after{
    position: absolute;
    content: "";
    width: 0px;                 /*  宽高设置为0，很重要，否则达不到效果 */
    height: 0px;
    border: 10px solid #4F5B6C;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.serve_step_item .tit span{
    font-size: 26px;
    font-weight: bold;
    margin-right: 18px;
}
.serve_step_item .line_item{
    width: 100%;
    height: 2px;
    background: #E4E7ED;
    margin: 27px 0 20px;
    position: relative;
}
.serve_step_item .line_item::after{
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    box-sizing: border-box;
}
.serve_step_item p{
    opacity: 0.6;
    line-height: 22px;
}
.serve_step_item button{
    font-weight: bold;
    color: #0090FF;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 10px;
    border-radius: 4px;
}
.serve_step_item:hover .tit{
    background: #ffffff;
    color: #303133;
}
.serve_step_item:hover .tit::after{
    border: 10px solid #ffffff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.serve_step_item:hover button{
    color: #FF6900;
}
.serve_step_item:hover .line_item::after{
    background: #FF6900;
    border: 2px solid #ffffff;
}
.serve_step_item:hover p{
    opacity: 1;
    color: #ffffff;
}
.join_button {
    display: flex;
    justify-content: center;
}
.join_button button {
    width: 269px;
    height: 44px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    background: #FF6900;
    border-radius: 4px;
}
/* 加盟流程 end */
/* 加盟申请 start */
.article_main .article_div .article_h5_jmsq{
    font-size: 18px;
    color: #333333;  
}
.csjm .from_location_jmsq{
    padding: 30px 0 0 0;
}
.from_location_jmsq input{
    margin-left: 10px;
}
.from_location_jmsq .from_location_address {
   /* margin-left: 10px; */
}
.dym-mall_dropDown--address#index-address2{
    top: 74px;
}
.btn_type_comany .row {
    width: 22px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
}
.btn_long_oragin{
    margin-top: 30px;
}
/* 加盟申请 end */
/* 城市网点覆盖 start */
.company_city_map{
    display: flex;
}
.company_city_map > div{
    flex: 1;
}

.company_city_map_right{
    padding: 30px 0;
}
.select_place {
    display: flex;
}
.company_city_map_right .from_location_address{
    border: 1px solid #C0C4CC;
    background: #F5F8FF;
    margin-right: 20px;
}
.company_city_list{
    /* border: 1px solid #DFE7F4; */
    margin-top: 20px;
    height: 312px;
    overflow: auto;
}
.company_city_item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid #E6ECFA;
    cursor: pointer;
}
.company_city_item button{
    display: none;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #0090FF;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    color: #ffffff;
}
.company_city_item:hover{
    background: #F5F8FF;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    border: 1px solid #DFE7F4;
}
.company_city_item:hover h2{
    color: #0090FF;
}
.company_city_item:hover img{
    display: none;
}
.company_city_item:hover button{
    display: block;
}
.company_city_item:last-child{
    /* border-bottom: none; */
}
.company_city_item > div{
    flex: 1;
    margin-right: 10px;
}
.company_city_item h2{
    font-size: 18px;
    font-weight: bold;
}
.company_city_item p{
    font-size: 14px;
    color: #909399;
    margin-top: 4px;
}
.company_city_item img{
    width: 12px;
    min-width: 12px;
    /* height: 6px; */
}
.company_city_wrap{
    display: flex;
    align-items: center;
    background: #0090FF;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
}
.company_city_wrap p{
    flex: 1;
    position: relative;
    height: 50px;
}
.company_city_wrap p::after{
    position: absolute;
    height: 40px;
    background: #ffffff;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.company_city_wrap p:last-child{
    flex: 2;
    line-height: 62px;
}
.company_city_wrap p:last-child::after{
    display: none;
}
.company_city_wrap span{
    font-size: 44px;
}

/* 城市网点覆盖 end */

/* 团队风采 start */
.company_tdfc_list{
    display: flex;
    flex-wrap: wrap;
}
.company_tdfc_item{
    width: calc(33.33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    cursor: pointer;
}
.company_tdfc_item img{
    width: 100%;
}

 .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* height: calc((346px - 16px) / 2); */
    height: calc((100% - 16px) / 2);
    /* height: auto; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
}
.swiper-wrapper{
    margin-top: 30px;
    height: auto;
    padding-bottom: 30px;
}
/* 团队风采 end */