/**
 * 加入我们
 */
.body .banner img {
    width: 100%;
}
.body .content {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
.body .content .title {
    font-size: 24px;
}
.body .content .goods {
    margin-top: 40px;
}
.body .content .goods .info {
    color: #96E5FF;
    margin-top: 20px;
}
.body .content .goods .info div {
    text-indent: 28px;
}
.body .content .goods .info ul {
    list-style: decimal;
    line-height: 26px;
    margin-left: 12px;
}

.body .content .contact {
    background: url(../images/join/lianxixuanchuantu.png) no-repeat;
    background-size: contain;
    height: 340px;
    position: relative;
}
.body .content .contact .title {
    position: absolute;
    top: 87px;
    left: 300px;
}
.body .content .contact .contact-person {
    position: absolute;
    top: 138px;
    left: 300px;
    font-size: 16px;
}
.body .content .contact .email {
    position: absolute;
    top: 170px;
    left: 300px;
    font-size: 16px;
}

.body .need .name {
    position: absolute;
    line-height: 40px;
    width: 65px;
    text-align: center;
    font-size: 20px;
    z-index: 2;
}
.body .need .name div {
    margin-bottom: 10px;
    cursor: pointer;
}
.body .need .name .hover {
    background-color: #0165BF;
    border-radius: 10px;
}
.body .need .xuqiu {    
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
/*.body .need .xuqiu .block {
    display: none;
}
.body .need .xuqiu .block:first-child {
    display: block;
}*/
.body .need .xuqiu .need-name:first-child{
    margin-top: 0;
}
.body .need .xuqiu .need-name {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}
.body .need .xuqiu .need-name .left {
    float: left;
    width: 35%;
}
.body .need .xuqiu .need-name .right {
    width: 65%;
}
.body .need .xuqiu .need-info .left {
    float: left;
    color: #96E5FF;
    width: 35%;
}
.body .need .xuqiu .need-info .right {
    float: left;
    width: 65%;
}
.body .need .xuqiu .need-info .right ul {
    list-style: decimal;
    margin: 0;
    padding-left: 26px;
    color: #96E5FF;
    line-height: 34px;
}
.clear{
    clear: both;
}