#navbar {
	background: #f7f7f7;
	border-bottom: 1px solid #ccc;
	line-height: 40px
}

#navbar .arrow-down {
	position: relative;
	width: 20px;
	height: 20px;
	margin-left: 10px
}

#navbar .arrow-down::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: translate(-70%, -50%) rotate(45deg)
}

#navbar .control-m:hover .arrow-down::after {
	border-right: 1px solid #f69a1f;
	border-bottom: 1px solid #f69a1f
}

#navbar .show-m {
	position: absolute;
	top: 36px;
	left: 50px;
	width: 380px;
	z-index: 3;
	background: #fff;
	display: none
}

body {
	background-color: #ebebeb
}

body a {
	cursor: pointer
}

.companyListMain {
	width: 1210px;
	margin: 0 auto
}

.companyListMain .top {
	display: flex;
	background-color: #fff;
	margin-top: 2px
}

.companyListMain .top .left {
	width: 380px;
	height: 105px;
	padding-top: 15px;
	text-align: center
}

.companyListMain .top .center {
	width: 500px;
	float: left;
	height: 80px;
	padding-top: 40px;
	display: flex
}

.companyListMain .top .center input {
	box-sizing: border-box;
	width: 376px;
	height: 50px;
	border: 2px solid #009a44;
	float: left;
	padding-left: 5px
}

.companyListMain .top .center input::placeholder {
	padding-left: 10px
}

.companyListMain .top .center span {
	height: 50px;
	width: 98px;
	background: #009a44;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	text-align: center;
	display: flex;
	align-items: center;
	display: inline-grid;
	font-size: 15px;
	cursor: pointer
}

.companyListMain .top .right {
	width: 330px;
	display: flex;
	align-items: center
}

.companyListMain .top .right img {
	width: 100px;
	height: 100px
}

.companyListMain .recommend {
	background-color: #fff;
	margin-top: 10px;
	padding: 10px 0
}

.companyListMain .recommend .title {
	line-height: 56px;
	height: 56px;
	border-bottom: 1px solid #c7c7c7;
	padding: 0 10px 0 50px;
	background: url(../images/qiye_04.png) no-repeat 10px center;
	font-size: 20px;
	color: #666
}

.companyListMain .recommend .content {
	overflow: hidden;
	height: 315px;
	width: 1210px;
	overflow: hidden;
	position: relative
}

.companyListMain .recommend .content .swiper-slide {
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.companyListMain .recommend .content .swiper-slide .imgDiv {
	height: 140px;
	line-height: 140px;
	width: 140px;
	border: 1px solid #dedede;
	border-radius: 12px;
	overflow: hidden;
	margin: 10px 0 0 8px;
	display: flex;
	justify-content: center;
	align-items: center
}

.companyListMain .recommend .content .swiper-slide .imgDiv img {
	max-width: 100%;
	max-height: 100%
}

.companyListMain .filter {
	background-color: #fff;
	margin-top: 10px
}

.companyListMain .filter .companyType {
	display: flex;
	justify-content: space-between;
	height: 75px;
	padding: 10px
}

.companyListMain .filter .companyType div {
	display: inline-block;
	
	font-size: 16px;
	border: 1px solid #ff3600;
	vertical-align: middle;
	border-radius: 10px;
	margin-top:10px;
	margin-right:10px;
}

.companyListMain .filter .companyType div a {
	color: #ff3600;
	display: block;
	padding: 8px 10px;
}

/*.companyListMain .filter .companyType div:nth-child(1) {
	background: #ff3600;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: normal;
	display: inline-block;
	flex-basis: 50px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px
}*/

.companyListMain .filter .companyArea {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	border-top: 1px solid #eee
}

.companyListMain .filter .companyArea>div:nth-child(1) {
	background: #0074fd;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: normal;
	display: inline-block;
	flex-basis: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px
}

.companyListMain .filter .companyArea .AreaList {
	display: flex;
	flex-wrap: wrap;
	margin-left: 14px
}

.companyListMain .filter .companyArea .AreaList span {
	display: inline-block;
	border: 1px solid #0074fd;
	width: 48px;
	text-align: center;
	padding: 2px 0;
	margin: 0 8px 0 8px;
	font-size: 14px;
	border-radius: 5px;
	margin-top: 4px;
	cursor:pointer;
}

.companyListMain .search_key {
	padding: 11px 2px;
	font-size: 16px
}

.companyListMain .search_key .key_span {
	color: green
}

.companyListMain .search_key .cancle {
	font-size: 18px;
	color: red;
	margin-left: 18px;
	cursor: pointer
}

.companyListMain .companyList {
	display: flex
}

.companyListMain .companyList .left {
	width: 890px
}

.companyListMain .companyList .left .companyInfo {
	background-color: #fff;
	margin-top: 10px;
	padding: 14px
}

.companyListMain .companyList .left .companyInfo .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 5px
}

.companyListMain .companyList .left .companyInfo .top p:nth-child(1) {
	font-size: 20px;
	color: red
}

