body {
	background-color: #f5f5f5;
}
ul.nav>li:nth-child(5)>a {
	border-bottom: 1px solid #161616!important;
}
.joinus-top {
	width: 100%;
	height: 675px;
	background: url(../images/joinustop.jpg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
}
.joinus-top h1 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    padding-top: 270px;
}
.joinus-top h2 {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
}
.joinidea {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.joinidea h3 {
	font-size: 26px;
	color: #1d1d1d;
	font-weight: 500;
	line-height: 64px;
	padding-top: 42px;
}
.joinidea p {
	color: #707070;
	font-size: 16px;
	line-height: 47px;
}
.recruit {
	width: 1200px;
	margin: 0 auto 72px auto;
	text-align: center;
}
.recruit>h3 {
	font-size: 26px;
	color: #1d1d1d;
	font-weight: 500;
	line-height: 88px;
	padding-top: 42px;
}
.recruit>table {
	width: 1200px;
	font-size: 16px;
	line-height: 49px;
	border-collapse:collapse;
	color: #565656;
}
.recruit>table th{
	background-color: #253b58;
	color: #fff;
}
.recruit>table th:nth-child(3),.recruit>table th:nth-child(4) {
	width: 170px;
}
.recruit>table tbody tr:nth-child(2n+1) td {
	background-color: #fff;
}