/* 布局样式 */
.box {
	position: relative;
}
.header {
    height: 78px;
	width: 100%;
	background: #ffffff;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 100000000;
	border-bottom: 1px solid #cccccc;
}
.headerContent {
    width: 1230px;
	height: 78px;
	line-height: 78px;
	margin: 0 auto;

}
.headerContent .leftBox img{
	vertical-align: middle;
}
.headerContent .centerBox {
	margin-left: 55px;
}
.headerContent .centerBox ul li {
	font-size: 14px;
	color: #333333;
	float: left;
	margin-left: 35px;
	cursor: pointer;
}
.headerContent .centerBox ul img {
	vertical-align: text-top;
}
.headerContent .centerBox ul li:hover {
	font-weight: bold;
}
.rightBox .btn-default {
	width: 79px;
	height: 24px;
	line-height: 10px;
	color: #f77a23;
	font-size: 14px;
	border-radius: 12px;
	border: solid 1px #f77a23;
}
.searchArea {
	margin-top: 60px;
	width: 100%;
	height: 120px;
	background-color: #ed530f;
}
.searchContent {
	width: 1230px;
	height: 100%;
	margin: 0 auto;
}
.searchContent .searchLogo {
	line-height: 120px;
}
.searchContent .searchLogo .title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	margin-right: 10px;
}
.searchContent .searchLogo img {
	vertical-align: middle;
}
.searchContent .searchInput  {
	margin-top: 30px;
}
.searchContent .searchInput .input-group {
	width: 700px;
	height: 40px;
}
.searchContent .searchInput .input-group .form-control {
	height: 40px;
}
.searchContent .searchInput .input-group-addon {
	height: 40px;
	width: 100px;
	color: #ffffff;
	background-color: #ed530f;
}
.searchContent .searchInput .searchNav ul li{
	float: left;
	margin-top: 14px;
	margin-right: 30px;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
}
.searchContent .searchInput .searchNav ul li:hover {
	color: #e2e2e2;
	text-decoration: underline;
}
/* 内容区域 */
.content {
    background: #f1f1f3;
    padding-bottom: 34px;
    padding-top: 16px;
}
.banner {
    width: 1230px;
    height: 320px;
    margin: 0 auto;
}
.bannerImg {
    max-width: 100%;
    max-height: 100%;
}
.companyBox {
    width: 1230px;
    margin: 0 auto;
}
.companyBox ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.companyBox ul li {
    width: 192px;
    height: 83px;
    background: #FFFFFF;
    margin-top: 16px;
    margin-right: 15px;
    text-align: center;
    line-height: 83px;
}
.companyBox ul li:nth-child(6) {
    margin-right: 0;
}
.companyBox ul li img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.gangwei {
    width: 1230px;
    margin: 0 auto;
    background: #FFFFFF;
    margin-top: 18px;
    padding: 22px;
}
.gangwei ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.topTitle {
    overflow: hidden;
}
.topTitle .title {
    font-size: 14px;
    font-weight: bold;
    color: #141414;
    float: left;
}
.topTitle .title::before {
    content: url(../images/icon04.png);
    margin-right: 20px;
    vertical-align: middle;
}
.topTitle a {
    color: #999999;
    font-size: 14px;
    float: right;
}
.gangwei ul li {
    width: 200px;
    height: 50px;
    background: #FFFFFF;
    margin-top: 16px;
    margin-right: 46px;
    /* border: 1px solid #ed530f; */
}
.gangwei ul li:nth-child(5) {
    margin-right: 0;
}
.topJobBox {
    overflow: hidden;
}
.topJobBox .job {
    font-size: 14px;
    color: #306FBD;
    line-height: 24px;
}
.topJobBox .salary {
    font-size: 14px;
    color: #ed530f;
    line-height: 24px;
}
.companName {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
/* footer区域 */
.footer {
	width: 100%;
	height: 320px;
	background: #2b2c31;
}
.footerContent {
	width: 1230px;
	margin: 0 auto;
	padding: 50px 20px;
	display: flex;
	justify-content: space-between;
}
.footerLeft {
	width: 600px;
	height: 190px;
}
.footerLeft .top {
	display: flex;
	justify-content: space-between;
}
.footerLeft li {
	font-size: 12px;
	line-height: 30px;
	color: #abacad;
}
.footerLeft li:first-child {
	font-size: 14px;
	line-height: 40px;
	color: #eaebeb;
}
.footerLeft .bottom {
	font-size: 12px;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	height: 60px;
    line-height: 100px;
}
.footerRight {
	color: #abacad;
	font-size: 12px;
	text-align: right;
}
.footerRight .title {
	font-size: 24px;
}
.footerRight p {
	margin-bottom: 20px;
}
.footerRight p img {
	margin-left: 10px;
}