/*聯繫我們彈窗*/
.call_bg{
	width:100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999998;
	background: rgba(0,0,0,0.4);
}
.call_bigbox{
	width:400px;
	position: fixed;
	z-index: 999999999999;
	top:50%;
	left:50%;
	margin-top: -125px;
	margin-left: -200px;
	border-radius: 5px;
}
.call_title{
	width:100%;
	height:40px;
	line-height: 40px;
	font-size: 18px;
	padding-left:10px;
	background: #ff4400;
	color: #fff;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.call_title a{
	display: block;
	float: right;
}
.call_title a img{
	width: 16px;
	float: right;
	margin: 12px 10px;
	cursor: pointer;
}
.call_text{
	padding:10px 20px 20px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.margin_t10{
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
}
.margin_t10 img{
	height: 20px;
}
.dizhi_one{
	display: block;
	width:74px;
	float: left;
}
.dizhi_two{
	display: block;
	float:left;
}


.zhaopin_img_box{
    position: relative;
    overflow: hidden;
}
.zhaopin_img_box img{
    position: relative;
    left:50%;
    margin-left:-960px;

}
/*Company_recruitment招聘信息*/
.Company_recruitment{
    width:100%;
    padding:24px;
    box-sizing: border-box;
    position: absolute;
    left:0;
    top:100%;
    display: none;
}
.Company_recruitment_title{
    margin-bottom: 12px;
    color:#2e2e2e;
    font-size: 20px;
    text-align: center;
}
.Company_recruitment_parts{
    padding:12px;
    box-sizing: border-box;
    margin-bottom:30px;
    background-color:white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    min-width:290px;
}
.recruitment_right_box{
    padding: 0 10px;
}

.Company_recruitment_parts > div:nth-last-child(1){
    margin-bottom:0;
}
.recruitment_image{
    width:120px;
    text-align: center;
    margin:0 auto;
    float: left;
    background-color:#ff4000;
    margin-right:10px;
    border:1px solid #e5e5e5;
}
.recruitment_image img{
    border-radius:4px;
    max-width:120px;
    width:100%;
}
.Company_recruitment_parts .title{
    font-size:18px;
    color:#2e2e2e;
    margin-bottom:7px;
}
.Company_recruitment_parts .introduce{
    color:#909090;
    font-size:14px;
    overflow:hidden;
    margin-bottom:7px;
    height:60px;
}
.Company_recruitment_parts .btn_area{
    background-color:#ff4000;
    border-radius: 4px;
    width:80px;
    padding: 4px 0;
    text-align: center;
    margin:0 auto;
    cursor: pointer;
    float: right;
}
.Company_recruitment_parts .btn_area a{
    color:white;
    font-size: 12px;
}

@media  screen and (max-width: 500px) {
    .Company_recruitment_parts .title{
        font-size:14px;
    }
    .Company_recruitment_parts .introduce{
        font-size: 12px;
        height:50px;
    }
    .Company_recruitment_parts{
        min-width:0px;
    }
    .recruitment_image{
        width:90px;
    }
    /*聯繫我們彈窗*/			
	.call_bigbox{
		width:300px;
		position: fixed;
		z-index: 999999999999;
		top:50%;
		left:50%;
		margin-top: -125px;
		margin-left: -150px;
		border-radius: 5px;
	}
	.dizhi_two{
		width: 180px;
		display: block;
		float:left;
	}
}
@media screen and (max-width:370px) {
	 /*聯繫我們彈窗*/		
	.call_bigbox{
			width:300px;
			position: fixed;
			z-index: 999999999999;
			top:50%;
			left:50%;
			margin-top: -125px;
			margin-left: -150px;
			border-radius: 5px;
		}
		.dizhi_two{
			width: 180px;
			display: block;
			float:left;
		}
}