
.abt-nav {
	background: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.abt-nav ul {
	list-style: none;
	overflow: hidden;
	margin: 0 -8px;
	padding: 0;
}

.abt-nav ul>li {
	position: relative;
	/*display: inline-block;*/
	float: left;
	width: 168px;
}

.abt-nav ul>li>a {
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
}


.abt-nav ul>li>.line {
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ed1b23;
	width: 0;
	margin: auto;
}

.abt-nav ul>li.active>.line {
	width: 100%;
}

.abt-nav ul>li.active>a {
	color: #333;
}

.abt-content {
	background: #fff;
	padding: 80px 50px;
	border-top: solid 1px #ccc;
	line-height: 2.4em;
}

.job-nav {
	overflow: hidden;
	margin: auto;
	text-align: center;
}

.job-nav>a {
	display: inline-block;
	width: 180px;
	font-family: 'Microsoft Yahei';
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #333;
}

.job-nav>a>i {
	width: 90px;
	height: 90px;
	display: block;
	margin: auto;
	background: url(../img/job-nav.png) no-repeat;
	margin-bottom: 12px;
}

.job-nav>a>i.jn-1 {
	background-position: 0 -100px;
}

.job-nav>a>i.jn-2 {
	background-position: -117px -100px;
}

.job-nav>a>i.jn-3 {
	background-position: -233px -100px;
}

.job-nav>a>i.jn-4 {
	background-position: -350px -100px;
}

.job-nav>a.active>i.jn-1,
.job-nav>a:hover>i.jn-1 {
	background-position: 0 0;
}

.job-nav>a.active>i.jn-2,
.job-nav>a:hover>i.jn-2 {
	background-position: -117px 0;
}

.job-nav>a.active>i.jn-3,
.job-nav>a:hover>i.jn-3 {
	background-position: -233px 0;
}

.job-nav>a.active>i.jn-4,
.job-nav>a:hover>i.jn-4 {
	background-position: -350px 0;
}

.job-bg {
	height: 300px;
	background: url(../../img/job-bg.png) no-repeat center 0;
}

.job-search {
	width: 500px;
	margin: 20px auto;
	position: relative;
}

.job-search>.form-control {
	float: left;
	width: 400px;
	border: solid 1px #ddd;
}

.job-search>.btn-primary {
	width: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
}

.job-type {
	background: #fbfbfb;
	line-height: 50px;
	padding: 0 10px;
	margin: 40px 0 20px 0;
	border: solid 1px #ddd;
	text-align: center;
}

.job-type>a {
	display: inline-block;
	margin: 0 24px;
	font-size: 14px;
	font-weight: 100;
	color: #666;
	border-bottom: solid 3px #fbfbfb;
}

.job-type>a.active {
	font-weight: bold;
	border-bottom: solid 3px #ed1b23;
	color: #ed1b23;
}

.job-list {
	margin: -9px;
	min-height: 800px;
}

.job-list>.jb-item {
	float: left;
	width: 350px;
	margin: 10px;
}

.job-list>.jb-item>dl {
	border:solid 1px #ddd;
	background: #fff;
	width: 100%;
	padding-top: 20px;
}

.job-list>.jb-item>dl>dt {
	padding: 5px 25px;
	font-size: 18px;
	font-weight: bold;
}

.job-list>.jb-item>dl>dd {
	padding: 5px 25px;
	color: #999;
}

.job-list>.jb-item>dl>dd strong {
	color: #333;
}

.job-list>.jb-item>dl>dd big {
	color: #ed1b23;
	font-weight: bold;
}

.job-list>.jb-item>dl>dd.jb-location {
	margin-bottom: 10px;
}

.job-list>.jb-item>dl>dd.jb-more {
	position: relative;
}

.job-list>.jb-item>dl>dd .jb-more-flow {
	position: absolute;
	top: 10px;
	left: -1px;
	right: -1px;
	display: none;
	background: #f9f9f9;
	border: solid 1px #ddd;
	padding: 25px;
	z-index: 555;
}

.job-list>.jb-item>dl>dd .jb-more-flow h4 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.job-list>.jb-item>dl>dd .jb-more-flow p {
	color: #333;
}

.job-list>.jb-item>dl:hover>dd .jb-more-flow {
	display: block;
}

.job-list>.jb-item>dl>dd.jb-time {
	padding: 20px 25px;
	background: #fff;
}

.timeline {
	margin-top:50px;
	position: relative;
	height: 70px;
	list-style: none;
}
.timeline>.line {
	border-bottom: solid 2px #a1a1a1;
}
.timeline>li {
	float: left;
	position: relative;
	top: -10px;
	width: 110px;
	height: 80px;
	font-size: 18px;
	text-align: center;
}
.timeline>li>i {
	display: block;
	margin: auto;
	width: 20px;
	height: 20px;
	border: solid 3px #494949;
	background: #fff;
	border-radius: 20px;
}
.timeline>li.active>i>b {
	display: block;
	background: #ed1b23;
	border-radius: 10px;
	margin: 2px auto;
	width: 10px;
	height: 10px;
}
.timeline>li>a {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
}
.timeline>li:nth-child(odd)>a {
	top: 30px;
}
.timeline>li:nth-child(even)>a {
	top: -35px;
}
.h-item {
	position:relative;
	overflow:hidden;
	background:#f8f8f8;
	padding:20px;
	padding-left:80px;
	margin-bottom:20px;
}

.h-item h4 {
	color:#ed1b23;
	font-size:24px;
	font-weight:bold;
	margin:0;
	margin-bottom:15px;
	margin-left:-60px;
}

.h-item b {
	position:absolute;
	left:20px;
	font-size:18px;
	font-weight:bold;
}

.y-text {
	display: none;
}

.history-wrap {
	width: 820px;
	margin: auto;
	font-size: 16px;
}

.history-nav {
	overflow: hidden;
	list-style: none;
	font-size: 32px;
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: solid 1px #ddd;
}

.history-nav>li {
	float: left;
	width: 33%;
}

.history-nav>li>a {
	display: block;
	text-align: center;
	font-weight: normal;
}

.history-nav>li.active>a {
	color: #ed1b23;
	font-weight: bold;
}

.history-nav>li:first-child>a {
	text-align: left;
}

.history-nav>li:last-child>a {
	text-align: right;
}

.history-nav>li>a>b {
	display: block;
}

.history-list {
	list-style: none;
	padding: 0;
}

.history-list>li {
	position: relative;
	border-bottom: dashed 1px #ddd;
	border-left: solid 1px #ddd;
	padding: 40px 20px;
	margin-left: 120px;
}

.history-list>li>i {
	position: absolute;
	left: -120px;
	font-size: 40px;
	color: #ed1b23;
}

.history-list>li>b {
	position: absolute;
	left: -6px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: 10px;
	border-radius: 10px;
	background: #ed1b23;
}

.history-list>li p {
	margin: 0;
}

.tech-list {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tech-list>li {
	margin-bottom: 12px;
}

.tech-list>li>a {
	position: relative;
	display: block;
	border: solid 1px #ddd;
	padding: 20px 30px;
	font-size: 16px;
}

.tech-list>li>a:hover {
	background: #f7f7f7;
	border-left: solid 5px #ed1b23;
	color: #ed1b23;
}

.tech-list>li>a>b {
	position: absolute;
	display: block;
	width: 12px;
	height: 24px;
	top: 24px;
	right: 20px;
	background: url(../../img/b1.png) -21px -115px no-repeat;
}

.tech-list>li>a:hover>b {
	background-position: -7px -115px;
}

.tech-cate {
	background: #fff;
	text-align: center;
	margin-top: -80px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 30px;
}

.tech-cate .rn-wrap {
	width: 1040px;
}

.tech-cate a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	width: 130px;
	height: 150px;
	margin: 0 20px;
	padding: 15px 0;
	text-align: center;
}

.tech-cate a:hover,
.tech-cate a.active {
	color: #fff;
}

.tech-cate a>i {
	display: block;
	width: 82px;
	height: 82px;
	margin: auto;
	margin-bottom: 10px;
	background: url(../../img/p-icon.png) no-repeat;
}

.tech-cate a.cate1>i {
	background-position: 12px -5px;
	width: 78px;
}
.tech-cate a.cate1:hover,
.tech-cate a.cate1.active {
	background: #4598b0;
}
.tech-cate a.cate1:hover>i,
.tech-cate a.cate1.active>i {
	background-position: 12px -85px;
}

.tech-cate a.cate2>i {
	background-position: -55px -5px;
}
.tech-cate a.cate2:hover,
.tech-cate a.cate2.active {
	background: #ce6f73;
}
.tech-cate a.cate2:hover>i,
.tech-cate a.cate2.active>i {
	background-position: -55px -85px;
}

.tech-cate a.cate3>i {
	background-position: -138px -5px;
}
.tech-cate a.cate3:hover,
.tech-cate a.cate3.active {
	background: #6ba59d;
}
.tech-cate a.cate3:hover>i,
.tech-cate a.cate3.active>i {
	background-position: -138px -85px;
}

.tech-cate a.cate4>i {
	background-position: -207px -5px;
}
.tech-cate a.cate4:hover,
.tech-cate a.cate4.active {
	background: #a563b1;
}
.tech-cate a.cate4:hover>i,
.tech-cate a.cate4.active>i {
	background-position: -207px -85px;
}

.tech-relate {
	position: relative;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 20px;
	min-height: 160px;
}

.tech-relate h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}

.tech-relate ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #bbb;
	font-size: 14px;
}

.tech-relate ul>li>a {
	margin-left: 20px;
	color: #333;
}

.tech-relate .tech-control {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 46px 50px;
	font-size: 14px;
	font-weight: bold;
	border-left: solid 1px #ddd;
}

.tech-relate .tech-control a {
	color: #333;
}

.tech-relate .tech-control .icl {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../../img/s2.png) no-repeat -285px -172px;
	vertical-align: middle;
	margin: 0 30px;
}