@CHARSET "UTF-8";
*{margin:0;padding:0;list-style:none;border:0;}
body{width:100%;height: 100%; margin:0 auto;background: #fff;
	font-family:微软雅黑;font-size: 12px;
}
/*bannner*/
.banner{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow:hidden;
	vertical-align : bottom;
}
.banner img{
	display: block;
	vertical-align:bottom;

}
/*content*/
.content{
	width: 1000px;
	margin: 0 auto;
}
.cont_left{
	float: left;
	width: 300px;

}

.cont_title{
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-color: #578fe4;
	margin-top: 20px;
}
.cont_word{
	width: 196px;
	height: 120px;
	line-height: 40px;
	font-size: 16px;
	color: #578fe4;
	border-radius: 5px;
	margin-top: 2px;
	border: 2px solid #ebebeb;
}
.cont_word ul{
	width: 170px;
	margin: 0 auto;
}
.cont_word ul li{
	border-bottom: 1px dashed #d0d0d0;
}

/*联系我们*/
.cont_titles{
	width: 200px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	border-top: 1px solid #e3e3e3;
}
.cont_til{
	width: 80px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-color: #578fe4;
}
.cont_words{
	width: 200px;
	height: 120px;
	line-height: 40px;
	font-size: 18px;
	color: #578fe4;
	margin-top: 10px;
}
.cont_words ul{
	width: 200px;
	margin: 0 auto;
}

/*右边*/
.cont_right{
	float: left;
	width: 700px;
	
}
.cont_top{}
.cont_lian{
	float: left;
	height: 40px;
	line-height: 42px;
	font-size: 18px;
	color: #2762c4;
	margin-top: 18px;
	border-bottom: 2px solid #2762c4;
}
.cont_line{
	float: left;
	width: 630px;
	height: 40px;
	margin-top: 18px;
	border-bottom: 2px solid #d9d9d9;
}
.cont_tu{
	width: 660px;
	height: 140px;
	margin: 0 auto;
	border-bottom: 2px solid #7289d7;
	background-color: #f5f5f5;
	margin-top: 68px;

}
.tu_left{
	clear: both;
	float: left;
	width: 330px;
	height: 120px;
	margin-top: 10px;
	border-right: 1px solid #e2e2e2;
	
}
.tu_left img{
	
	margin-left: 25px;
	margin-top: 6px;
	
}
.tu_word{
	width: 280px;
	line-height: 24px;
	margin: 0 auto;
	color: #6f6d65;
}
.tu_right{
	float: left;
	width: 320px;
	height: 120px;
	margin-top: 10px;
}
.tu_one{
	width: 280px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 18px;
	color: #2153a5;
}
.tu_two{
	width: 280px;
	margin: 0 auto;
	line-height: 24px;
	font-size: 14px;
	color: #6f6d65;
}

/*职位*/
.job_list{
	width: 660px;
	margin: 0 auto;
	list-style: none;
	padding-left: 0;
	font-size: 14px;
	color: #737579;
	margin-top: 18px;
}
.job_list > li{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.job_header{
	height: 32px;
	background: url('../images/j-header-bg.png') repeat-x left top;
	line-height: 22px;
}
.job_list > li > span{
	float: left;
}
.j-l-job{
	width: 220px;
padding-left: 30px;
}
.j-l-depart{
	width: 200px;
}
.j-l-num{
	width: 100px;
}
.job_list li:not(.j_header) span{
	padding-top: 8px;
	padding-bottom: 8px;
}
.btn{
	display: inline-block;
	padding: 1px 8px;
	color: #ffffff;
	background-color: #578fe4;
	border-radius: 2px;
	font-size: 12px;
}
.btn:hover{
	display: inline-block;
	padding: 1px 8px;
	color: #ffffff;
	background-color: #3e5f92;
	border-radius: 2px;
	font-size: 12px;
}
.btn i{
	font-style: normal;
	font-weight: bold;
	padding-left: 4px;
	font-size: 10px;
	font-family: arial;
	line-height: 20px;
}
.j-cnt{
	padding: 10px 10px 10px 30px;
	display: none;
}
p{
	margin-top: 0;
margin-bottom: 10px;
}
.emp_withe{
	width: 100%;
	height: 50px;
	margin: 0 auto;
	clear: both;
}