.companyListMain .companyList .left .companyInfo .top p:nth-child(1) a {
	color: red;
	display: flex
}

.companyListMain .companyList .left .companyInfo .top p:nth-child(1) a img {
	width: 24px;
	height: 24px;
	margin-right: 8px
}

.companyListMain .companyList .left .companyInfo .top p:nth-child(2) {
	font-size: 14px;
	background-color: #0085ea;
	color: #fff;
	padding: 7px 11px;
	border-radius: 6px
}

.companyListMain .companyList .left .companyInfo .top p:nth-child(2) a {
	color: #fff
}

.companyListMain .companyList .left .companyInfo .companyAttr {
	display: flex;
	width: 870px;
	margin-top: 4px;
	align-items: center
}

.companyListMain .companyList .left .companyInfo .companyAttr .companyLogo {
	width: 150px;
	height: 150px;
	border: 1px solid #c7c7c7;
	display: flex;
	align-items: center;
	justify-content: center
}

.companyListMain .companyList .left .companyInfo .companyAttr .companyLogo img {
	max-width: 100%;
	max-height: 100%
}

.companyListMain .companyList .left .companyInfo .companyAttr .attrList {
	width: 660px
}

.companyListMain .companyList .left .companyInfo .companyAttr .attrList P {
	margin-left: 10px;
	font-size: 14px;
	line-height: 15px;
	padding: 6px 0
}

.companyListMain .companyList .left .companyInfo .companyAttr .attrList>div {
	display: flex;
	overflow: hidden;
	padding-left: 5px
}

.companyListMain .companyList .left .companyInfo .companyAttr .attrList>div>a {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	display: flex;
	padding: 5px;
	align-items: center;
	justify-content: center
}

.companyListMain .companyList .left .companyInfo .companyAttr .attrList>div>a img {
	max-width: 100%;
	max-height: 100%
}

.companyListMain .companyList .left .bottom {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: end;
	background-color: #fff;
	align-items: center;
	height: 55px
}

.companyListMain .companyList .left .bottom .pageList {
	background-color: #fff;
	text-align: right;
	padding-right: 14px
}

.companyListMain .companyList .right {
	width: 310px;
	padding-top: 10px;
	margin-left: 10px
}

.companyListMain .companyList .right .title1 {
	height: 42px;
	line-height: 42px;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
	background: url(../images/qiye_15.png) no-repeat 10px center;
	padding-left: 30px;
	font-size: 20px;
	color: red
}

.companyListMain .companyList .right .content1 {
	background-color: #fff;
	padding-bottom: 10px
}

.companyListMain .companyList .right .content1 div {
	display: flex
}

.companyListMain .companyList .right .content1 div .imglogo {
	width: 100px;
	height: 100px;
	margin: 10px 10px 0 10px;
	border: 1px solid #eee;
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center
}

.companyListMain .companyList .right .content1 div .imglogo img {
	max-width: 100%;
	max-height: 100%
}

.companyListMain .companyList .right .content1 div .conpanyname {
	font-size: 14px;
	margin-top: 20px
}

.companyListMain .companyList .right .content1 div .conpanyname a:hover {
	color: #f69a1f
}

.companyListMain .companyList .right .title2 {
	font-size: 20px;
	line-height: 50px;
	padding-left: 10px;
	border-bottom: 1px solid #dedede;
	background-color: #fff;
	margin-top: 10px;
	font-weight: 600
}

.companyListMain .companyList .right .content2 {
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px
}

.companyListMain .companyList .right .content2 .item {
	display: flex;
	justify-content: space-between;
	padding: 5px 7px
}

.companyListMain .companyList .right .content2 .item span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.companyListMain .companyList .right .content2 .item span:nth-child(1) {
	display: inline-block;
	width: 160px;
	text-align: left
}

.companyListMain .companyList .right .content2 .item span:nth-child(1) img {
	margin-right: 5px
}

.companyListMain .companyList .right .content2 .item span:nth-child(2) {
	display: inline-block;
	width: 53px;
	text-align: right
}

.companyListMain .companyList .right .content2 .item span:nth-child(3) {
	display: inline-block;
	text-align: right
}

.companyListMain .companyList .right .title3 {
	font-size: 20px;
	line-height: 50px;
	padding-left: 10px;
	border-bottom: 1px solid #dedede;
	background-color: #fff;
	margin-top: 10px;
	font-weight: 600
}

.companyListMain .companyList .right .content3 {
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px
}

.companyListMain .companyList .right .content3 .item {
	display: flex;
	padding: 5px 7px
}

.companyListMain .companyList .right .content3 .item span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.companyListMain .companyList .right .content3 .item span:nth-child(1) {
	display: inline-block;
	width: 190px;
	text-align: left
}

.companyListMain .companyList .right .content3 .item span:nth-child(2) {
	display: inline-block;
	width: 100px;
	text-align: right
}/*# sourceMappingURL=company.css.map */
