#company{
    height:80px;
    margin-left: 30px;
    float: left;
}

#company_name>span{
    float:left;
}
.c_name{
    font-size: 16px;
    color:#333333
}
.c_type{
    font-size: 12px;
    margin-left:5px;
    color:#888888;
    margin-top:1px;
}
.c_crade{
    display: block;
    width:16px;
    height:16px;
    margin-top: 3px;
    margin-left:12px;
}
.c_crade_0{
    background:url(../images/dengji_0.png) no-repeat center;
}
.c_crade_1{
    background:url(../images/dengji_1.png) no-repeat center;
}
.c_address{
    font-size: 12px;
    margin-left:10px;
    color:#888888;
    margin-top: 1px;
}
#company_achievement{
    margin-top:10px;
    font-size: 12px;
    color:#888888;
}
#company_achievement>span{
    color:#ff6000;
    margin-right: 25px;
}

.hoverclass{
    background:url(../images/up_03.png) no-repeat center;
}
.hoverblock{
    display: block;
}
.jf-hd-login-reg{
    display: block;
}

/*档案信息*/
#archivesInfo {
    padding: 15px 10px;
    width: 958px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    position: relative;
}

#archivesInfo .archivesInfo_in > div {
    float: left;
}

#archivesInfo .archivesInfo_in_left img {
    /* border: 1px solid #E5E5E5;*/
    width: 105px;
    height: 105px;
}

#archivesInfo .archivesInfo_in_right {
    margin-left: 18px;
    width: 87%;
}

#archivesInfo .archivesInfo_in_right p {
    font-size: 16px;
}

#archivesInfo i.certificationQIye {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/certificationQIye.png) no-repeat center;
    position: relative;
    top: 5px;
    left: 5px;
}

#archivesInfo .companyProfile {
    margin-top: 8px;
    position: relative;
}

#archivesInfo .companyProfile p {
    /*height: 70px;*/
    overflow: hidden;
    font-size: 14px;
    line-height: 23px;
    word-break: break-all;
}

#archivesInfo .companyProfile_btn {
    text-align: center;
    background: white;
    display: block;
    color: #6A92E8;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 3px;
    /*width: 65px;*/
    height: 21px;
    width: 38px;
    line-height: 24px;
}

#archivesInfo .companyProfile_btn i:last-child {
    position: relative;
    left: 1px;
    top: 1px;
    display: inline-block;
    width: 10px;
    height: 9px;
}

#archivesInfo .companyProfile_btn i:first-child {
    color: #333333;
    margin-right: 2px;
}

#archivesInfo i.arrowDown_blue {
    background-image: url("../images/arrowDown_blue.png");
}

#archivesInfo i.arrowUp_blue {
    background-image: url("../images/arrowUp_blue.png");
}

/*编辑档案信息*/
.offRigthSide {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #e5e5e5;
}

.editInfoBtn {
    color: #333333;
    display: block;
    width: 146px;
    text-align: center;
    background: url("../images/toBuArrow_white.png") no-repeat center;
}

.editInfoBtn span {
    margin-left: 25px;
}

.editInfoBtn:hover {
    color: #FFFFFF;
    background: url("../images/toBuArrow_green.png") no-repeat center;
}

/*基本信息*/
#beGoodAtDiv {
    margin: 10px 0;
}

#beGoodAtDiv .beGoodAt {
    width: 100%;
    padding: 5px 0;
}

#beGoodAtDiv .beGoodAt > span {
    height: 25px;
    line-height: 25px;
    float: left;
    font-size: 12px;
    color: #98999B;
    display: block;
    width: 102px;
    text-align: right;
}

#beGoodAtDiv .beGoodAt > div {
    float: left;
    width: 89%;
}

#beGoodAtDiv .beGoodAt > div span {
    display: block;
    float: left;
    font-size: 12px;
    color: #3598DC;
    padding: 0 10px;
    border: 1px solid #3598DC;
    border-radius: 5px;
    margin-right: 10px;
}

