/* 关于我们*/
.about .top-banner h2  em{
    display:inline-block;
    width:40px;
}
.self-container{
    background:#f9f9f9;
    overflow: hidden;
}
/* 公司简介 */
.intro{
    width:100%;
    background:#fff;
    padding:28px 68px;
    margin-top:50px
}
.intro p{
    font-family: 'SourceHanSansCN-Regular';
    font-size:14px;
    line-height:28px;
    margin:24px 0;
}
.intro img{
    display:block;
    width:100%;
}
/* 企业文化 */
.culture{
    margin-top:70px;
    padding:36px 56px 46px 56px;
    background:#fff;
}
.culture .tr{
    width:100%;
    display:flex;
}
.culture .tr:first-child{
    border-bottom:1px solid #ededed;
}
.culture .tr .list{
    width:544px;
}
.culture .tr .list:first-child{
    border-right:1px solid #ededed;
    padding:0 210px 0 34px;
}
.culture .tr .list:last-child{
    padding:0 170px 0 88px;
}
.culture .tr:first-child .list{
    padding-bottom:46px;
}
.culture .tr:last-child .list{
    padding-top:44px;
}
.culture .tr .list1{
    background:url(../images/culture01.png) no-repeat 330px 4px;
}
.culture .tr .list2{
    background:url(../images/culture02.png) no-repeat 330px 4px;
}
.culture .tr .list3{
    background:url(../images/culture03.png) no-repeat 330px 4px;
}
.culture .tr .list4{
    background:url(../images/culture04.png) no-repeat 330px 4px;
}
.culture .list div{
    width:1px;
    height:26px;
    background:#9ee0a2;
    margin:0 0 14px 1px;
}
.culture .tr .list h3{
    font-family: 'SourceHanSansCN-Medium';
    font-size:18px;
    height:42px;
    line-height:42px;
    margin:6px 0 0 0;
}
.culture .tr .list h4{
    font-family: 'SourceHanSansCN-Heavy';
    font-size:18px;
    height:34px;
    line-height:34px;
    color:#0ab010;
    margin-bottom:10px;
}
.culture .tr .list p{
    font-family: 'SourceHanSansCN-Normal';
    font-size:14px;
    line-height:26px;
    margin-bottom:10px;
}
/* 加入我们 */
.join{
    margin-top:60px;
}
.join .wait{
    padding:62px 50px 110px 50px;
    background:#fff;
}
.wait .wait-title{
    font-family: 'AlibabaPuHuiTi-Heavy';
    font-size:22px;
    height:62px;
    line-height:62px;
    text-align: center;
    margin:0;
}
.wait .wait-des{
    font-family: 'SourceHanSansCN-Normal';
    font-size:16px;
    text-align: center;
    height:48px;
    line-height:48px;
    margin:0;
    color:#666;
}
.wait .wait-content{
    display:flex;
    justify-content: space-around;
    margin-top:82px;
}
.wait .wait-content div{
    padding-top:60px;
    text-align: center;
}
.wait .wait-content div:nth-child(1){
    background:url(../images/join01.png) no-repeat top center;
}
.wait .wait-content div:nth-child(2){
    background:url(../images/join02.png) no-repeat top center;
}
.wait .wait-content div:nth-child(3){
    background:url(../images/join03.png) no-repeat top center;
}
.wait .wait-content div:nth-child(4){
    background:url(../images/join04.png) no-repeat top center;
}
.wait .wait-content div:nth-child(5){
    background:url(../images/join05.png) no-repeat top center;
}
.wait .wait-content h3{
    font-family: 'AlibabaPuHuiTi-Heavy';
    font-size:20px;
    height:44px;
    line-height:44px;
    margin:0;
}
.wait .wait-content p{
    font-family: 'SourceHanSansCN-Medium';
    font-size:16px;
    height:32px;
    line-height:32px;
    margin:0;
}
/* 招聘信息 */
.join .recruitment{
    margin-top:92px;
}
.recruitment .title{
    font-family: 'AlibabaPuHuiTi-Heavy';
    font-size:22px;
    text-align: center;
    height:50px;
    line-height:50px;
    margin-bottom:0;
}
.recruitment .subtitle{
    font-family: 'SourceHanSansCN-Normal';
    font-size:16px;
    text-align: center;
    color:#666;
    height:46px;
    line-height:46px;
    margin-bottom:0;
}
.recruitment .jobs{
    margin-top:62px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recruitment .job_lists{
    margin-bottom:46px;
    background:#fff;
    padding:40px;
    color:#333;
    width:370px;
    height:530px;
    box-shadow: 1px 1px 10px #eee;
    display:none;
}
.recruitment .job_lists h4{
    font-size:18px;
    line-height:18px;
    font-weight:bold;
}
.recruitment .job_lists .job-title{
    font-size:16px;
    line-height:16px;
    margin-top:20px;
    padding-bottom:22px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.recruitment .job_lists .job-title span{
    color:rgba(0,0,0,0.2);
    margin:0 16px;
}
.recruitment .job_lists .content h5{
    font-size:16px;
    height:42px;
    line-height:42px;
    margin:0;
}
.recruitment .job_lists .content p{
    font-size:12px;
    line-height:30px;
    color:#999;
    max-height:300px;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 8;    
    overflow: hidden;
}
.recruitment .job_lists .detail_btn{
    display:block;
    width:290px;
    height:32px;
    line-height:32px;
    text-align:center;
    background:#f5f5f5;
    font-size:12px;
    color:#999;
    margin-top:20px;
    cursor: pointer;
}
.recruitment .more,.recruitment .up{
    width:100px;
    height:50px;
    margin:0 auto;
    cursor: pointer;
    text-align: center;
    color:#999; 
    display:none;
    font-size:14px;
}
.recruitment .more{
    background:url(../images/more.png) no-repeat center bottom;
}
.recruitment .up{
    background:url(../images/up.png) no-repeat center bottom;
}

/* 招聘信息弹窗 */
@media (min-width: 576px){
    .modal-dialog {
        max-width: 600px;
        margin:160px auto 0 auto;
    }
}
.job_lists{
    height:500px;
    background:#fff;
    padding:36px 40px 38px 40px;
    color:#333;
}
.job_lists h4{
    font-size:18px;
    line-height:18px;
    font-weight: bold;
}

.job_lists .title{
    font-size:16px;
    line-height:16px;
    margin-top:20px;
    padding-bottom:22px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.job_lists .title span{
    color:rgba(0,0,0,0.2);
    margin:0 16px;
}

.job_lists .content{
    margin-top:8px;
}
.job_lists .content h5{
    font-size:16px;
    height:42px;
    line-height:42px;
}
.job_lists .content p{
    font-size:12px;
    line-height:30px;
    color:#999;
}
.job_lists .more{
    display:block;
    width:290px;
    height:32px;
    line-height:32px;
    text-align:center;
    background:#f5f5f5;
    font-size:12px;
    color:#999;
    cursor: pointer;
    margin-top:20px;
  }

.jobsinfo{
    padding:0;
}
.close{
    width:60px;
    height:60px;
    text-align: center;
    line-height: 60px;
    position:absolute;
    top:0;
    right:0;
    border:none;
    outline: none;
}
.close:focus {
    outline: 0;
}
.jobsinfo .job_lists .content{
    height:340px;
    overflow-y:scroll;
}


/* 联系我们 */
.contact{
    margin-top:70px;
    padding:70px 80px 90px 88px;
    background:#fff;
}
.contact .contact-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact .contactus {
    width: 50%;
}
.contact .map {
    width: 482px;
    height: 294px;
}
.contact .contactus h3 {
    color: #00C44E;
    font-size: 30px;
    font-weight: bold;
    font-family: 'AlibabaPuHuiTi-Heavy';
    margin-bottom:26px;
}
.contact .contactus h4 {
    font-family: 'SourceHanSansCN-Bold';
    color: #00C44E;
    font-size: 20px;
    margin-bottom:0;
}
.contact .contactus ul {
    padding: 0;
    margin-top: 44px;
    margin-bottom:0;
}
.contact .contactus li {
    font-family: 'SourceHanSansCN-Normal';
    list-style: none;
    font-size: 14px;
    line-height: 50px;
}
.modal-backdrop{
    width:100%;
    height:100%;
}