@charset "gb2312";
/* CSS Document */
body{
	font-size:14px;
	line-height:30px;
	background:#fff;
	color:#333;
	font-family:"Microsoft Yahei";
}
.bg{
	width:100%;
	background:url(images/bg.jpg) top no-repeat #fff;
}
.main{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.head{
	height:77px;
	background:#fff;
	overflow:hidden;
}
.logo{
	margin-top:10px;
	float:left;
}
.home{
	float:right;
	margin-top:20px;
}
.nav{
	height:40px;
	background:#fb6073;
}
.nav ul{
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	height:40px;
}
.nav ul li{
	float:left;
	text-align:center;
	font-size:16px;
	line-height:40px;
	width:250px;
}
.nav ul li a{
	display:block;
	color:#fff;
}
.nav a:hover, .nav a.actived{
	background:#c9151e;
}
.sub{
	width:216px;
	border:1px solid #dcdcdc;
	padding-top:35px;
	background:#fff;
	padding-bottom:20px;
	float:left;
}
.subtitle{
	margin-left:37px;
}
.subtitle h1.cn{
	font-weight:bold;
	font-size:28px;
}
.subtitle h2.en{
	font-size:14px;
	font-weight:normal;
}
.submenu{
	font-size:18px;
	line-height:40px;
	margin-right:9px;
	margin-top:30px;
}
.submenu li{
	margin-bottom:8px;
	padding-left:42px;
}
.submenu li:hover, .submenu li.on{
	background:#f5f5f5;
	border-left:6px solid #fb6073;
	padding-left:36px;
}
.content{
	float:right;
	border:1px solid #dcdcdc;
	padding:35px 30px;
	background:#fff;
	width:700px;
}
.content h1.title{
	font-size:18px;
	font-weight:bold;
	color:#fb6073;
	border-bottom:2px solid #fb6073;
}
.content .txt{
	padding:20px 20px 0;
	text-align:justify;
}
.content .txt p{
	margin:15px 0;
}
.content .boss{
	float:right;
	margin:25px 0 20px 30px;
	text-align:center;
	width:224px;
	font-size:12px;
}
.content h2{
	font-size:16px;
}
.content .welfare{
	overflow:hidden;
	margin:10px 0;
}
.wel{
	width:105px;
	height:45px;
	float:left;
	padding-top:60px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-right:20px;
}
.con{
	margin:5px 0;
}
.photo{
	float:left;
	margin:5px 5px;
}
.schedule{
	text-align:center;
	font-size:14px;
	line-height:30px;
	font-family:"Microsoft Yahei";
}
.schedule td{
	border-bottom:1px solid #0869b1;
}
.thead{
	line-height:40px;
	background:#0869b1;
	color:#fff;
}
.thead td{
	border-right:1px solid #fff;
}
.copyright{
	line-height:78px;
	font-size:12px;
	color:#999;
	text-align:center;
	background:url(images/copyrightbg.jpg) top repeat-x;
	margin-top:40px;
}
.jobtitle{
	font-size:16px;
	 font-weight:bold;
	 color:#fff;
	 background:#fb6073;
}
   .joblink{font-size:14px; font-weight:bold; color: #333;}
   .job_con td{font-family:'microsoft yahei'; font-size:12px; color:#555;padding: 10px;}
   .line td{border-bottom:1px dashed #ededed;}
   
.deve_text{ padding:5px 10px;}