
.background-write {
    background-color: #ffffff;
}

.top-content {
    height: 220px;
    padding-top: 30px;
}

.content-center{
    margin: 0 auto;
}

@media(min-width:770px){
	.content-center > .logo {
	    height: 120px;
	    width: 120px;
	    /*border-radius: 15px;*/
	    border: 1px solid #d7d7d7;
	    background: url("/images/companylogo.png") no-repeat;
	    background-size: 100% 100%;
	    float: left;
	}		
}

@media(max-width:768px){
	.content-center > .logo {
	    display:none;
	    height: 120px;
	    width: 120px;
	    /*border-radius: 15px;*/
	    border: 1px solid #d7d7d7;
	    background: url("/images/companylogo.png") no-repeat;
	    background-size: 100% 100%;
	    float: left;
	}		
}

.content-center > .detail {
    margin: 30px 0 0 40px;
    float: left;
}

.content-center > .detail > .name {
    font-size: 26px;
   
}

.content-center > .detail > .have-top {
    margin-top: 20px;
}

.content-center > .detail > .have-top > .enterprise-nature{
    font-size: 16px;
  
    float: left;
}

.content-center > .detail > .have-top > .separator{
    width: 2px;
    height: 20px;
    background-color: #ffffff;
    margin: 0 12px;
    float: left;
}

.content-center > .recruit-number {
    width: 200px;
    font-size: 40px;
    text-align: center;
    float: left;
}

.content-center > .prompt {
    width: 200px;
    font-size: 20px;

    margin-top: 15px;
    text-align: center;
    float: left;

}

/*分享*/
.content-center > .shareOther {
    display: inline-block;
    height: 30px;
    width: 280px;
    float: right;
    font-size: 13px;
    color: #ffffff;
    margin-top: -5px;
}

.content-center > .shareOther .titlediv{
    display: inline-block;
    height: 30px;
    width: 55px;
    float: left;
    line-height: 36px;
}

.content-center > .shareOther .contentdiv{
    display: inline-block;
    height: 30px;
    width: 80%;
    float: right;
}

.content-center > .navMenu {
    width: 270px;
    height: 40px;
    float: left;
    margin-top: 15px;
}

.navMenu > ul {
    width: 100%;
    height: 40px;
    display: block;
    margin: 0px;
    padding: 0px; }

.navMenu > ul li {
    width: 50%;
    height: 40px;
    display: block;
    float: left;
    cursor: pointer;
    text-align: center;
}
.navMenu > ul li a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    line-height: 50px;
}

.navMenu > ul li.active > a {
    color: #26a9e1;
}

.navMenu > ul li.active > div {
    width: 135px;
    height: 3px;
    background-color: #26a9e1;
    margin-top: 2px;
}

