body{
	background: #fff;
	font-family: "Microsoft YaHei"
}
.container{
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}
.clear{
	display: block;
    clear: both
}

.right {
    float: right!important
}

.left {
    float: left!important
}
i{
	font-style: normal;
}
.list{
	position: relative;
}
.box{
	position: relative;
}
.header,
.content,
.footer{
	position: relative;
}
.header{
	position: relative;
}
.header .logo{
	position: relative;
	margin-top: 20px;
}
.header .nav_bar{
	position: relative;
	margin-top: 20px;
	height: 44px;
	margin-bottom: 20px;
	border-bottom: 2px solid #4b4b4b
}
.header .nav_bar li{
	position: relative;
	width: 105px;
	height: 44px;
	text-align: center;
}
.header .nav_bar li:hover{
	border-bottom: 2px solid #0a7cc3;
}
.header .nav_bar li:hover a{
	color: #0a7cc3
}
.header .nav_bar li a{
	display: block;
	height: 44px;
	line-height: 44px;
	color: #000000;
	font-size: 18px;
}
.header .nav_bar li.active{
	background: #ba1e1e
}
.header .nav_bar li.active a{
	color: #fff;
}

.banner{
	width:100%;
}

.main_container{
	position: relative;
	margin-bottom: 40px;
	margin-top: 20px;
}
.CompanyInfo{
	position: relative;
	width: 230px;
}
.CompanyInfo .jobs,
.CompanyInfo .infor{
	position: relative;
}
.CompanyInfo .title{
	position: relative;
	width: auto;
	color: #fff;
	line-height: 35px;
	margin-bottom: 10px;
}
.bumen_list,
.CompanyInfo .list{
	position: relative;
	width: auto;
}
.CompanyInfo .list li{
	background: #f3f3f3;
	border-bottom: 1px solid #fff;
}
.CompanyInfo .bumen_list li{
	background: #f3f3f3;
}
.CompanyInfo .bumen_list li .zhiwei a,
.CompanyInfo .list li a{
	position: relative;
	display: block;
	width: auto;
	line-height: 45px;
	color: #333333;
	font-size: 16px;
	padding-left: 8px;
	padding-right: 8px;
	overflow:hidden;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
.CompanyInfo .bumen_list li .bumen{
	background: #d5e6f1;
	line-height: 35px;
	color: #568ab9;
	font-size: 18px;
	padding-left: 8px;
	padding-right: 8px;
	overflow:hidden;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
.CompanyInfo .bumen_list li .zhiwei{
	position: relative;
}
.CompanyInfo .infor{
	position: relative;
	background: #f3f3f3;
	margin-top: 20px;
	padding-bottom: 20px;
}
.CompanyInfo .infor p{
	position: relative;
	line-height: 35px;
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	color: #333333;
}
.adress{
	position: relative;
}
.adress .lebal{
	position: relative;
	width: 76px;
	display: block;
}
.adress .inp{
	position: relative;
	width: 135px;
	display: block;
	line-height: 20px;
	margin-top:10px;
}
.CompanyProfile{
	position: relative;
	width: 750px;
}
.CompanyProfile .title{
	position: relative;
	width: auto;
}
.CompanyProfile .img_box{
	position: relative;
	margin-top: 13px;
}
.CompanyProfile .img_box li{
	position: relative;
	width: 230px;
	margin-left: 15px;
}
.CompanyProfile .tupian{
	position: relative;
	margin-top: 30px;
}

.footer{
	position: relative;
	height: 30px;
	background: #74ade1;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}
.footer a{
	color: #fff;
}


