#banner a{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10%;
    text-align: center;
    background: rgb(64, 144, 235);
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
#banner a:hover{
    background: rgb(42, 111, 189);
}
.sub_title{
    height: 60px;
    line-height: 60px;
    background: rgba(22, 113, 211, 0.01);
    text-align: center;
    margin-bottom: 30px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #333;
}
.sub_title i{
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 5px;
}
.yxqy_title i{
    background: url('../images/u995.png');
    background-size: 100% 100%;

}
.qlqy_title i{
    background: url('../images/u997.png');
    background-size: 100% 100%;

}
.hzhb_title i{
    background: url('../images/u999.png');
    background-size: 100% 100%;
}
.company_item{
    border-top: 1px dashed #4093f2;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    width: 48%;
    margin-right: 30px;
    font-size: 14px;
}
.lists .company_item:nth-child(2n+1){
    margin-right: 0;
}
.lists_content .company_item:last-child{
    border-bottom: 1px dashed #4093f2;
}
.lists_content .company_item:nth-last-child(2){
    border-bottom: 1px dashed #4093f2;
}
.company_item:hover{
    background-color: rgba(64, 96, 235, 0.04);
}
.company_item img{
    width: 151px;
    height: 64px;
    vertical-align: middle;
    margin-right: 30px;
    padding: 5px 10px;
    box-sizing: border-box;
}
.company_item h6{
    display: inline-block;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
}
.company_item a{
    color: rgb(22, 113, 211);
    font-size: 14px;
    float: right;
    margin-top: 20px;
    cursor: pointer;
}
.company_item a i{
    background: url(../images/add.png);
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    transform: rotate(-47deg);
}
.pop .layui-layer-title{
    background: #fff !important;
    border: none !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pop{
    border-radius: 5px !important;
}
.pop .layui-layer-content{
    padding: 0 50px;
    box-sizing: border-box;
    height: 87% !important;
}
.c_d{
    margin: 20px 0;
}
.c_d h4{
    font-size: 16px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    margin-bottom: 30px;
}
.c_d p{
    line-height: 25px;
    font-size: 14px;
}
.content h3{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.content>p{
    margin: 0 0 10px 0;
    font-size: 15px;
}
#yxqy, #qlqy{
    position: relative;
    top: -130px;
    display: block;
}
@media screen and (max-width: 800px) {
    .apply_m {
        display: block !important;
        background: #1e7ce7 !important;
        text-align: center;
        height: .7rem;
        color: #fff !important;
        line-height: .7rem;
        margin-top: 0;
        width: 2.5rem;
        border-radius: 25px;
    }
    .share_box{
        display: none;
    }
    .lists_content ul{
        padding: 0 10px;
    }
    .company_item{
        padding: 20px 0;
        display: flex;
        align-items: center;
    }
    .company_item img {
        width: 2.5rem;
        margin-right: .3rem;
        height: auto;
    }
    .company_item {
        width: 100%;
    }
    .company_item h6 {
        width: 30%;
        margin-right: .5rem;
        font-size: .25rem;
    }
    .company_item a{
        margin-top: 0;
    }
    .sub_title {
        font-size: .28rem;
    }
    .concat_box{
        margin-bottom: 1rem !important;
        padding-bottom: 0 !important;
    }
    .concat>div:nth-child(2){
        margin: 0 !important;
    }
    .qrcode {
        width: 2.3rem;
        height: auto;
        margin: 0 auto;
    }
    .concat>div:nth-child(3){
        width: 100%;
        padding: 0 10px;
    }
    .concat>div>div{
        text-align: center;
    }
    .pop .layui-layer-content {
        padding: 0 10px;
    }
}