#beGoodAtDiv .beGoodAt > div p {
    color: #888;
    height: 25px;
    line-height: 25px;
}

.skillAdvantage {
    padding-top: 10px;
    width: 100%;
    border-top: 1px dashed #e5e5e5;
}

.skillAdvantage p {
    color: #5B5B5B;
    float: left;
}

.skillAdvantage p:first-child {
    width: 102px;
    text-align: right;
}

.skillAdvantage p:last-child {
    width: 89%;
    word-break: break-all;
}

#archivesInfo .enclosureDowload {
    padding: 0 !important;
    margin-top: 5px;
}
#archivesInfo .enclosureDowload li {
    line-height: 28px;
    padding: 0 10px;
    height: 26px;
    border: 1px solid #E5E5E5;
    float: left;
    color: #333333;
    cursor: pointer;
    margin-right: 15px;
}

#archivesInfo .enclosureDowload i.pin {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    background: url("../images/pin_black.png") no-repeat center;
}

#archivesInfo .enclosureDowload li:hover {
    color: #5587E7;
    border-color: #5587E7;
}

#archivesInfo .enclosureDowload li:hover i {
    background-image: url("../images/pin_blue.png");
}

/*成功案例*/
#successfulCase .successfulCaseDiv {
    padding: 15px 0;
    width: 96%;
    margin: 0 auto;
}

.successfulCaseDiv + .successfulCaseDiv {
    border-top: 1px dashed #cccccc;
}

.successfulCaseDiv+.successfulCaseDiv {
    border-top: 1px dashed #CCCCCC;
}
#successfulCase .successfulCaseDiv_left {
    float: left;
    width: 118px;
    height: 98px;
    border: 1px solid #DCDCDC;
    cursor: pointer;
}

#successfulCase .successfulCaseDiv_left img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#successfulCase .successfulCaseDiv_right {
    width: 84%;
    float: left;
    margin-left: 30px;
    position: relative;
}

#successfulCase .successfulCaseDiv_right_top span {
    color: #333333;
    margin-left: 20px;
    display: inline-block;
}

#successfulCase .successfulCaseDiv_right_top span:first-child {
    font-weight: bold;
    font-size: 15px;
    margin-left: 0;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    cursor: pointer;
}
#successfulCase .successfulCaseDiv_right_top span:nth-child(2) {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}
#successfulCase .successfulCaseDiv_right_top span:last-child i {
    color: #D91C1C;
    font-weight: bold;
}

#successfulCase .successfulCaseDiv_right_center span {
    color: #aeaeae;
    font-size: 12px;
}

#successfulCase .successfulCaseDiv_right_center span:before {
    content: "";
    display: inline-block;
    width: 1px;
    height:10px;
    margin: 0 10px;
    background: #AEAEAE;
}

#successfulCase .successfulCaseDiv_right_center {
    height: 16px;
    line-height: 16px;
    margin: 12px 0 0 0;
}

#successfulCase .successfulCaseDiv_right_center span:first-child:before {
   display: none;
}

#successfulCase .successfulCaseDiv_right_bottom {
    margin-top: 16px;
    position: relative;
}

#successfulCase .successfulCaseDiv_right_bottom p {
    color: #666666;
    font-size: 14px;
    line-height: 19px;
    /*height: 3em;*/
    overflow: hidden;
    word-break: break-all;
}
#successfulCase .successfulCaseDiv_right_bottom i.ellipsis {
    width: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    text-align: center;
    display: none;
}

#successfulCase .seeInfoBtn {
    display: block;
    width: 72px;
    height:24px;
    text-align: center;
    line-height: 24px;
    background: #3BAE94;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#successfulCase>p,#typicalcustomer>p, #enterpriseQua>p,#certificate>p{
    font-size: 18px;
    color: #ABABAB;
    text-align: center;
    padding: 20px 0;
}