body{
    width: 100%;
    /*font-family: PingFangSC;*/
    padding-top: 44px;
    background: #F7F9FC;
    color: #333;
}
.concent-body{
    min-width: 100%;
    min-height: 300px;
    margin: 0 auto;
    background-color: #f7f9fc;
}
.concent-banner{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.concent-banner-img{
    width:100%;
}
.concent-banner-text{
    width:50%;
    height:40%;
    position: absolute;
    left: 10%;
    bottom: 10%;
    color: #FFF;
}
.concent-banner-text h1{
    font-size: 46px;
    height: 53px;
    text-align: left;
    font-weight: 300;
}
.concent-banner-text p{
    font-size: 23px;
    text-align: left;
    height: 33px;
    line-height: 33px;
    font-weight: 300;
}

.concent-banner-text p.join-text-p{
    font-size: 18px;
    margin-top: 10px
}
.join-list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.join-list-ul{
    width:100%;
}
.join-list-li{
    width:100%;
    min-height: 50px;
    padding-top: 25px;
    position: relative;
    /*border-bottom: dashed 1px #000000;*/
    cursor: pointer;
}
.join-fenge{
    width: 100%;
    position: absolute;
    bottom:0;
}
.join-title{
    width: 100%;
    height:25px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 600;
    border-left: 3px solid #f5a623;
    padding-left: 30px;
    color: #333;
}
.join-con{
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
    background: seashell;
    position: relative;
    padding-top: 20px;
    display: none;
    background: #FFF;
    color: #333;
}
.join-san{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FFF;
    position: absolute;
    top:-15px;
    left: 60px;
}
.join-table{
    width:94%;
    margin: 0 auto;
}
.join-title span{
    float: right;
    color: #f5a623;
    cursor: pointer;
}
.join-table-td1{
    width: 85px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.join-table-td2{
    font-size: 14px;
    line-height: 45px;
    color: #333;
}
.join-table-td2.join-table-lian{
    line-height: 37px;
    /*padding-top: 2px;*/
}