body{
    background-color: #f8f8f8;
}
.chans_text {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.chans_text p {
    color: #fff !important;
}
.concept{
    height: 750px;
    padding: 78px 50px 0 50px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.concept .log{
    position: relative;
    font-family: Antonio-Regular;
	font-size: 69px;
    color: #e7e7e7;
    text-align: center;
    margin-bottom: 60px;
}
.concept .log::after{
    content: "人才理念";
    position: absolute;
    font-family: SourceHanSansCN-Regular;
	font-size: 36px;
    color: #000000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.concept_img li{
    display: flex;
}
.concept_img img{
    width: 360px;
}
.concept_text{
    width: 479px;
	height: 240px;
    background-color: #f8f8f8;
    position: relative;
}
.concept_text .border{
    width: 320px;
    position: absolute;
    line-height: 30px;
    top: 50%; /*偏移*/
    left: 50%;
    transform: translate(-50%,-50%);

}
.concept_text h4{
    font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	color: #1e1e1e;
}
.concept_text p{
   	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color: #6a6a6a;
}

.recruitment{
    padding: 78px 50px 66px 50px;
    background-color: #fff;
    box-sizing: border-box;
    margin-top:50px;
    margin-bottom: 56px;
}
.recruitment .title{
    position: relative;
    font-family: Antonio-Regular;
    font-size: 69px;
    text-align: center;
    color: #e7e7e7;
    margin-bottom: 68px;
}
.recruitment .title::after{
    content: "招聘职位";
    position: absolute;
    font-family: SourceHanSansCN-Regular;
	font-size: 36px;
    color: #000000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.recruitment table{
    width: 1200px;
}
.recruitment th{
    /* width: 150px; */
    height:90px;
	font-family: SourceHanSansCN-Regular;
    font-size: 22px;
    line-height: 90px;
    color: #0054a3;
    text-align: left;
    background-color: #e4f0f9;
}
.recruitment th:nth-child(1){
        padding-left:36px; 
}
.recruitment tr{
    width: 1200px;
    border-bottom:1px solid #e5e5e5;
    color: #6b6b6b;
}
.recruitment tr td:nth-child(1){
        padding-left:36px; 
}
.recruitment tr td{
    height:90px;
    font-family: SourceHanSansCN-Normal;
	font-size: 18px;
	
}
.backc{
    background-color: #0054a3; 
    color: #fff !important;  
}

.inner{
    height: 0;
    border: none !important;
}
.inner td{
    height: 0 !important;
}
.mandata{
    width: 100%;
    margin: 30px 0 0 20px;
    display:none;
}
.mandata p{
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    line-height: 30px;
    text-align-last: left;
	color: #6b6b6b;
}
.mandata a{
    display: block;
    float: right;
    width: 159px;
    height: 51px;
    font-family: SourceHanSansCN-Normal;
	font-size: 18px;
    color: #0054a3;
    text-align: center;
    line-height: 51px;
	border-radius: 26px;
    border: solid 1px #0054a3;
    margin-top: 80px;
    margin-bottom: 30px;
}
.mandata a:hover{
    background: #0054a3;
    color: #fff;
}
