body{
	background: #fff;
	width: 100%!important;
}
#box{
	width: 100%;
	min-width: 1250px;
	margin: 0 auto;
}
#box .banner img{
	width: 100%;
	height: auto;
}
#box .joinBox{
	width: 1100px;
	margin: 30px auto;
}
#box .joinBox h3{
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
	color: #3e3a39;
	text-align: center;
	position: relative;
	letter-spacing: 5px;
}
#box .joinBox .line{
	display: inline-block;
	width:90px;
	height: 2px;
	background: #3e3a39;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -45px;
}
#box .joinBox .joinList{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-top: 50px;
	overflow: auto;
	padding: 0 20px;
}
#box .joinBox .joinList .joinContent{
	display: none;       
}
#box .joinBox .joinList .joinTitle{
	width: 25%;
	padding: 10px 0 25px;
}
#box .joinBox .joinList .joinTitle .icon{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../image/campus_join/icon1.png) no-repeat;
	background-size: 100%;
	margin-top: 20px;
	cursor: pointer;
	transition:.2s;
}
#box .joinBox .joinList .joinTitle .icon:hover{
	width: 15px;
	height: 15px;
	background: url(../image/campus_join/icon1_hover.png) no-repeat;
	background-size: 100%;
}
#box .joinBox .joinList .joinTitle p{
	font-size: 20px;
	line-height:40px;
	font-weight: bold;
	cursor: pointer;
	color: r;
}
#box .joinBox .joinList .joinTitle p:hover{
	color: #0075c2;
}
#box .joinBox .joinList .joinTitle span{
	font-size:14px;
	color: #595757;
	line-height: 20px;
}
#box .joinBox .joinList .paragraph{
	margin-top: 15px;
}
#box .joinBox .joinList .paragraph h6{
	font-size:14px;
	color: #595757;
	line-height: 40px;
	font-family: "微软雅黑";
}
#box .joinBox .joinList .paragraph p{
	font-size:16px;
	color: #898989;
	line-height: 26px;
}
#box .joinBox .joinList .deliveryLink{
	margin-top: 20px;
}
#box .joinBox .joinList .deliveryLink p{
	font-size: 14px;
	color: #898989;
}
#box .joinBox .joinList .deliveryLink img{
	width: 88px;
}
#box .joinBox .joinList .deliveryLink a{
	color: #4e5bfa;
	text-decoration: underline;
}

/* 办公环境 */
#box .officeEnvironment{
	margin: 50px auto 0;
}
#box .officeEnvironment h3{
	font-size: 34px;
	line-height: 40px;
	color: #3e3a39;
	text-align: center;
	position: relative;
	letter-spacing: 5px;
}
#box .officeEnvironment .line{
	display: inline-block;
	width:90px;
	height: 2px;
	background: #3e3a39;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -45px;
}
#box .officeEnvironment img{
	width: 100%;
	margin-top: 50px;
}
/* 福利待遇 */
#box .benefitsBox{
	width: 100%;
	background-color: #2b91e5;
	padding-top: 50px;
}
#box .benefits{
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#box .benefits h3{
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	position: relative;
	letter-spacing: 5px;
	color: #fff;
}
#box .benefits .line{
	display: inline-block;
	width:90px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -45px;
}
#box .benefits ul{
	margin-top: 50px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
#box .benefits li{
	width: 300px;
	height: 150px;
	text-align: left;
}
#box .benefits li i{
	display: inline-block;
	height: 50px;
}
#box .benefitsList:nth-of-type(1) li:nth-of-type(1) h5{
	background: url(../image/campus_join/welfare1.svg) no-repeat 250px 0px;
	background-size: 50px;
}
#box .benefitsList:nth-of-type(1) li:nth-of-type(2) h5{
	background: url(../image/campus_join/welfare2.svg) no-repeat 240px 0px;
	background-size: 60px;
}
#box .benefitsList:nth-of-type(1) li:nth-of-type(3) h5{
	background: url(../image/campus_join/welfare3.svg) no-repeat 250px 15px;
	background-size: 50px;
}

#box .benefitsList:nth-of-type(2) li:nth-of-type(1) h5{
	background: url(../image/campus_join/welfare4.svg) no-repeat 250px 10px;
	background-size: 50px;
}
#box .benefitsList:nth-of-type(2) li:nth-of-type(2) h5{
	background: url(../image/campus_join/welfare5.svg) no-repeat 250px 10px;
	background-size: 50px;
}
#box .benefitsList:nth-of-type(2) li:nth-of-type(3) h5{
	background: url(../image/campus_join/welfare6.svg) no-repeat 250px 15px;
	background-size: 50px;
}
#box .benefitsList:nth-of-type(3) li:nth-of-type(1) h5{
	background: url(../image/campus_join/welfare7.svg) no-repeat 250px 10px;
	background-size: 50px;
}
#box .benefitsList:nth-of-type(3) li:nth-of-type(2) h5{
	background: url(../image/campus_join/welfare8.svg) no-repeat 250px 0px;
	background-size: 50px;
}
#box .benefits li h5{
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
#box .benefits li p{
	color: #fff;
	line-height: 30px;
	font-size: 18px;
	margin-top: 10px;
}
#box .benefits li span{
	color: #898989;
	line-height: 24px;
	display: inline-block;
}

/* 招聘流程  */
#box .recruitmentProcess{
	margin: 0 auto;
	padding: 50px 0;
}
#box .recruitmentProcess h3{
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	position: relative;
	letter-spacing: 5px;
	color: #3e3a39;
}
#box .recruitmentProcess .line{
	display: inline-block;
	width:90px;
	height: 2px;
	background: #3e3a39;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -45px;
}
#box .recruitmentProcess img{
	width: 1050px;
	display: block;
	margin: 80px auto 0;
}

/* 网站底部 */
.footBox{
	width: 100%;
	background: #e6e6e6;
	padding: 30px 0;
	font-family: "微软雅黑";
}
.footBox h3{
	font-size: 30px;
	margin-bottom: 30px;
	color: #3e3a39;
}
.footBox p{
	font-size: 16px;
	color: #3e3a39;
	line-height: 30px;
}

/* 面向人群 */
#box .forCrowd{
	margin: 50px auto 0 auto;
}
#box .forCrowd h3{
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
	color: #3e3a39;
	text-align: center;
	position: relative;
	letter-spacing: 5px;
}
#box .forCrowd .line{
	display: inline-block;
	width:90px;
	height: 2px;
	background: #3e3a39;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -45px;
}
#box .forCrowd img {
	width: 100%;
	margin-top: 50px;
}