/* banner 位置 start */
button:hover{
    opacity: 0.9;
}
.bannerAll{
    position: relative;
    z-index: 1000;
}
.bannerWrap{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bannerWrap_gszc{
    background: url(../imgBaidu/gszx/tp_banner_gszx.jpg) no-repeat center top,linear-gradient(180deg, #F7874B 0%, #FA5E45 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(../imgBaidu/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 */
.hotserver_item > .info_wrap a{
    height: 50px;
    line-height: 50px;
    /* margin-top: 8px; */
    color: #FF3400;

}
.hotserver_list_gszx .hotserver_frist  ul{
    margin: 0px 0 8px;
}
.hotserver_list_gszx .hotserver_frist h2{
    font-size: 24px;
}
.hotserver_list_gszx .hotserver_frist ul li{
    display: flex;
    align-items: center;
    line-height: 22px;
}
.hotserver_list_gszx .hotserver_frist  ul li:last-child{
    margin-right: 0px;
    line-height: 62px;
}
.hotserver_list_gszx .hotserver_frist ul li .bigSpan{
    font-size: 44px;
    color: #FF3400;
    font-weight: bold;
}
.hotserver_list_gszx .hotserver_frist ul li .org{
    color: #FF3400;
}
.hotserver_list_gszx .hotserver_item > .info_wrap h5{
    margin: 5px 0 5px;
    line-height: 22px;
}
/* 热门服务 end */
/* 公司注销所需资料 start */
.companyRes{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.companyItem{
    flex: 1;
    background: #FFFFFF;
    margin-right: 14px;
    padding: 20px 30px;
    /* box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09); */
    cursor: pointer;
    border-radius: 4px;
}
.company_gszx .companyItem{
    padding:0 30px 20px;
    border: 1px solid #E4E7ED;
}
.companyItem h3{
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.companyItem h3 span{
    font-size: 58px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1B2948;
    margin-right: 15px;
    width: 34px;
}

.companyItem p{
    color: #909399;
    padding: 12px 0 21px;
    font-size: 14px;
    line-height: 12px;
}
.company_gszx .companyItem p{
    padding: 0px 0 20px 50px;
}
.companyItem p.topP{
    margin-top: -15px;
}
.companyItem button{
    color: #0090FF;
    font-weight: bold;
    font-size: 16px;
    background-image: url(../imgBaidu/icon_more_blue.png);
    background-size: 24px;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: underline;
}
.companyItem:hover button{
    color: #FF6900;
    background-image: url(../imgBaidu/icon_more_right.png);
}
.companyItem button img{
    width: 22px;
    margin-left: 6px;
}
.companyItem:last-child{
    margin-right: 0;
}
/* 公司注销所需资料 end */

/* 公司不经营不注销危害有多大 start */
.weihai_bg{
    background: url(../imgBaidu/gszx/bg_wh.jpg) no-repeat center;
    background-size: cover;
}
.article_main.weihai_bg h2.article_h2{
    color: #ffffff;
}
.weihai_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 20px;
}
.weihai_list .weihai_item{
    width: 33.3%;
    text-align: center;
    cursor: pointer;
    margin-top: 18px;
}
.weihai_list .weihai_item span{
    width: 72.08%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #1A2846;
    background: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.52);
    display: inline-block;
    border-radius: 4px;
}
.weihai_list .weihai_item:hover span{
    background: #FF6900;
    color: #ffffff;
}
/* 公司不经营不注销危害有多大 end */
/* 定制合理注销方案，快速完成公司注销 start */
.zx_plan_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.zx_plan_item{
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-top: 15px;
    background: url(../imgBaidu/gszx/bg_fangan.png) no-repeat center;
    background-size: cover;
    height: 90px;
    display: flex;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
.zx_plan_item:nth-child(2n+2){
    margin-right: 0;
}
.zx_plan_item .zx_tit{
    flex: 1;
}
.zx_plan_item .zx_tit h4{
    font-size: 18px;
    font-weight: bold;
    color: #1A2846;
}
.zx_plan_item .zx_tit p{
    color: #909399;
    font-size: 14px;
    margin-top: 5px;

}
.zx_plan_item button{
    width: 153px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #0090FF;
    font-weight: bold;
    font-size: 16px;
    background: #0090FF;
    color: #FFFFFF;
    box-shadow: 0px 2px 0px 0px rgba(0,104,185,1);
    border-radius: 4px;
}
.zx_plan_item button:hover{
    /* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1), 0px 2px 0px 0px rgba(0,123,218,1); */
}
.zx_plan_item button:active,.zx_plan_item button:focus{
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}
/* 定制合理注销方案，快速完成公司注销 end */

/* 多有米办理流程，只需3步 start */
.step_list{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.step_tit{
    width: 144px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #091627;
    position: relative;
    margin: 0 auto 27px;
}
.step_tit::after{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border: 16px solid #FFFFFF;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.step_list_left{
    width: 42.5%;
    border-radius: 4px;
}
.step_list_left .step_main{
    background: #ffffff;
    padding: 15px 15px 35px 66px;
    box-sizing: border-box;
    color: #5C6068;
    font-size: 14px;
    height: 350px;
    border-radius: 4px;
}
.step_list_left .step_main h4{
    font-size: 18px;
}
.step_list_left .step_main h4 span{
    font-size: 24px;
    font-weight: bold;
}
.step_list_left .step_main p{
    margin-top: 18px;
}
.step_list_left .step_main p span{
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #ffffff;
    background: #909399;
    display: inline-block;
}
.step_list_right{
    width: 55%;
    border-radius: 4px;
}
.step_list_right .step_tit{
    background: #0090FF;
    color: #ffffff;
}
.step_list_right .step_tit::after{
     border: 16px solid #0090FF;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.step_list_right .step_main{
    height: 350px;
    background: #ffffff;
    padding: 16px 23px 26px 27px;
    box-sizing: border-box;
    color: #5C6068;
    font-size: 14px;
}
.step_list_right .step_main h4{
    font-size: 18px;
    text-align: center;
}
.step_list_right .step_main h4 span{
    font-size: 24px;
    font-weight: bold;
    color: #FF6900;
}
.step_list_right .step_main p{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.step_list_right .step_main p:last-child{
    margin-bottom: 0;
}
.step_list_right .step_main p span:first-child{
     width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    /* background: linear-gradient(138deg, #0090FF 0%, #92CFFF 59%, #EDF7FF 92%, #FFFFFF 100%); */
    background: #0090FF;
    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: 40px;
     height: 50px;
     content: "";
     position: absolute;
     left: -40px;
     top: 0;
     background: rgba(0, 144, 255, 0.1);
     z-index: 99;
 }
/* 多有米办理流程，只需3步 end */
/* 公司注销服务 start */
.article_main.server_bg{
    background: url(../imgBaidu/gszx/bg_serve.png) no-repeat center;
    background-size: cover;
    padding: 20px 0;
}
.serve_list{
    display: flex;
}
.serve_left{
    width: 37.2%;
    padding: 48px 0 48px 78px;
    color: #ffffff;
    box-sizing: border-box;
}
.serve_left h2{
    color: #ffffff;
    font-size: 34px;
    line-height: 48px;
    font-weight: bold;
}
.serve_left p{
    margin-top: 14px;
    font-size: 14px;
}

.btn_wrap{
    margin: 100px auto 0;
    display: flex;
    flex-direction: column;
}
.serve_left button{
    width: 220px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
}
.serve_left button:first-child{
    margin-bottom: 20px;
    border: 1px solid #FF6900;
    background: #FF6900;
}
.serve_right{
    flex: 1;
    background: #ffffff;
    color: #5C6068;
    padding: 71px 0 37px 5.2%;
    position: relative;
    border-radius: 4px;
}
/* .serve_right::after{
    width: 360px;
    height: 100%;
    content: '';
    position: absolute;
} */
.serve_right h3{
    font-size: 18px;
    font-weight: bold;
    color: #1A2846;
    margin-bottom: 40px;
}
.serve_mian{
    display: flex;
    flex-wrap: wrap;
}
.serve_mian > div{
    width: calc(50% - 20px);
    font-size: 14px;
    margin-bottom: 38px;
    margin-right: 20px;
    /* border: 1px solid #F4F4F4; */
    /* height: 42px; */
    line-height: 20px;
    padding: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
   
}
.serve_mian >div:nth-child(2n +2){
    margin-right: 0;
}
.serve_mian > div span{
    font-size: 48px;
    margin-right: 10px;
    font-weight: bold;
}
/* 公司注销服务 end */
/* 城市网点覆盖 start */
.company_city_map{
    display: flex;
}
.company_city_map > div{
    flex: 1;
}

.company_city_map_right{
    padding: 30px 0;
}
.company_city_map_right .from_location_address{
    border: 1px solid #C0C4CC;
    background: #F5F8FF;
}
.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 */