/*header*/

.header {
	position: relative;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.header .inner {
	width: 1200px;
	padding: 15px 0;
	margin: 0 auto;
	overflow: hidden;
}

.header .logo {
	float: left;
	height: 40px;
}

.header .logo a,
.header .logo a img {
	display: block;
	height: 40px;
}

.header .user {
	float: right;
	padding: 2px 0;
	overflow: hidden;
}

.header .user a {
	float: left;
	height: 36px;
	padding: 0 12px 0 34px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-color: #f7f7f7;
	font-size: 14px;
	color: #333;
	line-height: 36px;
}

.header .user a+a {
	margin-left: 14px;
}

.header .user a:nth-child(1) {
	background-image: url(../img/user_ico01.png);
}

.header .user a:nth-child(2) {
	background-image: url(../img/user_ico02.png);
}

.header .user a:hover {
	color: #f70;
}


/*banner*/

.banner img {
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin-bottom: 80px;
}


/*列表*/

.company {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.company li {
	float: left;
	width: 245px;
	padding: 0 20px;
	border-radius: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}

.company li:nth-child(4n) {
	margin-right: 0;
}

.company li .firm {
	padding: 20px 0;
}

.company li .firm a {
	display: block;
	overflow: hidden;
}

.company li .firm a img {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background-color: #fff;
}

.company li .firm a p {
	float: right;
	width: calc(100% - 70px);
	height: 60px;
}

.company li .firm a p b {
	display: block;
	margin: 5px 0;
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.company li .firm a:hover p b {
	color: #000;
}

.company li .firm a p span {
	display: block;
	padding-left: 20px;
	background: url(../img/site_ico.png) no-repeat left center;
	font-size: 14px;
	color: #999;
}

.company li .jobs {
	min-height: 140px;
}

.company li .jobs a {
	display: block;
	height: 40px;
	padding: 0 14px;
	border-radius: 5px;
	background-color: #f3f3f3;
	font-size: 15px;
	color: #333;
	line-height: 40px;
}

.company li .jobs a+a {
	margin-top: 10px;
}

.company li .jobs a span {
	float: left;
	max-width: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.company li .jobs a span+span {
	float: right;
	color: #ff484a;
}

.company li .jobs a:hover {
	background-color: #57d782;
}

.company li .jobs a:hover span {
	color: #fff;
}

.company li .btn {
	padding: 20px 0;
}

.company li .btn a {
	display: block;
	width: 82px;
	height: 25px;
	padding: 0 9px;
	margin: 0 auto;
	background: url(../img/more_ico.png) no-repeat right 9px center;
	font-size: 15px;
	color: #888;
	line-height: 25px;
}

.company li .btn a:hover {
	color: #333;
}


/*job*/

.job {
	width: 1200px;
	margin: 0 auto;
}

.job .list {
	overflow: hidden;
}

.job .list li {
	float: left;
	width: 285px;
	border-radius: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}

.job .list li:nth-child(4n) {
	margin-right: 0;
}

.job .list li .jobs {
	display: block;
	padding: 16px 16px 14px;
}

.job .list li .jobs p {
	line-height: 28px;
	overflow: hidden;
}

.job .list li .jobs p+p {
	margin-top: 5px;
	line-height: 19px;
}

.job .list li .jobs p:nth-child(1) b {
	float: left;
	max-width: 160px;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.job .list li .jobs p:nth-child(1) span {
	float: right;
	font-size: 18px;
	color: #ff484a;
}

.job .list li .jobs p:nth-child(2) span {
	float: left;
	padding-left: 20px;
	background: url(../img/site_ico.png) no-repeat left center;
	font-size: 13px;
	color: #999;
}

.job .list li .jobs:hover p:nth-child(1) b {
	color: #000;
}

.job .list li .firm {
	display: block;
	padding: 16px;
	border-top: 1px dashed #eee;
	overflow: hidden;
}

.job .list li .firm img {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #fff;
}

.job .list li .firm p {
	float: right;
	width: calc(100% - 54px);
	height: 40px;
}

.job .list li .firm p span:nth-child(1) {
	display: block;
	font-size: 15px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.job .list li .firm p span:nth-child(2) {
	display: block;
	font-size: 13px;
	color: #999;
}

.job .list li .firm:hover p span:nth-child(1) {
	color: #000;
}


/*search*/

.search {
	width: 1170px;
	height: 70px;
	padding: 15px;
	border-radius: 20px;
	margin: 80px auto 100px;
	background-color: #25a359;
	line-height: 70px;
	cursor: pointer;
}

.search span {
	float: left;
	width: 830px;
	height: 70px;
	border-radius: 10px;
	background-color: #f3f3f3;
	font-size: 25px;
	color: #333;
	text-align: center;
}

.search i {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin: 16px 20px 14px 25px;
}

.search i:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 4px 3px 0 rgba(0, 0, 0, 0.2);
}

.search i:after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: 5px;
	width: 5px;
	height: 16px;
	border-radius: 3px;
	background-color: #fff;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.search b {
	float: left;
	height: 70px;
	font-size: 38px;
	color: #fff;
	text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.2);
}


/*slogan*/

.slogan {
	margin-bottom: 100px;
	opacity: .7;
}

	.slogan img {
		margin: 0 auto 30px;
	}

	.slogan span {
		display: block;
		font-size: 24px;
		color: #000;
		line-height: 1;
		text-align: center;
		letter-spacing: 2px;
	}


/*footer*/

.footer {
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 14px;
	color: #fff;
	line-height: 66px;
	text-align: center;
}

.footer span+span {
	margin-left: 6px;
}


/* weixin */
.weixin {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, .5);
}

.weixin p {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 360px;
	height: 340px;
	margin-top: -200px;
	margin-left: -180px;
	background: url('../img/gzwx-pic.png') no-repeat center;
	animation: spreeIn 0.4s;
}

@-webkit-keyframes spreeIn {
	0% {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}

	45% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	80% {
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes spreeIn {
	0% {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}

	45% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}

	80% {
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.weixin p i {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: 0.3s;
	transform: rotate(0) scale(0.95);
	cursor: pointer;
}

.weixin p i::before,
.weixin p i::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 20px;
	margin-top: -10px;
	margin-left: -1px;
	background-color: #fff;
}

.weixin p i::before {
	transform: rotate(45deg);
}

.weixin p i::after {
	transform: rotate(-45deg);
}

.weixin p i:hover {
	transform: rotate(180deg) scale(0.95);
}
