.daolu{
	width: 100%;
	padding: 60px 0;
	background: #fff;
	overflow: hidden;
}
.daolu_l{
	width: 550px;
    height: 400px;
    /* text-align: center; */
    overflow: hidden;
    margin-left: 120px;
}
.daolu_l img{
	width: auto;
	max-width: 550px;
	height: 400px;
	 float: right;
}
.daolu_r{
	margin-left: 45px;
	width: 395px;
	height: 400px;
}
.daolu_r h1{
	line-height: 45px;
	color: #fff;
	font-size: 20px;
	text-indent: 60px;
	font-weight: normal;
	background: url('../images/jt.png') no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
}
.daolu_r p{
	margin-top: 50px;
    color: #333333;
    line-height: 24px;
    /*font-weight: bold;*/
}


/*学习  列表*/
.study{
	width: 100%;
	margin-bottom: 40px;
	background: #fff;
	overflow: hidden;
}
.study ul li{
	width: 540px;
	height: 300px;
	float: left;
	margin-bottom: 20px;
	padding: 25px;
	background: #f2f2f2;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}
.study ul li:nth-of-type(2n){
	margin-left: 20px;
}
.study ul li h1{
	font-size: 20px;
	margin-bottom: 15px;
}
.study ul li p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 11;
	-webkit-box-orient: vertical;
}






/*报酬与激励*/
.reward{
	width: 100%;
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}
.reward_1{
	height: 450px;
	overflow: hidden;
	position: relative;
}
.reward_1 img{
	width: 100%;
	min-height: 450px;
}
.reward_r{
	width: 50%;
	height: 450px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(160,67,26,0.5);
}
/*.reward_r ul li{
	width: 90%;
    height: 335px;
    padding: 0 5% 0;
    float: left;
    overflow: scroll;
    margin-bottom: 30px;
    margin-top: 50px;
    overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}
.reward_r ul li::-webkit-scrollbar {
        display: none;
    }
.reward_r ul li:nth-of-type(2){
	width: 22%;
	padding: 80px 14%;
	line-height: 30px;
	background: rgba(160,67,26,0.9);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}*/
.reward-text{
	padding: 0 5% 0;
	margin-bottom: 30px;
    margin-top: 50px;
}
.reward-text li{
	list-style: disc;
	margin-left: 20px;
}
.reward_r p{
	width: 100%;
}
.reward_r h1{
	font-size: 22px;
	margin-bottom: 30px;
}









/*招聘顾问的工作职责*/
.duty{
	width: 100%;
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}
.duty_img{
	height: 450px;
	position: relative;
}
.duty_img img{
	width: 100%;
	height: 450px;
}
.duty_right{
	width: 50%;
	height: 450px;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(160,67,26,0.7);
}
.duty_r_1{
	padding: 70px 55px;
	color: #fff;
}
.duty_r_1 h1{
	font-size: 22px;
	margin-bottom: 30px;
}
.duty_r_1 p{
	font-size: 16px;
	line-height: 30px;
}








/*有趣的工作环境*/
.environment{
	width: 100%;
	padding: 60px 0;
}
.environment h1 {
    font-size: 30px;
    line-height: 65px;
    margin-bottom: 60px;
    padding-bottom: 5px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: url(../images/7.png) no-repeat center center;
    background-size: 290px;
}
.video{
	width: 100%;
	height: 580px;
}
.video video{
	width: 100%;
	height:100%;
	object-fit:fill;
}








/*申请加入*/
.join{
	width: 100%;
	height: 330px;
	overflow: hidden;
	position: relative;
}
.join_mask{
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
.join_mask p{
	margin-top: 90px;
}