@charset "utf-8";
body{
	font-family:Microsoft YaHei;
	padding:0;
	margin:0;
	height:100%;
	min-height:100%; 
	font-size:13px; 
	background:#fff;
	height:100%;
	color:#333;
}
img{display:block;vertical-align:top; border:none;}
ol,ul,li,dl,dt,dd{list-style:none; margin:0; padding:0; list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%; margin:0;}
input,form{padding:0;margin:0;}
p{padding:0; margin:0; text-align:left; line-height:24px; margin-bottom:10px;}
a{text-decoration:none; cursor:pointer;color:#555; overflow:hidden;}
a:active,a:visited{ color:#555; text-decoration:none;}
a:hover{ color:#C00; text-decoration:underline;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ height:0; font-size:0; line-height:0; clear:both;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.banner{
	background:url(../images/banner.jpg) no-repeat top center #004ca0;
	height:681px;
}
.head{
	border-bottom:3px solid #0165b5;
	height:103px;
}
.header{
	width:950px;
	margin:0 auto;	
}
.logo{
	margin:30px 0 0 20px;
	display:inline;
}
/*导航*/
.nav {
    background: url("../images/navBg.jpg") no-repeat scroll 119px top;
    height: 83px;
    width: 732px;
}
.nav li {
    cursor: pointer;
    float: left;
    margin-top: 60px;
    position: relative;
    text-align: center;
    width: 145px;
    z-index: 9999;
}
.nav li a {
    color: #333;
    display: block;
    font-size: 15px;
	height:43px;
}
.nav li a:active,.nav li a:visited,.nav li a:hover{
	text-decoration:none;
	color:#333;
}
.nav li.has_nav div.sub{
	display:none;
	position:absolute;
	top:43px;
	z-index:9999;
	width:110px;
	left:18px;
}
.nav li.has_nav div.sub a{
	font-size:13px;
	background:url(../images/navBg.png);
	height:30px;
	line-height:30px;
	color:#fff;
	margin-bottom:1px;
}
.nav li.has_nav div.sub a:active,
.nav li.has_nav div.sub a:visited{
	color:#fff;
}
.nav li.has_nav div.sub a:hover{
	background:#0459aa;
	color:#fff;
}
.bannerImg{
	width:800px;
	margin:0 auto;
	padding-top:295px;
}
.bannerImg a{
	float:left;
	margin:0 15px;
}
/*尾部*/
.bannerImg p{
	margin-top:55px;
	line-height:21px;
	color:#fff;
	font-size:12px;
	font-family:SimSun;
	opacity:0.64;
}
.footIndexBg{
	background:#004ca0;
	padding:20px 0;
	line-height:21px;
	text-align: center;
	color:#fff;
}
.footer{
	margin:0 auto;
	text-align:left;
	line-height:21px;
	font-size:12px;
	width:1002px;
}
.footLogo {
    margin: 20px 0 0 125px;
    width: 105px;
    display:inline;
}
.footText{
	width:700px;
	border-top:3px solid #0165b5;
	padding:10px 0 20px 0;
	margin-right:25px;
	display:inline;
}
/*分页*/
.page {
    margin: 20px auto;
    text-align: center;
	padding-top:30px;
	clear:both;
}
.page a{
	background: #f7f7f7;
    border: 1px solid #ededed;
    padding: 5px 10px;
    text-decoration: none;
	color:#787878;
	margin:0 1px;
}
.page a:hover{
	color:#fff;
	text-decoration:none;
	background:#898989; 
	border: 1px solid #999;
}
.page a.active{
	background:#898989;
	border:1px solid #999;
	color:#ffffff;
}
.page a.disabled {
	background:#ffffff;
	color:#787878;
}
.page a.disabled:hover{
	color:#787878;
	background:#ffffff;
	border:1px solid #EDEDED;
}
#main{
	background:url(../images/mainBg.jpg) no-repeat top center #fdfeff;
}
.main{
	width:1002px;
	margin:0 auto;
	padding-top:30px;
	background:#fff;
	min-height:750px;
}
.left{
	width:230px;
	margin-top:40px;
	display:inline;
}
.right{
	width:700px;
	background:url(../images/right_bottom.gif) no-repeat left bottom #fff;
	padding-bottom:5px;
	padding-bottom:50px;
	display:inline;
	margin-right:25px;
}
.left_title{
	height:45px;
	color:#0165b5;
	font-size:16px;
	text-align:left;
	text-align:right;
	line-height:24px;
}
.left_title span{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}
.right_title span {
    float: right;
    font-size: 12px;
    margin-right: 10px;
	background:url(../images/home.jpg) no-repeat left center;
	padding-left:15px;
}
.leftNav {
    margin-top: 40px;
}
.leftNav a {
    border-bottom: 1px solid;
    color: #0165b5;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 1px;
    margin-left: 55px;
    text-align: right;
}

.leftNav a:hover{
	color:#0165b5;
	text-decoration:none;
}
.leftimg img{
	margin-top:10px;
	border:1px solid #ccc;
}
.right_title{
	background:#0165b5;
	height:30px;
	line-height:30px;
	text-align:left;
	padding-left:30px;
	font-size:16px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
.info{
	padding:20px 0;
	word-break:break-all;
}
.wenhua_title{
	font-weight:bold;
	font-size:15px;
	text-align:left;
	line-height:30px;
}
.job_table{
	width:100%;
}
.job_table td{
	line-height:24px;
	padding:5px 0;
	padding-left:2%;
	border-bottom:1px dotted #ccc;
}
.job_title td{
	background:#dcdcdc;
	font-weight:bold;
	border-bottom:none;
}
ul.jobaccept li{
	line-height:25px;
	text-align:left;
	margin-bottom:5px;
	padding-left:10px;
}
ul.jobaccept li.jobaccept_title{
	background:#dcdcdc;
	height:32x;
	line-height:32px;
	text-align:left;
	font-weight:bold;
}
.report_title{
	background:#dcdcdc;
	height:34px;
	margin:10px 0;
	line-height:34px;
	font-weight:bold;
	font-size:15px;
	text-align:left;
	padding-left:10px;
}
.foot{
	width:900px;
	margin:0 auto;
}
.foot p{
	padding-top:15px;
	line-height:21px;
	color:#fff;
	font-size:12px;
	font-family:SimSun;
	opacity:0.64;
}