﻿body
{
}

.hide
{
    display: none !important;
}

.container
{
    width: 1200px;
    margin: 0 auto;
    height: auto;
    padding: 0 0;
    text-align: left;
    position: relative;
}

.wrapper
{
    width: 100%;
    border-radius: 4px;
    position: relative;
    background-color: transparent;
}

.company-header
{
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px; /*box-shadow: 0px 5px 10px #ddd;*/
}

.section-top
{
    margin: auto;
    width: 100%;
    height: auto;
    padding: 0px 0px;
    background: url(/assets/images/bg12.png) top no-repeat;
    background-size: 100% 120px;
}

.company-logo
{
    float: left;
    display: inline;
    width: 140px;
    height: 140px;
    margin: 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0px solid #ececec;
}

.company-logo-img
{
    display: inline-block;
    width: 100%;
}

.company-title
{
    float: left;
    width: 760px;
    text-align: left;
}

.company-title-name, .company-rank
{
    float: left;
    padding-left: 10px;
}
.company-subname
{
    color: #333;
    font-size: 30px;
    font-weight: bold;
}

.company-realname
{
    color: #666;
    font-size: 16px;
    margin-top: 5px;
}

.company-rank
{
    margin-top: 8px;
}

.company-rank-tag
{
    float: left;
    display: inline;
    padding: 3px 10px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
    background: #636363;
}

.company-rank-yellow
{
    background: #ff9900;
}

.company-rank-blue
{
    background: #3b99fb;
}

.company-part
{
    margin-top: 10px;
}

