/* banner 位置 start */
button:hover{
    opacity: 0.9;
}
.bannerAll{
    position: relative;
    z-index: 1000;
}
.bannerWrap{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bannerWrap_gszc{
    background: url(../images/tp_banner_gszc@2x.jpg) no-repeat center top;
    background-size: 1920px auto;
    background-color: #FF5627;
}
.bannerMain{
    /* padding-top: 40px;
    padding-bottom: 120px;
    padding-left: 50px; */
}
.bannerMain img{
    width: 100%;
}
.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;
}
/* banner 位置 end */
/* 热门服务 start */
.hotserver_item > .info_wrap a{
    height: 50px;
    line-height: 50px;
    /* margin-top: 8px; */
    color: #FF3400;

}

.hotserver_item > .info_wrap .swtGO>a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #FFFFFF;
}
/* 热门服务 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;
}
.companyItem h3{
    font-size: 18px;
    font-weight: bold;
}
.companyItem p{
    color: #606266;
    padding: 10px 0 20px;
}
.companyItem p span{
    font-size: 21px;
    font-weight: bold;
    color: #FF3400;
}
.companyItem 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;
    text-decoration: underline;
}
.companyItem:hover button{
    color: #FF6900;
    background-image: url(../images/icon_more_right.png);
}
.companyItem button img{
    width: 22px;
    margin-left: 6px;
}
.companyItem:last-child{
    margin-right: 0;
}
/* 注册公司福利大放送 end */

/* 请选择你要注册的公司类型 start */
.company_type_tit{
    border-bottom: 1px solid #DCDFE6;
    text-align: center;
    font-size: 18px;
    padding: 0 0 10px 0;
    margin-top: 30px;
}
.company_type_tit a{
    padding-bottom: 8px;
    margin: 0 30px;
}
.company_type_tit a.cur{
    color: #0090FF;
    border-bottom: 5px solid #0090FF;
}
.company_type_tit a:hover{
    color: #0090FF;
}
.company_type_wrap{
    padding: 30px 0 18px;
    display: flex;
}
.type_wrap_label{
    margin-right: 42px;
    padding-top: 8px;
    font-size: 18px;
}
.company_type_wrap ul{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.company_type_wrap ul li{
    width: 16.66%;
    text-align: center;
    /* padding: 8px 0; */
    border: 1px solid #E4E7ED;
    box-sizing: border-box;
    margin-bottom: 12px;
    color: #666666;
    cursor: pointer;
    font-size: 14px;
    border-right: none;
    height: 40px;
    line-height: 40px;
}
.company_type_wrap ul li:nth-child(6n+6){
    border-right: 1px solid #E4E7ED;
}
.company_type_wrap ul li:last-child{
    border-right: 1px solid #E4E7ED;
}
.company_type_wrap ul li.cur{
    /* border: 1px solid #333; */
    color: #0090FF;
    font-size: 16px;
    /* background: #333; */
}
.company_type_wrap ul li:hover{
    color: #0090FF;
}
.company_type_info{
    display: none;
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.08);
    padding: 0 0 0 30px;
    display: flex;
    border-radius: 4px;
}
.company_type_left{
    flex: 1;
    border-right: 1px solid #DCDFE6;
    padding: 20px 30px 25px 0;
}
.type_tit_left{
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22px;
    font-weight: bold;
}
.type_tit_left::after{
    width: 50px;
    height: 3px;
    background: #333;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}
.type_item_left{
    font-size: 14px;
    margin-bottom: 10px;
}
.type_item_left b{
    font-weight: bold;
}
.type_item_left span{
    color: #666666;
}
.company_type_right{
    width: 508px;
    padding: 20px 0 25px 30px;
    box-sizing: border-box;
}
.company_type_right ul{
    display: flex;
    flex-wrap: wrap;
}
.company_type_right ul li{
    font-size: 14px;
    margin-right: 48px;
    margin-bottom: 22px;
    text-decoration: underline;
    cursor: pointer;
    color: #0090FF;
}
.company_type_right ul li a{
    color: #0090FF;
}
.company_type_right ul li a:hover{
    color: #FF6900;
}
.company_type_right ul li:hover{
    color: #FF6900;
}
.company_type_left > button{
    width: 310px;
    height: 50px;
    background: #FF6900;
    color: #FFFFFF;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 4px;
}

.company_type_left > button a {
    color: #FFFFFF;
}

.company_type_left > button img{
    width: 22px;
    margin-left: 8px;
}
/* 请选择你要注册的公司类型 end */

/* 公司注册流程 start */
.company_step_wrap{
    margin-top: 30px;
}
.company_step_list{
    display: flex;
}
.company_step_item{
    padding: 20px 20px 30px;
    background: #FFFFFF;
    margin-right: 14px;
    flex: 1;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
.company_step_item:last-child{
    margin-right: 0;
}
.company_icon > p{
    font-size: 58px;
    text-align: right;
    font-family: PingFangSC-Medium, PingFang SC;
    /* font-weight: bold; */
    color: #1B2948;
    margin-right: 15px;
}
.company_icon{
    display: flex;
    align-items: center;
}
.company_icon img{
    width: 54px;
}

.company_icon_tit{
    flex: 1;
    /* margin-top: -20px; */
}
.company_icon_tit h3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.company_icon_tit span{
    color: #FF6900;
    border: 1px solid rgba(255, 105, 0, 0.3);
    border-radius: 0px 8px 8px 8px;
    padding: 2px 9px;
    font-size: 14px;
}
.company_detail{
    font-size: 14px;
    color: #606266;
    margin-bottom: 12px;
}
.company_btn{
    cursor: pointer;
}
.company_btn 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;
    text-decoration: underline;
}
.company_btn button:hover{
   color: #FF6900;
    background-image: url(../images/icon_more_right.png);
}
.company_btn img{
    width: 22px;
    margin-left: 6px;
}
/* 公司注册流程 end */

/* 多有米代办公司注册 start */
.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: 240px;
    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;
}
.company_db_item:last-child{
    margin-right: 0px;
}
.company_db_item ul{
    /* display: flex;
    flex-wrap: wrap; */
    height: 94px;
    /* margin-top: 25px; */
}
.company_db_item ul li{
    color: #909399;
    line-height: 20px;
    /* border: 1px solid #F54A4F; */
    /* padding: 2px 15px; */
    /* margin-right: 10px; */
    white-space: nowrap;
    margin-bottom: 2px;
}
.company_db_item ul li:last-child{
    margin-bottom: 0px;
}
.company_db_item button{
    width: 82.5%;
    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:hover button{
    /* 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 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 button img{
    width: 22px;
    margin-left: 6px;
} */
/* 多有米代办公司注册 end */

/* 你将得到的资料 start */
.company_zl_list{
    margin-top: 30px;
    display: flex;
}
.company_zl_item{
    width: calc(33.3% - 15px);
    margin-right: 15px;
    height: 312px;
    background: #FFFFFF;
    /* box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09); */
    border-radius: 4px;
    cursor: pointer;
}
.company_zl_item:last-child{
    margin-right: 0;
}
.company_zl_item h3{
    color: #FFFFFF;
    height: 46px;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    background: linear-gradient(138deg, #8C8D95 0%, #000000 100%);
}
.zl_img_wrap{
    padding: 20px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 46px);
    box-sizing: border-box;
}
.zl_img_wrap img{
    max-width: 100%;
    max-height: 100%;
}
/* 你将得到的资料 end */
