* {
	margin: 0;
	padding: 0;
}

.m_banner {
	background: url(../img/about_banner.jpg) center no-repeat;
	background-size: auto 100%;
}








/* 人才招聘 */
.hire {
	margin-top: 0.8rem;
}

.hire_th {
	width: 15.2rem;
	height: 0.66rem;
	background: #0A7E0D;
	border-radius: 0.1rem 0.1rem 0rem 0rem;
	margin-bottom: 0.2rem;
	padding-left: 0.8rem;
	padding-right: 0.58rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hire_th .hire_td {
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 0.66rem;
	text-align: center;
}




.hire_cont {
	width: 100%;
	height: auto;
	margin-bottom: 0.2rem;
}

.hire_cont .hire_top {
	width: 100%;
	height: 0.68rem;
	background: #F8F8F8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-left: 0.8rem;
	padding-right: 0.58rem;
	box-sizing: border-box;
}

.hire_cont .hire_bottom {
	display: none;
}

.hire_cont .hire_top div {
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.hire_cont .hire_icon {
	width: 0.25rem;
	height: 0.25rem;
	background: url(../img/hire_icon.png) center no-repeat;
	border-radius: 50%;
}

.hire_cont.act {
	width: 100%;
	height: auto;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.18);
}

.hire_cont.act .hire_top {
	background: #FFFFFF;
	position: relative;
	z-index: 9;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.18);
}

.hire_cont.act .hire_icon {
	background: url(../img/hire_colse.png) center no-repeat;
}

.hire_cont.act .hire_bottom {
	display: block;
	padding: 0.3rem 0.8rem 0.4rem 0.8rem;
	box-sizing: border-box;
	background-color: #FAFAFA;
}

.content_li {
	box-sizing: border-box;
	margin-bottom: 0.25rem;
}

.content_li .cont_class1 {
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.32rem;
}

.content_li .cont_body {
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
}

.hire_bottom .cont_more {
	width: 1.16rem;
	height: 0.4rem;
	background: #0A7E0D;
	border-radius: 0.2rem;
	line-height: 0.4rem;
	text-align: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-top: 0.28rem;
}












.hire_th .hire_td:first-child,
.hire_cont .hire_top .hire_title{
	width: 2.3rem;
	text-align: left;
}

.hire_th .hire_td:nth-child(3),
.hire_cont .hire_top .hire_address{
	width: 1.5rem;
}

.hire_th .hire_td:nth-child(2),
.hire_th .hire_td:nth-child(4),
.hire_cont .hire_top .hire_type,
.hire_cont .hire_top .hire_num{
	width: 0.8rem;
}

.hire_th .hire_td:nth-child(5),
.hire_cont .hire_top .hire_time{
	width: 1.2rem;
}

.hire_th .hire_td:nth-child(6) {
	width: 0.25rem;
}







/* 弹窗 */
.hire_xinxi{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 999;
    top: 0;
    left: 0;
	display: none;
	justify-content: center;
	align-items: center;
}
.zhaopin{
	width: 5.8rem;
	min-height: 6.47rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    padding: 0.25rem 0.37rem 0.45rem 0.37rem;
    box-sizing: border-box;
    display: block;
	position: relative;
}
.close img{
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.25rem;
    height: 0.25rem;
    overflow: hidden;
    cursor: pointer;
}
.from_name{
	width: 80%;
    font-weight: bold;
	font-size: 0.28rem;
	color: #333333;
    margin-bottom: 0.4rem;
	position: relative;
}
.from_name::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.14rem;
	width: 5.1rem;
	height: 0rem;
	border: 0.01rem solid #DEDEDE;
}
.form_group{
    width: 100%;
    margin-bottom: 0.18rem;
}
.form_group .form_label{
    width: 100%;
    height: 0.26rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
    margin-bottom: 0.12rem;
    float: left;
}
.form_group .form_text input{
	width: 100%;
	height: 0.4rem;
	background: #FFFFFF;
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	border: 0.01rem solid #E6E6E6;
    text-indent: 1em;
}
.form_group .form_text{
    position: relative;
}
.form_group .file{
	width: 1.5rem;
	height: 0.4rem;
	background: #FFFFFF;
	border-radius: 0.2rem;
	border: 0.01rem solid #0A7E0D;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.14rem;
	color: #0A7E0D;
}
.form_group .file img{
	width: 0.16rem;
	height: 0.19rem;
	margin-left: 0.17rem;
}
.form_group .file_list{
	width: 100%;
}
.form_group .file_list .file_li{
	width: 5.06rem;
	height: 0.4rem;
	background: #F8F8F8;
	margin-top: 0.12rem;
	padding-left: 0.15rem;
	padding-right: 0.1rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	font-size: 0.14rem;
	color: #666666;
}

.form_group .file_list .file_li a{
	width: 0.16rem;
	height: 0.16rem;
	background: url(../img/delete.png) center no-repeat;
	background-size: cover;
}







.sub_box{
	width: 100%;
    margin-top: 0.37rem;
    display: flex;
    justify-content: center;
}
.sub_box input{
	width: 1.36rem;
	height: 0.4rem;
	background: #0A7E0D;
	border-radius: 0.2rem;
    color: #fff;
    cursor: pointer;
	line-height: 0.4rem;
	text-align: center;
}
.sub_box .close{
	width: 1.36rem;
	height: 0.4rem;
	background: #FFFFFF;
	border-radius: 0.2rem;
	border: 0.01rem solid #666666;
	line-height: 0.4rem;
	text-align: center;
	color: #333;
    cursor: pointer;
	margin-left: 0.3rem;
}








