/* banner 位置 start */
button:hover{
    opacity: 0.9;
}
.bannerAll{
    position: relative;
    z-index: 1000;
}
.bannerWrap{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bannerWrap_dljz{
    background: url(../images/tp_banner_dljz@2x.jpg) no-repeat center top;
    background-size: 1920px auto;
    background-color: #F65E3E;
}
.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;
}
/* banner 位置 end */
/* 口碑推荐 */
.djjz .hotserver_frist h2{
    font-size: 24px;
}
.djjz .hotserver_frist > .info_wrap{
    padding: 30px 20px 14px;
}
.djjz .hotserver_frist ul {
    align-items: center;
}
.djjz .hotserver_frist ul li{
    margin-right: 26px;
    line-height: 22px;
}
.djjz .hotserver_frist ul li.bigLi{
    margin-top: -10px;
}
.djjz .hotserver_frist ul li b{
    color: #FF3400;
    font-weight: bold;
    font-size: 44px;
}
.djjz .hotserver_frist ul li span{
    color: #FF3400;
}
.hotserver_item > .info_wrap a{
    height: 50px;
    line-height: 50px;
    margin-top: 2px;
    color: #FF3400;

}

/* 注册公司福利大放送 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: #909399;
    padding: 12px 0 20px;
}
.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 */
.serve_info_list{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.serve_info_item{
    flex: 1;
    background: #ffffff;
    margin-right: 15px;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}
.serve_info_item:last-child{
    margin-right: 0;
}
.serve_info_item h3{
    background: #D9EDFF;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #1765A2;
    font-size: 22px;
    font-weight: bold;
}
.serve_info_item .item_p p{
    height: 40px;
    line-height: 40px;
    color: #333333;
    padding-left: 25px;
    display: flex;
    align-items: center;
}
.serve_info_item .item_p p:nth-child(even){
    background: #F5F5F6;
}
.serve_info_item .item_p p span{
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: bold;
    background: #56B5FF;
    display: inline-block;
    margin-right: 10px;
}
.serve_info_item .item_btn{
    text-align: center;
    padding: 15px 0;
}
.serve_info_item .item_btn a{
    width: 74.6%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0090FF;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    background: #0090FF;
    color: #FFFFFF;
    box-shadow: 0px 2px 0px 0px rgba(0,104,185,1);
    border-radius: 4px;
}
.serve_info_item:hover h3{
    background: #0090FF;
    color: #ffffff;
}
.serve_info_item:hover .item_btn a{
    /* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1), 0px 2px 0px 0px rgba(0,123,218,1); */
}
.item_btn a:active,.item_btn a:focus{
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}
/* 标准服务内容 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 25px;
    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 18px 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;
}
.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;
}
/* 服务流程 end */
/* 开公司找多有米 start */
.open_info_list{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.open_info_item{
    flex: 1;
    background: #ffffff;
    margin-right: 2px;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}
.open_info_item:hover{
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09);
}
.open_info_item:last-child{
    margin-right: 0;
}
.open_info_item .tit_wrap{
    background: #D9EDFF;
    text-align: center;
    color: #1765A2;
    padding: 10px 0;
    height: 92px;
    box-sizing: border-box;
}
.open_info_item .tit_wrap h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
.open_info_item .tit_wrap p{
    font-size: 14px;
}
.open_info_item .item_frist_wrap{
    padding: 0 15px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    /* padding-bottom: 32px; */
    padding-bottom: 18px;
    text-align: left;
}
.open_info_item .item_frist_wrap .item_frist{
    /* margin-bottom: 18px; */
    margin-bottom: 10px;
}
.open_info_item .item_frist_wrap .item_frist:last-child{
    margin-bottom: 0px;
}
.open_info_item .item_frist_wrap .tit{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.open_info_item .item_frist_wrap span{
    width: 21px;
    height: 21px;
    margin-right: 6px;
    line-height: 21px;
    text-align: center;
    background: #56B5FF;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
}
.open_info_item .item_frist_wrap p{
    color: #606266;
    font-size: 14px;
    /* line-height: 25px; */
    margin-left: 27px;
        text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}
.open_info_item.open_info_item_frist .item_wrap{
    padding: 18px 0 20px 0;
}
.open_info_item .item_wrap{
    padding: 25px 0 20px 0;
    height: 324px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.open_info_item .item_p{
    padding: 0 20px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    padding-bottom: 32px;
}
.open_info_item .center_small{
    justify-content: center;
}
.open_info_item .center_small p{
    margin-bottom: 30px;
}
.open_info_item .item_p p{
    font-size: 14px;
    color: #5C6068;
}
.open_info_item .item_p p span{
    font-weight: bold;
    color: #333333;
}
.open_info_item .item_btn{
    padding: 0 15px;
}
.open_info_item .item_btn a{
    width:100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0090FF;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #0090FF;
    color: #FFFFFF;
    box-shadow: 0px 2px 0px 0px rgba(0,104,185,1);
    border-radius: 4px;
}
.open_info_item .item_btn a span{
    width: 22px;
    height: 14px;
    background-image: url(../images/icon_more__white.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}
.companyItem:hover button{
    color: #FF6900;
}
.open_info_item:hover .item_wrap{
    /* height:378px; */
}
.open_info_item:hover .tit_wrap{
    /* background: url('../imgBaidu/bg_open_item.png') no-repeat center;
    background-size: cover;
    height: 94px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff; */
}
.open_info_item_frist:hover .item_frist{
    /* margin-bottom: 18px; */
}
.open_info_item_frist:hover .item_frist_wrap{
    /* padding-bottom:32px; */
}
.open_info_item:hover .item_btn a{
    /* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1), 0px 2px 0px 0px rgba(0,123,218,1); */
}
.item_btn a:hover{
    opacity: 0.9;
}
.open_info_item .item_btn a:active,.open_info_item .item_btn a:focus{
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}
/* .open_info_item:hover .item_btn a span{
    background-image: url(../imgBaidu/icon_more__white.png);
} */
.open_info_item .item_wrap{
    transition:all .3s ease;
}
/* 开公司找多有米 end */