/*general start*/
* {
	padding:0px;
	margin:0px;
}
body {
	width:100%;
	height:auto;
	padding:0px;
	text-align:center;
	background-color:#fff;
}
body,td,th {
	font-size: 12px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif; 
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul, li, p, dl, dd, dt ,h,td,th{
	margin:0px;
	padding:0px;
}
a{
	color:#333;
	text-decoration:underline;
}
a,a *{
	cursor:pointer;
}
a img{
	border:0;
}
ul,li,ol{
	list-style-type:none;
	list-style-position:outside;
}
input{
	border: 0px solid transparent;
	background-color: transparent;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
.hl1{
	height: 10px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hl2{
	height: 14px;
	_height: 8px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hl3{
	height: 8px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hl4{
	height: 20px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hl5{
	height: 10px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.demoOver{
	background-color:#fff;
}
.demoBg{
	background-color:#288ec5;
}
.hide{
	display:none;
}
/*widgetcontent*/
.bodycontent{
	width:100%;
	height:100vh;
	display: block;
	position:relative;
}
.widgetcontent{
	width:100%;
	height:auto;
	position:relative;
/*	background:url(../images/onLoad.gif) no-repeat center center;*/
}
/*honor_list*/
.honor_list{
	width:100%;
	height:auto;
	margin:0px auto;
}
.honor_list h1 img{
	width:80%;
	float:left;
	margin-left:4%;
}
.classtop{
	width:100%;
	height:10px;
	margin:0px auto;	
}
/*nav_list*/
.nav_list{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto;
	position:relative;
}
.nav_list img{
	width:100%;
	position:relative;
}
.nav_list dl{
	width:98%;
	height:auto;
	top:0px;
	position:absolute;
	z-index:5000;
}
@media screen and (orientation:portrait) {
.honor_list h1{
	width:100%;
	height:auto;
	top:56px;
	position:absolute;
	z-index:4000;
}
.nav_list dl dt{
	width:100%;
	height:110px;
	margin:0px auto;
}
}
@media screen and (orientation:landscape) {
.honor_list h1{
	width:100%;
	height:auto;
	top:96px;
	position:absolute;
	z-index:4000;
}
.nav_list dl dt{
	width:100%;
	height:200px;
	margin:0px auto;
}
}
.nav_list dl dd{
	width:93%;
	height:auto;
	min-height:40px;
	float:left;
	margin:8px 0px 0px 5%;
	background:url(../images/libg.png) repeat 0px 0px;
    position: relative;
    *zoom: 1;
	border-radius:2px;
}
.nav_list dl dd img{
	width:23px;
	height:23px;
	float:left;
	padding:9px 7px 5px 10px;
}
.nav_list dl dd span{
	float:left;
	font-size:17px;
	line-height:40px;
	font-weight:bolder;
	color:#39475c;
}
.nav_list dl dd em{
	float:right;
	padding:5px 4px 0px 0px;
}
.nav_list dl dd em img{
	width:11px;
	height:10px;
}
/*index_menu*/
.index_menu{
	width:100%;
	height:auto;
	margin:0px auto;
	background:url(../images/onLoad.gif) no-repeat center center;
}
.index_menu h1{
	width:100%;
	height:auto;
	top:40px;
	position:absolute;
	z-index:4000;
}
.index_menu h1 img{
	width:18%;
	float:left;
	margin-left:5%;
	padding-right: 4px;
}
.index_menu span{
	text-align:left;
	font-size:20px;
	display:block;
	margin-top:22px;
}
.index_menu em{
	text-align:left;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	display:block;
	text-indent: 2px;
}
.index_menu img{
	width:100%;
	position:relative;
}
.index_menu dl{
	width:100%;
	height:auto;
	top:30px;
	position:absolute;
	z-index:5000;
}
.index_menu dl dt{
	width:90%;
	height:130px;
	margin:0px auto;
}
.msg_input{
	width:90%;
	height:30px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:20px;
	background-color:#f2f2f2;
	border:solid 1px #ccc;
	font-size:14px;
	color:#999;
	margin:0px auto;
	text-indent:5px;
	border-radius:2px;
	-webkit-appearance: none;  
}
.index_menu dl li{
	width:88%;
	height:auto;
	min-height:180px;
	margin:0px auto;
	border-radius:4px;
	background:url(../images/box_bg.png) repeat 0px 0px;
}
.index_menu dl li b{
	width:90%;
	line-height:40px;
	margin:0px auto;
	display:block;
	font-size:14px;
	padding-top:12px;
	font-weight:normal;
	text-align:left;
	color:#333;
}
.index_menu dl li span{
	width:90%;
	height:40px;
	text-align:center;
	line-height:40px;
	margin:16px auto 0px auto;
	display:block;
	font-size:18px;
	border-radius:2px;
}
.index_menu dl li span a{
	display:block;
	border-radius:2px;
	color:#fff;
	background-color:#1989fa;
}
.index_menu dl dd{
	width:100%;
	height:auto;
	margin:0px auto;
}
.index_menu dl dd img{
	width:24px;
	height:24px;
	float:left;
	margin:13px 7px 0px 12px;
}
.index_menu dl dd span{
	width:90%;
	height:auto;
	min-height:46px;
	line-height:46px;
	color:#333;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	margin:15px auto 0px auto;
	background:url(../images/box_bg.png) repeat 0px 0px;
    position: relative;
    *zoom: 1;
	border-radius:2px;
}
.index_menu dl dd span b{
	float:right;
	padding-right:3px;
}
/*article_list*/
.article_list{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto;
	position:relative;
}
.article_list img{
	width:100%;
	position:relative;
}
.article_list dl{
	width:98%;
	height:auto;
	top:0px;
	position:absolute;
	z-index:5000;
}
.article_list h1{
	width:100%;
	height:auto;
	top:66px;
	position:absolute;
	z-index:4000;
}
.article_list h1 img{
	width:80%;
	float:left;
	margin-left:4%;
}
.article_list dl dt{
	width:100%;
	height:120px;
	margin:0px auto;
}
.article_list dl dd{
	width:93%;
	height:auto;
	min-height:40px;
	float:left;
	margin:8px 0px 0px 5%;
	background:url(../images/libg.png) repeat 0px 0px;
    position: relative;
    *zoom: 1;
	border-radius:2px;
}
.article_list dl dd img{
	width:23px;
	height:23px;
	float:left;
	padding:9px 7px 5px 10px;
}
.article_list dl dd span{
	float:left;
	font-size:17px;
	line-height:40px;
	font-weight:bolder;
	color:#055a95;
}
.article_list dl dd em{
	float:right;
	padding:5px 4px 0px 0px;
}
.article_list dl dd em img{
	width:11px;
	height:10px;
}
/*pic_show*/
.pic_show{
	width:100%;
	height:auto;
	min-height:200px;
	margin:0px auto; 
}
.swipe_box{
	width:100%;
	position:relative;
}
.swipe{
	position: relative;
	z-index: 1;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
    width: 100%;
	overflow:hidden;
}
.swipe ul{
    margin: 0px; 
	width: 2560px; 
	transition: 0ms; 
	-webkit-transition: 0ms;
	-webkit-transform: translate3d(0px, 0, 0);
}
.swipe ul li{
	overflow: hidden; 
	display: table-cell; 
    width: 100%; 
	vertical-align: top;
}
.swipe ul li img{
	width:100%;
	max-height:200px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.3) inset;
}
.in_slider{
	height: 12px;
	list-style: none;
	margin: 0;
	padding-top: 3px;
	overflow: hidden;
	right: 15px;
	bottom: 10px;
	position: absolute;
	z-index: 9;
    min-width:12px;
	max-width: 570px;
}
.in_slider span{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	float: left;
	background: rgba(255,255,255,.8);
	margin: 0 3px;
}
.in_slider .sel{
	background: #fe2b4e;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: -1px 3px;
}
/*menu_list*/
.menu_list{
	width:100%;
	height:auto;
	min-height:200px;
	margin:-4px auto 0px auto;
	position:relative;
}
.menu_list img{
	width:100%;
	position:relative;
}
.menu_list dl{
	width:98%;
	height:auto;
	top:0px;
	position:absolute;
	z-index:5000;
}
.menu_list dl dt{
	width:100%;
	height:4px;
	margin:0px auto;
}
@media screen and (orientation:portrait) {
.menu_list dl dd{
	width:97%;
	height:auto;
	min-height:50px;
	float:left;
	margin:15px 0px 0px 3%;
	background:url(../images/ddbg.png) repeat 0px 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
    *zoom: 1;
	border-radius:12px;
}
.menu_list dl dd img{
	width:28px;
	height:28px;
	float:left;
	padding:10px 8px 5px 12px;
}
}
@media screen and (orientation:landscape) {
.menu_list dl dd{
	width:96%;
	height:auto;
	min-height:58px;
	float:left;
	margin:20px 0px 0px 4%;
	background:url(../images/ddbg.png) repeat 0px 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
    *zoom: 1;
	border-radius:2px;
}
.menu_list dl dd img{
	width:40px;
	height:40px;
	float:left;
	padding:7px 5px 5px 10px;
}
}
.menu_list dl dd span{
	float:left;
	font-size:17px;
	line-height:50px;
	font-weight:bolder;
	color:#fff;
}
.menu_list dl dd em{
	float:right;
	padding:7px 4px 0px 0px;
}
.menu_list dl dd em img{
	width:10px;
	height:15px;
}
.menu_list dl dd b{
	float:left;
	font-size:10px;
	font-weight:normal;
	color:#fceec5;
	padding:19px 0px 0px 3px;
}
.x_line{
	text-decoration:line-through;
}
/*pic_list*/
.class_top{
	width:100%;
	height:40px;
	margin:0px auto;
}
.pic_list{
	width:100%;
	height:auto;
	min-height:350px;
	margin:0px auto;
	position:relative;
}
.pic_list dl{
	width:96%;
	height:auto;
	margin:0px auto;
}
@media screen and (orientation:portrait) {
.pic_list dl dd{
	width:45%;
	height:auto;
	min-height:80px;
	float:left;
	margin:20px 0px 0px 4%;
	background-color:#fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
    *zoom: 1;
	border-radius:3px;
}
.pic_list dl dd img{
	width:100%;
	height:80px;
	margin-top:10px;
	border-radius:2px;
}
}
@media screen and (orientation:landscape) {
.pic_list dl dd{
	width:30%;
	height:auto;
	min-height:100px;
	float:left;
	margin:20px 0px 0px 3%;
	background-color:#fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
    *zoom: 1;
	border-radius:3px;
}
.pic_list dl dd img{
	width:100%;
	height:90px;
	margin-top:10px;
	border-radius:2px;
}
}
.pic_list dl dd span{
	width:100%;
	display:block;
	font-size:14px;
	text-align:center;
	margin:0px auto;
	padding:6px 0px 5px 0px;
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
}
.pic_list dl dd em{
	width:75%;
	display:block;
	margin:0px auto;
	font-size:14px;
	color:#f00;
	text-align:left;
	font-style:normal;
	padding:2px 0px 0px 0px;
}
/*top_menu*/
.top_menu{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:40px;
	background-color: #1989fa;
	z-index:9999;
	opacity: 0.8;
}
.top_menu dl{
	width:100%;
	height:40px;
	margin:0px auto;
}
.x_left{
	width:20%;
	height:40px;
	float:left;
}
.x_left img{
	float:left;
	margin-top:10px;
	padding-left:10%;
}
.x_con{
	width:60%;
	height:40px;
	float:left;
	font-size:15px;
	line-height:40px;
	text-align:center;
	color:#fff;
}
.x_con img{
	padding-top:12px;
}
.x_con b{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	padding-left:4px;
}
.x_right{
	width:20%;
	height:40px;
	float:right;
}
.x_right img{
	margin-top:9px;
	float:right;
	padding-right:15%;
}
/*widgetcontent*/
.widgetcontent{
	width:100%;
	height:auto;
	position:relative;
}
.main_box{
	width:500px;
	height:auto;
	padding: 0px;
	margin: 0px auto;
}
/*about_show*/
.about_show{
	width:100%;
	height:auto;
	min-height: 460px;
	margin:0px auto;
}
.about_show h1{
	width:100%;
	height:40px;
	margin:0px auto;
}
.about_show img{
	width:100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.3) inset;
}
.about_show p{
	width:94%;
	height:auto;
	min-height:300px;
	margin:0px auto;
	font-size:130%;
	line-height:25px;
	text-align:left;
}
.about_show p img{
	margin:5px auto;
	border-radius:2px;
}
/*info_show*/
.info_show{
	width:100%;
	height:auto;
	min-height:200px;
	margin:40px auto 0px auto;
}
/*show_con*/
.show_con{
	width:100%;
	height:auto;
	margin:0px auto;
	position:relative;
}
.show_con h1{
	width:100%;
	height:auto;
	min-height:70px;
	line-height:70px;
	margin:0px auto;
	background-color:#fff;
}
.show_con h1 span{
	width:94%;
	height:auto;
	display:block;
	margin:0px auto;
	padding-top:9px;
	padding-bottom:9px;
	font-size:20px;
	line-height:26px;
	text-align:left;
}
.show_con h2{
	width:100%;
	height:1px;
	margin:0px auto;
	background-color:#eee;
}
.show_con h2 span{
	font-size:12px;
	color:#423a32;
	line-height:32px;
	font-weight:normal;
	padding-right:5px;
}
.show_con h2 b{
	font-size:12px;
	color:#6e6052;
	line-height:32px;
	font-weight:normal;
	padding-left:5px;
}
.show_con dl{
	width:95%;
	height:auto;
	margin:0px auto;
}
.show_con dl dt{
	width:96%;
	height:auto;
	margin:14px auto 0px auto;
}
.show_con dl dt img{
	width:100%;
	-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	border-radius:2px;
}
.show_con dl dd{
	width:96%;
	height:auto;
	min-height:200px;
	margin:0px auto;
	font-size:130%;
	line-height:25px;
	text-align:left;
	margin-top:4px;
}
.show_con dl dd a{
	color:#f00;
	text-decoration:underline;
}
.show_con h3{
	width:100%;
	height:32px;
	margin:12px auto 0px auto;
	background-color:#eee;
}
.show_con h3 span{
	font-size:10px;
	color:#857a68;
	line-height:32px;
	font-weight:normal;
	padding-right:12px;
}
.show_con h3 b{
	font-size:10px;
	color:#857a68;
	line-height:32px;
	font-weight:normal;
	padding-left:12px;
}
.show_con img{
	width:100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.3) inset;
}
/*article_show*/
.article_bg{
	width:100%;
	height:auto;
	min-height:300px;
	margin:0px auto;
	position:relative;
	background:url(../images/onLoad.gif) no-repeat center center;
}
.article_bg img{
	left:0px;
	position:fixed;
	width:100%;
}
.article_show{
	width:100%;
	height:auto;
	position:absolute;
	z-index:300;
}
.article_show dl{
	padding:0px;
	min-height:450px;
}
.article_show dl dt{
	width:94%;
	height:40px;
	margin:0px auto;
}
.article_show dl p{
	width:100%;
	height:auto;
	line-height:50px;
	min-height:50px;
	color:#fff;
	margin:16px auto 0px auto;
	background:url(../images/ddbg.png) repeat 0px 0px;
}
@media screen and (orientation:portrait) {
.article_show dl dd{
	width:95%;
	height:auto;
	min-height:78px;
	margin:14px auto 0px auto;
	background:url(../images/article_dd.png) repeat 0px 0px;
	-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	border-radius:3px;
}
.article_show dl dd img{
	width:112px;
	height:70px;
	float:left;
	margin:4px 7px 0px 4px;
	border-radius:3px;
}
}
@media screen and (orientation:landscape) {
.article_show dl dd{
	width:95%;
	height:auto;
	min-height:98px;
	margin:14px auto 0px auto;
	background:url(../images/article_dd.png) repeat 0px 0px;
	-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	border-radius:3px;
}
.article_show dl dd img{
	width:144px;
	height:90px;
	float:left;
	margin:4px 7px 0px 4px;
	border-radius:2px;
}	
}
.article_show dl dd span{
	display:block;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	color:#fff;
	padding-top:4px;
	padding-right:5px;
}
.article_show dl dd em{
	display:block;
	text-align:left;
	font-size:12px;
	font-style:normal;
	padding-top:7px;
	padding-bottom:10px;
	color:#ffc;
}
.article_show dl dd em b{
	float:right;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	color:#b6b5b5;
	padding-right:3%;
	padding-top:3px;
}
/*job_list*/
.job_list{
	width:100%;
	height:auto;
	margin:0px auto;
}
.job_list h1{
	width:100%;
	height:40px;
	margin:0px auto;
}
.job_img{
	width:100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.3) inset;
}
.job_list dl{
	padding:0px;
}
.job_list dl dd{
	width:100%;
	height:42px;
	line-height:42px;
	border-bottom:solid 1px #ddd;
	text-align:left;
	background-color:#f2f2f2;
}
.job_list dl dd img{
	float:left;
	padding:5px 5px 0px 5px;
}
.job_list dl dd span{
	float:right;
	padding-right:5px;
}
.job_show{
	width:100%;
	height:auto;
	margin:0px auto;
}
.job_show h1{
	width:100%;
	height:70px;
	margin:0px auto;
	font-size:22px;
	line-height:70px;
	text-align:left;
	text-indent:40px;
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
	background-color:#eee;
	border-bottom:solid 1px #ddd;
}
.job_show h2{
	width:100%;
	height:50px;
	margin:0px auto;
	font-size:18px;
	line-height:50px;
	text-align:left;
	text-indent:40px;
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
	background-color:#fafafa;
	border-bottom:solid 1px #ddd;
}
.job_show h2 span{
	padding:0px 12px 0px 0px;
	color:#fe2b4e;
}
.job_show h3{
	width:100%;
	height:50px;
	margin:0px auto;
	font-size:18px;
	line-height:50px;
	text-align:left;
	text-indent:40px;
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
	background-color:#f2f2f2;
}
.job_show p{
	line-height:25px;
	color:#333;
	text-align:left;
	margin:10px 0px 10px 40px;
}
/*wenzi*/
.wenzi{
	width:90%;
	height:auto;
	margin: 0px auto;
	display: block;
}
.wenzi img{
	width:18%;
	float:left;
	margin-left:5%;
}
.wenzi span{
	text-align:left;
	font-size:20px;
	display:block;
	font-weight:bold;
	margin-top:24px;
}
.wenzi em{
	text-align:left;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	display:block;
}
.weicontent{
	width:100%;
	height: auto;
	display: block;
	min-height: 300px;
}
.cons{
	width:90%;
	height:auto;
	min-height: 300px;
	margin:0px auto 0px auto;
}
.cons img{
	width:100%;
	*filter: Alpha(Opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;
}
.cons h1{
	width:100%;
	height:auto;
	margin:0px auto;
	background-color:#fff;
	border-radius:3px 3px 0px 0px;
}
.cons h1 em{
	width:95%;
	height:auto;
	margin:0px auto;
	display:block;
	text-align:left;
	font-size:15px;
	padding:14px 0px;
	*filter: Alpha(Opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
	font-style:normal;
	font-weight:normal;
	margin-top:16px;
}
.cons h1 em strong{
	display:block;
	color:#5d1722;
	font-size: 24px;
}
.cons h2{
	width:100%;
	height:auto;
	margin:0px auto;
	background-color:#fff;
	border-radius:3px;
}
.cons h2 em{
	width:95%;
	height:auto;
	display:block;
	margin:0px auto;
	text-align:left;
	font-size:13px;
	text-indent:28px;
	*filter: Alpha(Opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
	padding:16px 0px;
	font-weight:normal;
	font-style:normal;
	margin-top:-4px;
}
.sn_bg{
	width:100%;
	height:auto;
}
/*foot_copyright*/
.foot_copyright{
	width:100%;
	height:32px;
	margin: 0px auto 0px auto;
	position: absolute;
	bottom: 20px;
}
.foot_copyright p{
	font-size:100%;
	padding-top:9px;
	color:#fff;
	text-shadow: 2px 2px 6px #000;
}