@charset "utf-8";
/* CSS Document */
html {overflow-x:auto;overflow-y:scroll;}
body { font-size: 12px; color: #000; font-family: '微软雅黑','黑体','宋体', Arial, Helvetica, sans-serif; background: #f6f6f6; }
*{margin:0;padding:0;border:0;}
a{outline:none;text-decoration:none;}
img{border:0px;}



.header { width: 100%; height: 69px; }
	.head_logo { width: 1000px; margin: 0 auto; }
	
.nav { width: 100%; height: 40px; background: #d62f27; }
	.nav a { display: inline-block; width: 70px; height: 28px; line-height: 28px; font-size: 16px; color: #fff; text-align: center; margin-right: 15px; }
		.nav a:hover,.nav a.current { color: #d62f27; background: #fff; }

.content { width: 1000px; height: auto; margin: 0 auto; padding-top: 40px; clear: both; position: relative; overflow : hidden; }


/*文章段落*/
.content .box { float:left; width:1000px; height:auto; margin-bottom:55px;}
	.content .box .tit { border-left: 5px solid #d62f27; font-size: 20px; line-height: 21px; color: #333; padding-left: 8px; margin-bottom: 25px; }
	.content .box img { display: block; margin: 0 auto; }
	.content .box p {font-size:16px; line-height:26px; margin-bottom:13px;color: #333;}
		.content .box p:last-child{margin-bottom:0px;}


/*职位招聘*/
.content .job_list { float: left; width: 1000px;  }
	.content .job_list_line { list-style: none; float: left; line-height: 26px; font-size: 14px; color: #333; padding: 15px 0 15px 15px; height: 50px; background: #fff; border-left: 4px solid #009966; width: 981px; margin-bottom: 5px; position: relative;}
		.content .job_name { display: block; font-size: 18px; color: #009966; }
		.content .job_are { font-size: 14px; padding-left: 5px; color: #999; }
		.content .datum { font-size: 16px; float: left; }

	.content a.toudi { display: inline-block; width: 67px; height: 27px; line-height: 27px; background: #009966; font-size: 12px; color: #fff; text-align: center; position: absolute; right: 30px; top: 30px; }

/*关于我们*/
.content .pic img{border:0px;margin:0px;padding:0px;margin-left: 100px;}

/*页尾*/
.footer_txt{margin:0 auto;color:#666666;background-color:#f2f2f2;text-align: center;line-height: 37px; margin-top: 150px; }

/*-----右侧导航-----*/
.floatright { display: block; width: 44px; height: 178px; position: fixed; right: 125px; top: 200px; _right:0; }
*html .floatright { position: absolute; right: expression(eval(document.documentElement.scrollRight)+50); top: expression(eval(document.documentElement.scrollTop+350)); }
	.floatright .close { width: 27px; height: 27px; background: url(dn_10.png) 0 0 no-repeat; position: absolute; top: -27px; right: -125px; _right: 0;}
