
#enterprise {
    float: right;
}
#enterprise .contentTopBox{
    width: 100%;
    position: relative;
    height: 44px;
    background: rgb(246,246,246);
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}
.common-style{
    border-top:none!important;
}
#enterprise .contentTopBox a.btn{
    padding: 0 30px;
    position: absolute;
    top: -1px;
    left: 0;
    height: 44px;
    font-size: 16px;
    color: #333333;
    background: rgb(255,255,255);
    line-height: 44px;
    text-align: center;
    display: block;
    border-top: 2px solid rgb(26,188,156);
    border-right: 1px solid #E5E5E5;
}
.enterprise-info {
    width: 980px !important;
}
.common-style {
    border: 1px solid #E5E5E5;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}


.common-edit {
    position: absolute;
    right: 20px;
    color: #5EA9E2;
}

.info-left {
    width: 150px;
    height: 93px;
    float: left;
}
.info-right {
    padding: 20px;
}
.cancel-mr {
    margin-left: 0;
}
.info-rmt {
    padding: 9px 10px;
    background-color: #F4F4F4;
}
.info-rmt:first-child{
    padding-bottom: 5px;
}
.info-rmt:first-child>span:nth-child(4)>em>img{
    position: relative;
    top: -1px;
    left:-2px;
}
.reset-style {
    max-width: 120px !important;
}
.info-rmt>span {
    display: inline-block;
    padding:0 20px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-right: 1px solid #D1D1D1;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-rmt>span:last-child {
    border-right: 0;
}
.info-rmt>span:first-child {
    text-align: left;
    padding: 0 15px;
}
.info-rmt span em {
    width: 19px;
    height: 18px;
    margin-right: 2px;
}

.info-rmb {
    padding: 10px 0;
    border-bottom: 1px dashed #E6E6E6;
}
.info-rmb:last-child {
    border-bottom: 0;
    padding: 10px 0 0 0;
}

.common-info em {
    display: inline-block;
    height: 12px;
    width: 2px;
    margin-right: 10px;
    background-color: #1BBC9B;
}

.customer {
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}
.customer img{
    height: 55px;
    width: 148px;
}
/*企业资质*/
.qualifications {
    float: left;
    margin-right:20px;
    position: relative;
    margin-top:15px;
}
.qualifications:nth-child(4n-2) {
    margin-left: 19px;
}
.qualifications:nth-child(4n+1) {
    margin-right: 19px;
}
.qualifications>a{
    width: 190px;
    display: block;
    height: 135px;
    border: 15px solid #e5e5e5;
    text-align: center;
    cursor: default;
}
.qualifications>a>img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    border: 1px solid #fff;
}
.qualifications span {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
}
/*点击查看大图*/
.qualifications span.click-view{
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../img/scaleToBig_03.png);
    position: absolute;
    right: 0;
    top: 137px;
}
.point {
    display: inline-block;
    width: 6px;
    height:6px;
    border-radius: 50%;
    background-color: #DCDCDC;
    margin: 0 10px 0 0;
}

/* 荣誉证书*/
.certificate li {
    display: inline-block;
    color: rgb(51,51,51);
}
.certificate:nth-child(2) li{
    color: rgb(103,103,103);
}
.certificate li:first-child {
    width: 575px;
    height: 100%;
    overflow: hidden;
}
.certificate li:nth-child(2) {
    width: 220px;
    height: 100%;
    overflow: hidden;
}
.certificate li:nth-child(3) {
    width: 120px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.certificate li:first-child:before {
    content: " ";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #DCDCDC;
    vertical-align: middle;
    margin-right: 10px;
}

.certificate:nth-child(2) li:first-child:before {
    width: 0;
    height: 0;
    margin-right: 0px;
    margin-left: 0px;
}
/*无信息样式*/
#enterprise .not-filling {
    width: 100%;
    height: 235px;
    text-align: center;
}
#enterprise .not-filling  i.NoMessLogo{
    width: 100px;
    height: 80px;
    display: inline-block;
    margin-top: 40px;
}

#enterprise .not-filling h4 {
    font-weight: bold;
    font-size:20px;
    margin: 15px 0 7px 0;
}
#enterprise .not-filling p {
    color: #ABABAB;
    font-size: 18px;
}
/*调整公共样式*/

/*20170719*/
/*基本信息*/
#companyInformation .not-filling  i.NoMessLogo{
    background: url(../img/enterprise-info.png);
}
/*典型客户*/
#typicalcustomer .not-filling  i.NoMessLogo{
    background: url(../img/customer-info.png);
}
#typicalcustomer ul{
    overflow: hidden;
    padding: 5px 20px 15px;
}
#typicalcustomer ul li.customer:nth-child(6n+1){
    margin-left:0;
}
/*企业资质*/
#enterpriseQua .not-filling  i.NoMessLogo{
    background: url(../img/aptitude-info.png);
}
/*荣誉证书*/
#certificate .not-filling  i.NoMessLogo{
    background: url(../img/certificate-info.png);
}
#certificate  ul{
    height: 39px;
    line-height: 40px;
    width: 95%;
    margin:0 auto;
}
#certificate ul+ul {
    border-top:1px solid #e5e5e5;
}