.company-part-item
{
    float: left;
    position: relative;
    padding: 8px 25px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.company-part-item::after
{
    position: absolute;
    content: '';
    right: 0;
    top: 33.3%;
    bottom: 33.3%;
    border-right: 1px solid #a3a3a3;
}

.company-part .company-part-item:last-child::after
{
    border-right: none;
}

.company-part-item div
{
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.company-part-item p
{
    color: #999;
}

.company-share
{
    float: left;
    text-align: center;
    width: 240px;
    position: relative;
}

.company-share-img
{
    display: inline;
    border: 0;
    width: 125px;
    margin-top: 0px;
}

.scan-note
{
    color: #666;
    margin-top: 8px;
}

.btn-top-report
{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
}

.btn-top-report-icon
{
    border: 0;
    vertical-align: baseline;
    margin-right: 3px;
    width: 12px;
}

.section-left
{
    margin-top: 15px;
    margin-bottom: 10px;
    background: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    width: 935px;
    float: left;
}

.section-title
{
    height: 45px;
    position: relative;
}

.section-title-name
{
    position: relative;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}
.section-title-name::after
{
    position: absolute;
    content: '';
    right: 60%;
    left: 0;
    bottom: -10px;
    border-top: 3px solid #0685e6;
}

.section-info
{
    padding: 10px 0;
}

.company-desc
{
    font-size: 14px;
    line-height: 30px;
    color: #666;
	word-break: break-all;
}

.btn-chat-small
{
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    color: #fff !important;
    border-radius: 5px;
    background: #f30;
    margin-left: 15px;
}

.btn-chat-small:hover
{
    background: #ff0000;
}

.job-list
{
    margin: 0 auto;
}

.job-item
{
    margin-bottom: 8px;
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
    cursor: pointer;
    display: block;
}

.job-item:hover
{
    background-color: #E1F5FD;
}

.job-line
{
    color: #999;
    margin-bottom: 5px;
}

.job-name
{
    font-weight: bold;
    color: #f60;
    font-size: 16px;
    display: inline-block;
}

.job-pubtime
{
    color: #666;
    font-size: 14px;
    float: right;
}

/* 企业联系方式 */
.contact-inner
{
}
.contact-item
{
    display: block;
    height: 25px;
    margin-bottom: 6px;
    position: relative;
    font-size: 16px;
    color: #666;
}
.contact-item img
{
    display: inline-block;
    vertical-align: text-bottom;
}
/* 用户查看联系方式提示 */
.contact-item-tip
{
    display: inline-block;
}
.contact-item-tip-btn
{
    color: #188CE1 !important;
}
.contact-item-tip-txt
{
    color: #ff0000;
}
/* 用户登录和注册按钮 */
.btn-contact-layout
{
    display: inline-block;
    position: absolute;
    top: -3px;
}
.btn-contact-item
{
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 10px;
    padding: 3px 8px;
    color: #fff !important;
    border-radius: 5px;
    line-height: normal;
}
.btn-contact-login
{
    background: #f30;
}
.btn-contact-register
{
    background: #06f;
}

.section-note
{
    padding: 10px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    background: #FFF6D5;
    border: 1px solid #f5e5a0;
    border-radius: 2px;
}

.font-red
{
    color: Red;
    font-weight: bold;
}

.section-right
{
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    float: left;
}

.section-right-layer
{
    background: #fff;
    border-radius: 5px;
    padding: 15px 15px;
    width: 195px;
}

.company-info
{
    width: 100%;
    height: auto;
    padding: 0px 0px;
}

.company-info-item
{
    margin-bottom: 20px;
    color: #555;
    font-size: 14px;
    padding-left: 25px;
}

.info-r1
{
    background: url(/Assets/images/company/r1.png) 0px 4px no-repeat;
}
.info-r2
{
    background: url(/Assets/images/company/r2.png) 0px 4px no-repeat;
}
.info-r3
{
    background: url(/Assets/images/company/r3.png) 0px 4px no-repeat;
}
.info-r4
{
    background: url(/Assets/images/company/r4.png) 0px 4px no-repeat;
}
.info-r5
{
    background: url(/Assets/images/company/regamount.png) 0px 4px no-repeat;
}
.info-r6
{
    background: url(/Assets/images/company/regtime.png) 0px 4px no-repeat;
}

.pictures-swiper
{
    width: 100%;
    min-height: 135px;
    position: relative;
    overflow: hidden;
}

.pictures-swiper img
{
    width: 100%;
    height: 100%;
    display: block;
}

.pictures-swiper-pagination
{
    z-index: 5;
    bottom: 25px !important;
    top: inherit !important;
    min-width: 90px;
    text-align: right;
}

.pictures-swiper-pagination .swiper-pagination-bullet
{
    display: inline-block !important;
    margin: 0 4px !important;
    width: 20px;
    border-radius: inherit !important;
    background-color: #fff !important;
    opacity: .4;
}

.pictures-swiper-pagination .swiper-pagination-bullet:last-child
{
    margin-right: 20px;
}

.pictures-swiper-pagination .swiper-pagination-bullet-active
{
    opacity: 1 !important;
}

.section-recommand
{
    width: 100%;
    margin-top: 15px;
}

.recommand-title
{
    line-height: 30px;
    height: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    background: #188CE1;
    text-indent: 20px;
    margin-bottom: 5px;
    border-radius: 2px;
    position: relative;
}

.recommand-title::after
{
    position: absolute;
    color: #f60;
    font-size: 14px;
    content: '▼';
    right: 10px;
}

/* 举报企业 */
.resport-form
{
    width: 90%;
    margin: 0px auto;
    padding: 10px 0px;
}
.report-radio-line
{
    display: table;
    padding: 8px 0px;
    width: 100%;
}
.report-radio-item input[type=radio]
{
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.report-radio-item
{
    cursor: pointer;
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

.report-remark-line
{
    width: 100%;
    margin: 8px auto;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    text-align: center;
}
.report-remark-txt
{
    width: 98%;
    margin: 5px auto;
    height: 60px;
    resize: none;
    outline: none;
    display: inline-block;
    border: none;
}
.report-note-line
{
    line-height: 35px;
}

.btn-report
{
    vertical-align: top;
    border: 1px solid #999;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px !important;
    color: #999 !important;
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
}