.recruiting-position {
    background-color: #fff;
    display: none;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.recruiting-position > .content-center > .title {
    height: 70px;
    padding-top: 25px;
}

.recruiting-position > .content-center > .title > .title-left {
    font-size: 20px;
    color: #333333;
    float: left;
}

.recruiting-position > .content-center > .title > .title-right {
    font-size: 14px;
    color: #999999;
    margin: 3px 75px 0 0;
    float: right;
}

.recruiting-position > .content-center > .title > .title-right > a {
    color: #26a9e1;
}

.job-information {
    width: 278px;
    height: 88px;
    border: 1px solid #d7d7d7;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 15px;
    float: left;
}

.job-information > div {
    float: left;
}

.position {
    font-size: 16px;
    color: #26a9e1;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.salary {
    text-align: right;
    font-size: 18px;
    color: #fa6041;
    float: right!important;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company {
    width: 100%;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-profile {
    background-color: #ffffff;
}

.content-center > .company-detail {
    float: left;
    padding-bottom: 30px;
}

.company-detail > .title {
    font-size: 20px;
    color: #333333;
    margin-top: 40px;
    float: left;
}

.company-detail > .cross-line {
    width: 90%;
    height: 1px;
    background-color: #d7d7d7;
    margin: 54px  0 14px 10px;
    float: left;
}

.company-detail > .describe {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding-top: 20px;
    float: left;
    width: 100%;
}



.content-center > .business-information {
    width:  278px;
    height: 370px;
    border: 1px solid #d7d7d7;
    margin: 40px 0 0 40px;
    padding: 25px;
    float: left;
}

.content-center > .business-information > div {
    height: 40px;
    margin-top: 15px;
}

.content-center > .business-information > .total-title {
    font-size: 20px;
    color: #333333;
    margin-top: 0;
}

.business-information > div > .logo1 {
    width: 14px;
    height: 14px;
    background: url("/images/messageLoge1.png") no-repeat center top;
    float: left;
    margin-top: 3px;
}
.business-information > div > .logo2 {
    width: 14px;
    height: 14px;
    background: url("/images/messageLoge2.png") no-repeat center top;
    float: left;
    margin-top: 3px;
}
.business-information > div > .logo3 {
    width: 14px;
    height: 14px;
    background: url("/images/messageLoge3.png") no-repeat center top;
    float: left;
    margin-top: 3px;
}
.business-information > div > .logo4 {
    width: 14px;
    height: 14px;
    background: url("/images/messageLoge4.png") no-repeat center top;
    float: left;
    margin-top: 3px;
}

.business-information > div > .title {
    font-size: 14px;
    color: #666666;
    margin-left: 5px;
    float: left;
}

.business-information > div > .message {
    width: 100%;
    font-size: 14px;
    line-height: 50px;
    color: #999999;
    float: left;
}

#tabbody2 {
    min-height: 700px;
    border-bottom: 1px solid #fefeff;
    display: none;
}

/*图片宣传页开始*/
.tab2background{
    width: 800px;
    margin: 0 auto;
    margin-top: 1px;
}

.tab2background .picture{
    width: 824px;
    margin: 10px auto;
    float: left;
}

.tab2background .picture .picturefront{
    width: 824px;
    height: 522px;
    float: left;
}

.carousel-inner .item img{
    display: block;
    width: 824px;
    height: 522px;
}

.tab2background .picture .pictureleft{
    width: 70px;
    height: 132px;
    margin-top: 196px;
    margin-left: 15px;
    cursor: pointer;
    float: left;
    background: url("../../../../images/business/website/job/left.png") no-repeat center top;
}

.tab2background .picture .pictureright{
    width: 70px;
    height: 132px;
    margin-top: 196px;
    margin-right: 15px;
    cursor: pointer;
    float: right;
    background: url("../../../../images/business/website/job/right.png") no-repeat center top;
}

.tab2background .picture .picturefront2{
    width: 824px;
    height: 120px;
    float: left;
}

.tab2background .picture .picturefront2 .onepage {
    width: 150px;
    height: 95px;
    float: left;
    margin-top: 25px;
    cursor: pointer;
}

.tab2background .picture .picturefront2 .onepage:hover{
    cursor: pointer;
}

.tab2background .picture .picturefront2 .twopage{
    width: 150px;
    height: 95px;
    float: left;
    margin-top: 25px;
    margin-left: 18px;
}

.tab2background .picture .picturefront2 .twopage:hover{
    cursor: pointer;
}

.tab2background .picture .picturefront2 .threepage{
    width: 150px;
    height: 95px;
    float: left;
    margin-top: 25px;
    margin-left: 18px;
}

.tab2background .picture .picturefront2 .threepage:hover{
    border: 4px solid #26a9e1;
    cursor: pointer;
}

.tab2background .picture .picturefront2 .fourpage{
    width: 150px;
    height: 95px;
    float: left;
    margin-top: 25px;
    margin-left: 18px;
}

.tab2background .picture .picturefront2 .fourpage:hover{
    border: 4px solid #26a9e1;
    cursor: pointer;
}

.tab2background .picture .picturefront2 .fivepage{
    width: 150px;
    height: 95px;
    float: left;
    margin-top: 25px;
    margin-left: 19px;
}

.tab2background .picture .picturefront2 .fivepage:hover{
    border: 4px solid #26a9e1;
    cursor: pointer;
}
/*图片宣传页结束*/