@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	color: #333333;
	background-color: #fff;
	font-size: 14px;
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
	overflow-x: hidden;
}
form, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
i {
	font-style: normal;
}
hr
{
	width:1920px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
input, select {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	vertical-align: middle;
	outline: 0;
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #333;
}
a:hover {
	text-decoration: none;
}
.fix:before, .fix:after {
	content: "";
	display: table;
}
.fix {
*zoom:1;
}
.fix:after {
	clear: both;
}

#personal_content {
	width: 100%;
	height:100%;
	min-height:800px;
}
#personal_content .industry {
	min-width: 1024px;
	height: 145px;
	padding-top: 35px;
	background: #100f06 url(../images/apply_bg.jpg) center center no-repeat;
}
#personal_content .industry p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 110px;
}
/*页面大图头背景*/
/*主要内容*/
#personal_content .main_wrap {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	zoom:"1";
	
}
#personal_content .wrap_left
{width:250px;
height:270px;
float:left;
background-color:#f2f2f2;
padding-top:40px;}
#personal_content .wrap_left ul li
{line-height:45px;
text-align:center;
cursor:pointer;}
#personal_content .wrap_left ul  .on
{background-color:#df5044;
color:#fff;}
#personal_content .wrap_right
{width:860px;
padding:0 20px;
float:left;
float:right;}
#personal_content .wrap_right h3
{
	padding-top: 30px;
	line-height: 60px;
	color: #303332;
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
	font-weight: normal;
}
#personal_content .wrap_right p
{line-height:30px;
padding-top:10px;}
#personal_content .wrap_right span
{font-size:18px;
line-height:50px;}
/*手风琴*/
.wrap_right .sideMenu h4 {
	text-align:center;
	font-size:24px;
	color:#363636;
	font-weight:normal;
	margin-bottom:35px;
}
.wrap_right .sideMenu {
	width:780px;
	height:auto;
	margin:0 auto;
	padding:25px 0px;
}


.wrap_right .sideMenu .on {
  font-size:16px;
  border-left:5px solid #df5044;
  padding:0 0 8px 10px;
  border-bottom:1px dashed #e3e3e3;
}
.wrap_right .sideMenu .box-job {
	width:755px;
	height:auto;
	padding:15px 18px 20px;
	color:#999;
}

.wrap_right.sideMenu .box-job p {
	font-size:14px;
	color:#202020;
	line-height:24px;
}

