#main{
	position:relative;
	width:100%;
	height:auto;
	padding-bottom: 6rem;
}
.webpath{
	width:100%;
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#535353; 
	margin-top:1rem;
}
.webpath a{
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#535353; 
}
.webpath a.tohome{
	background: url("../images/tohome.png") left center no-repeat;
	background-size:1.4rem 1.4rem;
	padding-left: 2rem
}
/**job*/
.job .banner{
    width:100%;
}
.job .banner img{
	display: block;
    width:100%;
}
.job .jobinfo{
	margin-top: 1rem;
}
.job .jobinfo label{
	width:100%;
	line-height: 4rem;
	font-size:2rem;
	font-family:'微软雅黑';
	color:#000;
}
.job .jobinfo p{
	line-height:2rem;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#434343;
}
.job .list{
	width: 92%;
	height: auto;
	min-height: 4rem;
	line-height: 4rem;
	margin: 2rem auto;
}
.job .list ul li{
	background: #F3F3F3;
	margin-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.job .list ul li .name{
	line-height: 3rem;
	font-size:1.6rem;
	font-family:'微软雅黑';
	color:#000;
	padding-left: 5%;
}
/*.job .list ul li .name span{
	display: none;
}*/
.job .list ul li .name p{
	line-height: 1.8rem;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#000;
}
.job .list ul .show{
	display: none;
	width: 100%;
	background: #F3F3F3;
	padding-bottom: 2rem;
}
.job .list ul .show span{
	display: block;
	height: 3rem;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#434343;
	padding:0 5%;
}
.job .list ul .show p{
	line-height: 2rem;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#434343;
	padding:0 5%;
}
.job .list ul .show p img{
	max-width: 100%;
}
.job .list ul .show a{
	display: block;
	width:10rem;
	height:3.5rem;
	line-height: 3.5rem;
	text-align: center;
	background: #E60012;
	font-size:1.6rem;
	font-family:'微软雅黑';
	color:#FFF;
	margin: 3rem 0 0 5%;
}

#apply .ypxq{
	width:100%;
	margin-top: 1rem;
}
#apply .ypxq label{
	display: block;
	width:90%;
	height: 3.5rem;
	line-height: 3.5rem;
	border-bottom: 0.2rem solid #DCDCDC;
	font-size:1.6rem;
	font-family:'微软雅黑';
	color:#535353;
	margin: 0 auto;
}
#apply .ypxq .ypxqbox{
	width:88%;
	height: 3rem;
	line-height: 3rem;
	margin: 0 auto;
}
#apply .ypxq .ypxqbox span{
	font-size:1.6rem;
	font-family:'微软雅黑';
	color:#535353;
}
#apply .ypxq .ypxqbox input{
	box-sizing: border-box;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size:1.6rem;
	font-family:'微软雅黑';
	padding-left: 2%;
}
#apply .jbxx{
	width:100%;
	margin-top: 1rem;
}
#apply .jbxx label{
	display: block;
	width:90%;
	height: 3.5rem;
	line-height: 3.5rem;
	border-bottom: 0.2rem solid #DCDCDC;
	font-size:1.6rem;
	font-family:'微软雅黑';
	color:#535353;
	margin: 0 auto;
}
#apply .jbxx  .jbxxbox{
	width:90%;
	height: 3.5rem;
	line-height: 3.5rem;
	border: 0.1rem solid #D2D2D2;
	margin: 1rem auto 0;
}
#apply .jbxx  .jbxxbox span{
	display: inline-block;
	font-size:1.6rem;
	font-family:'微软雅黑';
	color:#535353;
	padding-left: 2%;
}
#apply .jbxx  .jbxxbox input{
	box-sizing: border-box;
	height: 3.2rem;
	line-height: 3.2rem;
	border:0;
	font-size:1.6rem;
	font-family:'微软雅黑';
	padding-left: 2%;
}
#apply .jbxx  .jbxxbox select{
	box-sizing: border-box;
	height: 3.2rem;
	-webkit-appearance: none;
	appearance: none;
	border:0;
	font-size:1.6rem;
	font-family:'微软雅黑';
	padding-left: 2%;
}
#apply .btn{
	width:35%;
	height:3.5rem;
	margin: 2rem auto;
}
#apply .btn input[name=button]{
	display: block;
	width:100%;
	height:3.5rem;
	line-height: 3.5rem;
	text-align: center;
	background: #E60012;
	border:0;
	border-radius: 0;
	font-size:1.6rem;
	font-family:'微软雅黑';
	color:#FFF;
	-webkit-appearance: none;
}