.header-t-div{
	width: 100%;
    height: 420px;
    position: relative;
}
.h-b-text{
	width: 1200px;
	height: 420px;
	margin: 0 auto;
	color: #fff;
	position: relative;
}
@keyframes mymove
{
	from {
		top: 195px;
		opacity: 0;
	}
	to {
		top: 165px;
		opacity: 1;
	}
}
.h-b-t-left{
	width: 600px;
	height: 305px;
	top: 165px;
	text-align: center;
	position: absolute;
	opacity: 1;
    animation-name: mymove;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
.h-b-t-left>h2{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 35px;
}
.h-b-t-left>span{
	width: 260px;
	height: 34px;
	line-height: 32px;
	font-size: 16px;
	font-weight: lighter;
	border-radius: 17px;
	border: 1px solid #fff;
	display: inline-block;
}
.h-b-img{
	width: 600px;
	height: 360px;
	float: right;
	position: relative;
}
@keyframes mymove1
{
	from {
		top: 120px;
		right: 40px;
		opacity: 0;
	}
	to {
		top: 90px;
		right: 40px;
		opacity: 1;
	}
}
@keyframes mymove2
{
	from {
		bottom: -90px;
		right: -75px;
		opacity: 0;
	}
	to {
		bottom: -60px;
		right: -75px;
		opacity: 1;
	}
}
.h-img-1{
	position: absolute;
	top: 90px;
	right: 40px;
	opacity: 1;
	z-index: 99;
    animation-name: mymove1;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
.h-img-2{
	position: absolute;
	bottom: -60px;
	right: -75px;
	opacity: 1;
	animation-name: mymove2;
    animation-duration: 1s;
    animation-iteration-count: 1;
	
}
.job-content{
	width: 1200px;
	height: auto;
	margin: 70px auto;
}
.j-right{
	width: 740px;
	float: left;
}
.j-left{
	width: 330px;
	float: right;
	position: relative;
}
.recruitment {
	width: 1200px;
	height: auto;
	margin: 70px auto;
}
.recruitment_left_fixed {
    z-index: 1000
}
.recruitment_left_fixed {
    position: fixed;
    top: 490px;
    width: 330px;
    z-index: 999
}
.recruitment_left_fixed > ul .cur > span {
    background-color: #452b78;
}
.recruitment_left_fixed > ul > li {
    font-size: 18px;
    color: #000;
    line-height: 40px;
    cursor: pointer;
}
.recruitment_left_fixed > ul > li > span {
    width: 4px;
    height: 40px;
    display: block;
    margin-right: 10px;
    float: left
}
.recruitment_left_fixed > ul > li > ul {
    margin-left: -3px;
    display: none
}
.recruitment_left_fixed > ul > li > ul > li {
    color: #959595;
    line-height: 40px;
    font-size: 16px;
    margin-left: 30px;
}
.recruitment_left_fixed > ul > li > ul > li a {
    font-size: 16px !important;
    color: #959595;
}
.recruitment .recruitment_right p {
    font-size: 18px;
    color: #666;
    margin-bottom: 80px;
    line-height: 2
}
.recruitment .recruitment_right p > em {
    color: #333 !important;
    font-style: normal
}
.r_job {
    margin-bottom: 60px
}
.r_job h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #452b78;
    position: relative;
    padding-left: 48px;
}
.r_job b {
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    float: right;
    margin-right: 20px;
    position: relative;
}
.r_job h4 {
    font-size: 16px;
    color: #959595;
    margin: 25px 0 30px 15px;
}
.r_job ul > li {
    font-size: 16px;
    color: #959595;
    line-height: 24px;
    margin-left: 15px;
}
.r_job span{
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 5px;
	background-image: url(images/invite/i-icon.png);
}
.r_job i{
	width: 14px;
	height: 18px;
	display: inline-block;
	position: absolute;
	top: 11px;
	left: -24px;
	background-image: url(images/invite/put.png);
}
#scrollnav>li>ul>li>a.active {
    color: #4c4678;
}