.joinH2{
    font-size: 36px;
    color: #333333;
    line-height: 52px;
    text-align: center;
    margin: .6rem 0;
}
.joinH2 img{
    max-width: .52rem;
    max-height: .52rem;
    margin-top: -2px;
    margin-right: .2rem;
}
.joinTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .6rem 0;
}
.joinLef{
    width: 44.26%;
    max-width: 655px;
    flex-shrink: 0;
}
.joinLef img{
    max-width: 100%;
    height: auto;
    border-radius: .08rem;
}
.joinRig{
    max-width: 706px;
    flex: auto;
    overflow: hidden;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 5%;
}
.joinImg{
    margin: .3rem 0;
    text-align: center;
}
.joinImg img{
    max-width: 100%;
    height: auto;
}
.joinText{
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    margin: .6rem 0;
}
.joinText.color-6{
    color: #666666;
}
.joinBot{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem .7rem;
    text-align: center;
}
.joinBot li{
    width: 33.33%;
    padding: 0 70px;
    margin-bottom: 30px;
}
.joinItem{
    padding: 0 30px;
    height: 100%;
    background: #F2F9FF;
    border-radius: 4px;
    overflow: hidden;
}
.joinIco{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    max-width: 1.4rem;
    max-height: 1.4rem;
    margin: .6rem auto;
}
.joinIco img{
    max-width: 100%;
    max-height: 100%;
    transition: all .5s;
}
.joinInfo{
    margin: .4rem 0;
}
.joinName{
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
}
.joinLine{
    display: block;
    width: 36px;
    max-width: .5rem;
    height: 2px;
    background: #999999;
    margin: .2rem auto;
}
.joinDes{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin: .2rem 0;
}
.joinItem:hover .joinIco img{
    transform: scaleX(-1);
}
.hm5Box{
    margin: .6rem 0;
}
.soluBot{
    font-size: 16px;
    color: #666666;
    line-height: 2;
    padding: 0 .4rem .4rem;
    border-radius: 8px;
    background-color: #F8FCFF;
    margin: .6rem 0;
    overflow: hidden;
}
.devList{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
    margin: .6rem -40px;
}
.devList li{
    width: 16.66%;
    padding: .1rem 40px;
}
.devIco{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    max-width: 1.4rem;
    max-height: 1.4rem;
    margin: .2rem auto;
}
.devIco img{
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}
.devList li:hover .devIco img{
    transform: rotateY(360deg);
    transition: all .6s;
}
.picList{
    list-style: none;
}
.picList li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .6rem 0;
    padding-bottom: .6rem;
}
.picList li:nth-child(2n){
    flex-direction: row-reverse;
}
.picLef{
    position: relative;
    width: 58.1%;
    padding: 0 60px;
    flex-shrink: 0;
}
.picLef .prev,
.picLef .next{
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.picLef .prev{
    left: 0;
    background-image: url(/static/home/images/join/prev@2x.png);
}
.picLef .prev:hover{
    background-image: url(/static/home/images/join/prev_hover@2x.png);
}
.picLef .next{
    right: 0;
    background-image: url(/static/home/images/join/next@2x.png);
}
.picLef .next:hover{
    background-image: url(/static/home/images/join/next_hover@2x.png);
}
.picImg{
    padding-bottom: 77.78%;
    border-radius: .1rem;
}
.baseImg .imgBg{
    border-radius: .1rem;
}
.picRig{
    width: 40%;
    max-width: 540px;
}
.picRig .joinH2{
    text-align: left;
    margin: 0 0 .3rem;
}
.picText{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

@media (max-width:1600px) {
    .joinH2{
        font-size: 1.875vw;
    }
    .joinH2 img{
        width: 2.7vw;
        height: 2.7vw;
        margin-right: .1rem;
    }
    .joinRig,
    .joinText,
    .joinName{
        font-size: 1.25vw;
    }
    .joinBot li{
        padding: 0 3.65vw;
    }
    .joinIco{
        width: 7.3vw;
        height: 7.3vw;
    }
    .soluBot{
        font-size: 15px;
    }
    .devList{
        font-size: 1.25vw;
        margin: .6rem -2vw;
    }
    .devList li{
        padding: .1rem 2vw;
    }
    .devIco{
        width: 100px;
        height: 100px;
    }
    .picList li{
        padding-bottom: .2rem;
    }
    .picLef{
        padding: 0 40px;
    }
    .picLef .prev,
    .picLef .next{
        width: 20px;
        height: 40px;
    }
    .picRig .joinH2{
        margin: 0 0 .2rem;
    }
    .picText{
        font-size: 15px;
    }

}
@media (max-width:1400px) {

}
@media (max-width:1200px) {
    .joinH2{
        font-size: 20px;
    }
    .joinH2 img{
        width: 30px;
        height: 30px;
    }
    .joinRig,
    .joinText,
    .joinName{
        font-size: 16px;
    }
    .joinDes{
        font-size: 14px;
    }
    .joinBot li{
        padding: 0 .1rem;
        margin-bottom: .2rem;
    }
    .joinIco{
        width: 80px;
        height: 80px;
    }
    .soluBot{
        font-size: 14px;
    }
    .devList{
        font-size: 16px;
        margin: .6rem -.1rem;
    }
    .devList li{
        padding: .1rem;
    }
    .picRig .joinH2{
        margin: 0;
    }

}
@media (max-width:991px) {
    .devIco{
        margin: .1rem auto;
    }
    .picList{
        margin-bottom: .6rem;
    }
    .picList li{
        display: block;
        padding: 0;
        margin: .3rem 0;
    }
    .picLef{
        width: 100%;
        padding: 0 .3rem;
    }
    .picRig{
        width: 100%;
        max-width: 100%;
        padding: .1rem .3rem;
    }
    .picLef .prev{
        left: -.1rem;
    }
    .picLef .next{
        right: -.1rem;
    }

}
@media (max-width:767px) {
    .devList li{
        width: 33.33%;
    }

}
@media (max-width:640px) {
    .joinTop{
        display: block;
    }
    .joinH2{
        font-size: 18px;
    }
    .joinLef{
        width: 100%;
    }
    .joinRig{
        font-size: 14px;
        padding: 0;
        margin-top: .2rem;
    }
    .joinText{
        font-size: 14px;
    }
    .joinBot li{
        width: 100%;
    }
    .joinItem{
        padding: .2rem;
    }
    .joinIco{
        margin: .2rem auto;
    }
    .joinInfo{
        margin: .2rem 0;
    }
    .picText{
        font-size: 14px;
    }
    .picLef .prev,
    .picLef .next{
        width: 15px;
        height: 30px;
    }

}
@media (max-width:460px) {
    .devList{
        font-size: 14px;
    }
    .picRig .joinH2{
        font-size: 16px;
    }

}