/*------------调用外部字体样式--------------*/
@font-face { 
  font-family: 'TGN'; 
  src: url('../font/TradeGothicforNike365-BdCn.ttf')
} 
@font-face { 
  font-family: 'TGNs'; 
  src: url('../font/TradeGothicforNike365-Light.ttf')
} 
/*------------字体修改-----------------*/
.font{
	font-family:'TGN';
	display: inherit;
}
.font-s{
	font-family:'TGNs';
	font-size: 1.0625rem;
}
.font-s dd{
	margin-left: 30px;
}
/*公司介绍*/
.top_banner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.cancer{
	display: block;
	width: 37px;
	height: 123px;
	background:url(../img/cancer_icon.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: -37px;
	cursor: pointer;
}
.nav{
	width: 1000px;
	margin: 20px auto;
	border-bottom: 2px solid #eeeeee;
	padding-bottom: 20px;
	position: relative;
	height: 20px;
}
.nav ul{
	float:left;
	padding-bottom: 40px;
}
.nav li{
	float:left;
	list-style: none;
	border-right: 2px solid #f9f8f8;
	font-size: 16px;
	padding: 0 40px 0 40px;
	font-family: "微软雅黑";
	cursor: pointer;
	color: #999999;
}
.nav li:hover{
	color: cornflowerblue;
	transition: all 0.2s;
}
#b{
	display: block;
	width:140px;
	height: 30px;
	background: url(../img/bg_icon.png) no-repeat;
	float: right;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	text-indent: 14px;
	cursor: pointer;
	color: #666666;
}
#b:hover{
	color: #000000;
	transition: all 0.2s;
}
.line_01{
	height: 4px;
	width: 70px;
	position: absolute;
	bottom: -2px;
	left: 36px;
	background: #6495ED;
	z-index: 666;
}
.text{
	width: 1000px;
	margin:40px auto;
}
.text h1{
	font-family: "微软雅黑";
	color: #666666;
	line-height: 20px;
	font-size: 24px;
	border-left: 6px solid #6495ED;
	padding-left: 10px;
}
.word{
	margin-top: 10px;
	clear: both;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #666666;
}
.word .t{
	float: left;
	width: 520px;
	margin-left: 40px;
}
.t li{
	width: 75%;
	height:40px;
	list-style: none;
	border-left: 3px solid #6495ED;
	margin-left: 40px;
}
.t img{
	width: 100%;
	padding-bottom: 20px;
}
.foot_top{
	float: right;
}
.foot{
	width: 445px;
	height: 11px;
	margin:0  auto;
	background: url(../img/copyright.png) no-repeat;
	clear: both;
}
/*校园项目*/
.line_02{
	height: 4px;
	width: 70px;
	position: absolute;
	bottom: -2px;
	left: 184px;
	background: #6495ED;
}
/*招聘流程*/
.line_03{
	height: 4px;
	width: 70px;
	position: absolute;
	bottom: -2px;
	left: 330px;
	background: #6495ED;
}
.t_{
	overflow: hidden;
	background: url(../img/left.png) no-repeat left;
}
.t_ p{
	margin-left: 20px;
	font-size: 20px;
}
.table{
	width: 1000px;
}
.table img{
	width: 1000px;
	
}
/*招聘岗位*/
.line_04{
	height: 4px;
	width: 70px;
	position: absolute;
	bottom: -2px;
	left: 514px;
	background: #6495ED;
}
.red{
	display: block;
	width: 120px;
	height: 30px;
	background: url(../img/bg_icon_r1.png) no-repeat;
	color: #F9F8F8;
	line-height: 30px;
	text-align: center;
	text-indent: 12px;
	font-size: 12px;
	cursor: pointer;
	float:right;
}
.red:hover{
	color:black;
	transition: all 0.2s;
}
.aa{
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE; 
	padding-bottom: 30px;
}
.aa_{
	width: 500px;
}
.right{
	float: right;
	margin-top: 30px;
}
.left{
	float: left;
	margin-top: 30px;
}
.right2{
	float: right;
}
.left2{
	float: left;
	margin-top:40px ;
}
.left3{
	float: left;
	margin-top:0px ;
}
.bb_{
	float:right;
	height: 30px;
	margin-top: 14px;
}
.bb_ p{
	float: left;
	width: 120px;
	margin-right: 20px;
}
.bb{
	clear: both;
}
/*-------------表格部分样式样式---------------*/
table{
	margin-top: 20px;
}
.table1{
	width: 50px;
}
.table2{
	width: 70px;
}
