#header{
    position: relative;
}
.joinBanner{
    width: 100%;
    height: 240px;
    background: url("/img/join/banner.jpg") center top no-repeat;
    background-size: cover;
}
.joinContent{
    width: 1200px;
    min-height:600px;
}
.joinLine{
    width: 100%;
    height: 1px;
    background:#cccccc;
    position: absolute;
    top: 473px;
    z-index: -1;
}
.joinHead{
    margin-top:27px;
    width: 1200px;
    height: 50px;
    margin-bottom: 70px;
}
.joinHead li{
    float: left;
    width: 380px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.joinHeadLi1{
    background:#be292d;
    color: #ffffff;
    margin-right: 30px;
}
.joinHeadLi2{
    margin-right: 30px;
}

.joinHeadLi2,.joinHeadLi3,.joinHead li:nth-child(3){
    color:#666666;
    background:#bfbfbf;
}
.joinIcon{
    width: 1200px;
    height: 185px;
    z-index: 2;
}
.joinIcon li{
    float: left;
    margin-left: 135px;
}
.joinIcon p{
    color: #747474;
    text-align: center;
}
.joinButton{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #939393;
    margin-bottom: 8px;
    border: 3px solid #dedede;
}
.joinButton1{
    background: #d91827;
    border: 3px solid #ec8b93;
}
.joinImg{
    width: 77px;
    height: 77px;
    cursor: pointer;
    margin-bottom: 8px;
    background: url("/img/join/icon03-2.png") center top no-repeat;
}
.joinImg1{
    background-position:0 0;
}
.joinImg2{
    background-position:-99px -74px;
}
.joinImg3{
    background-position:-190px -74px;
}
.joinImg4{
    background-position:-290px -74px;
}
.joinImg5{
    background-position:-390px -74px;
}
.detail{
    display: none;
}
.technology{
    display: block
}
.detail li{
    width: 1140px;
    min-height: 160px;
    overflow: hidden;
    background-image:-webkit-linear-gradient(135deg, #d14419 40px, #ebebeb 40px);
    background-image:linear-gradient(-45deg, #d14419 40px, #ebebeb 40px);
    padding: 30px 30px 0 30px;
    position: relative;
    margin-bottom:12px ;
}
h3{
    color:#d14419;
    margin-bottom: 30px;
}
.detail li div,.detail li p{
    margin-bottom: 10px;
    font-size: 14px;
}
.open{
    position: absolute;
    bottom: 4px;
    right: 4px;
    color: #ffffff;
    height: 10px;
    cursor: pointer;
}
.applyPosition{
    width: 108px;
    height: 28px;
    background:#d14419;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
    position: relative;
    left: -500px;
    cursor: pointer;
}
.joinModal{
    width: 100%;
    position: fixed;
    top:0;
    background:rgba(0,0,0,0.5);
}
.inputBg{
    margin-top: 150px;
    background: url("/img/join/joinModalPc.png") center top no-repeat;
    background-size: cover;
    width: 541px;
    height:610px;
    position: relative;
}
.inputBg ul{
     position: absolute;
    top: 106px;
    left: 85px;
}
.inputBg ul li{
    margin-bottom: 40px;
    border-bottom: 1px solid #000000;
}
.inputBg ul li input{
    margin-left: 20px;
    outline: none;
}
.commitButton{
    position: absolute;
    bottom: 100px;
    left: 200px;
    width: 100px;
    height: 50px;
    background: #9b1b1b;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    cursor: pointer;
}
.close{
    width: 57px;
    height: 57px;
    border-radius: 50%;
    position: absolute;
    right: 0;
}
.joinModal{
    display: none;
}