#aboutus .bannerBox {
    padding-top: 180px;
    width: 100%;
    height: 528px;
    background: url("../img/common/featureBg.jpg") no-repeat;
    background-position: top;
    text-align: center;
    color: #FFF
}

@media(max-width:520px) {
    #aboutus .bannerBox {
        background: url("../img/common/featureBg.jpg") no-repeat
    }
}

#aboutus .bannerBox h1 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 36px
}

@media(max-width:520px) {
    #aboutus .bannerBox h1 {
        font-size: 28px
    }
}

#aboutus .bannerBox p {
    margin-bottom: 36px;
    font-size: 13px;
    line-height: 12px
}

#aboutus .bannerBox h2 {
    font-size: 28px;
    line-height: 28px
}

@media(max-width:520px) {
    #aboutus .bannerBox h2 {
        padding: 0 20px;
        font-size: 18px;
        line-height: 18px
    }
}

#aboutus .infoBox {
    padding-top: 66px;
    background-color: #fafafa
}

#aboutus .infoBox .menuList {
    z-index: 100;
    float: left;
    width: 220px;
    box-shadow: 0 3px 3px #ededed;
    background-color: #FFF;
    top: 73px
}

#aboutus .infoBox .menuList .bigTitle {
    padding-left: 32px;
    width: 100%;
    height: 58px;
    line-height: 58px;
    color: #202020;
    font-size: 14px
}

#aboutus .infoBox .menuList .commonMenuItem {
    padding-left: 32px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #5c5c5c;
    border-top: 1px dashed #bfbfbf;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#aboutus .infoBox .menuList .commonMenuItem:hover {
    color: #FFF;
    background-color: #34c8e6;
    border-top: 1px dashed #34c8e6 !important
}

#aboutus .infoBox .menuList .activeMenu {
    color: #FFF;
    background-color: #34c8e6;
    border-top: 1px dashed #34c8e6
}

@media(max-width:520px) {
    #aboutus .infoBox .menuList {
        display: none
    }
}

#aboutus .infoBox .infoList {
    padding-left: 27px;
    padding-bottom: 66px;
    float: left;
    width: calc(100% - 220px)
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList {
        padding: 0;
        width: 100%
    }
}

#aboutus .infoBox .infoList .introBox {
    float: left;
    padding: 60px 55px;
    width: 100%;
    box-shadow: 0 3px 3px #ededed;
    background-color: #FFF
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .introBox {
        padding: 60px 20px
    }
}

#aboutus .infoBox .infoList .introBox h1 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 28px;
    color: #202020;
    line-height: 28px
}

#aboutus .infoBox .infoList .introBox p {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 12px;
    color: #a9a9a9
}

#aboutus .infoBox .infoList .introBox .line {
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    border: 1px dashed #bfbfbf
}

#aboutus .infoBox .infoList .introBox .first {
    margin-bottom: 30px;
    display: block;
    line-height: 28px;
    font-size: 14px;
    color: #707070;
    word-break: break-all
}

#aboutus .infoBox .infoList .introBox .second {
    line-height: 24px;
    font-size: 14px;
    color: #707070;
    word-break: break-all
}

#aboutus .infoBox .infoList .introBox .second p {
    line-height: 24px;
    font-size: 14px;
    color: #707070;
    word-break: break-all
}

#aboutus .infoBox .infoList .introBox .second ul {
    list-style-type: circle;
    color: #707070;
    margin-left: 30px;
    margin-bottom: 30px
}

#aboutus .infoBox .infoList .joinBox {
    float: left;
    padding: 60px 55px 100px;
    width: 100%;
    box-shadow: 0 3px 3px #ededed;
    background-color: #FFF
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .joinBox {
        padding: 60px 20px
    }
}

#aboutus .infoBox .infoList .joinBox h1 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 28px;
    color: #202020;
    line-height: 28px
}

#aboutus .infoBox .infoList .joinBox .eng {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 12px;
    color: #a9a9a9
}

#aboutus .infoBox .infoList .joinBox .line {
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    border: 1px dashed #bfbfbf
}

#aboutus .infoBox .infoList .joinBox .jobCard {
    margin-bottom: 23px;
    width: 100%;
    box-shadow: 0 3px 3px #ededed;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#aboutus .infoBox .infoList .joinBox .jobCard .jobTitle {
    position: relative;
    padding: 0 26px;
    width: 100%;
    height: 60px;
    line-height: 59px;
    font-size: 16px;
    color: #424242;
    background-color: #f6f6f6;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#aboutus .infoBox .infoList .joinBox .jobCard .jobTitle p {
    margin-bottom: 0;
    border-bottom: 1px dashed #d2d2d2
}

#aboutus .infoBox .infoList .joinBox .jobCard .jobTitle .joinIcon {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #777;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#aboutus .infoBox .infoList .joinBox .jobCard .jobTitle .joinIcon .lineFirst {
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 1px;
    border-bottom: 1px solid #777;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#aboutus .infoBox .infoList .joinBox .jobCard .jobTitle .joinIcon .lineSecond {
    position: absolute;
    top: 5px;
    left: 9px;
    width: 1px;
    height: 10px;
    border-right: 1px solid #777;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#aboutus .infoBox .infoList .joinBox .jobCard .jobInfo {
    padding: 32px 26px;
    width: 100%;
    height: 106px;
    background-color: #f6f6f6;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#aboutus .infoBox .infoList .joinBox .jobCard .jobInfo .jobIntro {
    display: block;
    margin: 0;
    width: 100%;
    font-size: 13px;
    line-height: 12px;
    color: #777;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis
}

#aboutus .infoBox .infoList .joinBox .jobCard .jobInfo .jobIntro .introTitle {
    font-weight: 600
}

#aboutus .infoBox .infoList .joinBox .jobCard .jobInfo .jobIntro:first-child {
    margin-bottom: 18px
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .joinBox .jobCard .jobTitle {
        background-color: #34c8e6;
        color: #FFF
    }

    #aboutus .infoBox .infoList .joinBox .jobCard .jobTitle p {
        border-color: #34c8e6
    }

    #aboutus .infoBox .infoList .joinBox .jobCard .jobTitle .joinIcon {
        border-color: #FFF
    }

    #aboutus .infoBox .infoList .joinBox .jobCard .jobTitle .joinIcon .lineFirst {
        border-color: #FFF
    }

    #aboutus .infoBox .infoList .joinBox .jobCard .jobTitle .joinIcon .lineSecond {
        border-color: #FFF
    }

    #aboutus .infoBox .infoList .joinBox .jobCard .jobInfo {
        background-color: #FFF
    }
}

#aboutus .infoBox .infoList .joinBox .jobCard:hover {
    box-shadow: 0 10px 10px #dcdcdc
}

#aboutus .infoBox .infoList .joinBox .jobCard:hover .jobTitle {
    background-color: #34c8e6;
    color: #FFF
}

#aboutus .infoBox .infoList .joinBox .jobCard:hover .jobTitle p {
    border-color: #34c8e6
}

#aboutus .infoBox .infoList .joinBox .jobCard:hover .jobTitle .joinIcon {
    border-color: #FFF
}

#aboutus .infoBox .infoList .joinBox .jobCard:hover .jobTitle .joinIcon .lineFirst {
    border-color: #FFF
}

#aboutus .infoBox .infoList .joinBox .jobCard:hover .jobTitle .joinIcon .lineSecond {
    border-color: #FFF
}

#aboutus .infoBox .infoList .joinBox .jobCard:hover .jobInfo {
    background-color: #FFF
}

#aboutus .infoBox .infoList .concatBox {
    float: left;
    width: 100%
}

#aboutus .infoBox .infoList .concatBox .topBox {
    margin-bottom: 27px;
    padding: 60px 55px 58px;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 3px 3px #ededed
}

#aboutus .infoBox .infoList .concatBox .topBox h1 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 28px;
    color: #202020;
    line-height: 28px
}

#aboutus .infoBox .infoList .concatBox .topBox .eng {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 12px;
    color: #a9a9a9
}

#aboutus .infoBox .infoList .concatBox .topBox .line {
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    border: 1px dashed #bfbfbf
}

#aboutus .infoBox .infoList .concatBox .topBox .addressImg {
    width: 100%;
    height: 490px;
    background: url("../img/aboutus/aboutMap.png") no-repeat;
    background-size: 100% 100%
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .concatBox .topBox {
        display: none
    }
}

#aboutus .infoBox .infoList .concatBox .bottomBox {
    padding: 33px 0;
    width: 100%;
    min-height: 180px;
    background-color: #FFF;
    box-shadow: 0 3px 3px #ededed
}

#aboutus .infoBox .infoList .concatBox .bottomBox .leftBox {
    position: relative;
    float: left;
    width: 33.33%;
    height: 114px;
    border-right: 1px dashed #d2d2d2
}

#aboutus .infoBox .infoList .concatBox .bottomBox .leftBox img {
    position: absolute;
    margin-top: -23px;
    margin-left: -78.5px;
    top: 50%;
    left: 50%;
    width: 157px;
    height: 46px
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .concatBox .bottomBox .leftBox {
        display: none
    }
}

#aboutus .infoBox .infoList .concatBox .bottomBox .middleBox {
    float: left;
    width: 33.33%;
    height: 114px;
    font-size: 13px;
    line-height: 12px;
    border-right: 1px dashed #d2d2d2
}

#aboutus .infoBox .infoList .concatBox .bottomBox .middleBox .infoDetail {
    margin-bottom: 10px;
    padding-left: 30px;
    width: 100%;
    color: #737373
}

#aboutus .infoBox .infoList .concatBox .bottomBox .middleBox .infoDetail img {
    margin-right: 7px;
    width: 15px;
    height: 15px
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .concatBox .bottomBox .middleBox {
        width: 100%
    }
}

#aboutus .infoBox .infoList .concatBox .bottomBox .rightBox {
    float: left;
    padding-left: 80px;
    width: 33.33%;
    height: 114px;
    font-size: 13px
}

#aboutus .infoBox .infoList .concatBox .bottomBox .rightBox .wechatBox {
    margin-right: 40px;
    float: left
}

#aboutus .infoBox .infoList .concatBox .bottomBox .rightBox .wechatBox img {
    margin-top: 30px;
    margin-bottom: 10px
}

#aboutus .infoBox .infoList .concatBox .bottomBox .rightBox .wechatBox p {
    font-size: 13px;
    line-height: 12px;
    text-align: center
}

#aboutus .infoBox .infoList .concatBox .bottomBox .rightBox .codeImg {
    float: left
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .concatBox .bottomBox .rightBox {
        margin-top: 20px;
        padding-left: 0;
        width: 100%;
        text-align: center
    }

    #aboutus .infoBox .infoList .concatBox .bottomBox .rightBox .wechatBox {
        display: none
    }

    #aboutus .infoBox .infoList .concatBox .bottomBox .rightBox .codeImg {
        float: none
    }
}

#aboutus .infoBox .infoList .concatBox .bottomBox::after {
    display: block;
    visibility: hidden;
    content: '';
    clear: both;
    width: 1px;
    height: 1px
}

#aboutus .infoBox .infoList .mediaBox {
    padding: 60px 55px 100px;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 3px 3px #ededed
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .mediaBox {
        padding: 60px 20px
    }
}

#aboutus .infoBox .infoList .mediaBox h1 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 28px;
    color: #202020;
    line-height: 28px
}

#aboutus .infoBox .infoList .mediaBox .eng {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 12px;
    color: #a9a9a9
}

#aboutus .infoBox .infoList .mediaBox .line {
    margin-bottom: 15px;
    width: 100%;
    height: 1px;
    border: 1px dashed #bfbfbf
}

#aboutus .infoBox .infoList .mediaBox .cardDetail {
    float: left;
    margin-top: 35px;
    padding-left: 42px;
    padding-right: 42px;
    width: 30%;
    height: 325px;
    border-radius: 3px;
    box-shadow: 0 3px 3px #e0e0e0;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .mediaBox .cardDetail {
        width: 100%;
        text-align: center
    }
}

#aboutus .infoBox .infoList .mediaBox .cardDetail .timeTitle {
    position: relative;
    margin-top: 24px;
    margin-bottom: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 13px
}

#aboutus .infoBox .infoList .mediaBox .cardDetail .timeTitle .time {
    float: left;
    color: #34c8e6;
    height: 14px;
    line-height: 14px
}

#aboutus .infoBox .infoList .mediaBox .cardDetail .timeTitle .time img {
    margin-right: 8px;
    width: 12px;
    height: 12px;
    line-height: 14px
}

#aboutus .infoBox .infoList .mediaBox .cardDetail .timeTitle .writter {
    position: absolute;
    display: block;
    z-index: 100;
    padding-left: 3px;
    top: 0;
    right: 0;
    height: 14px;
    line-height: 14px;
    color: #34c8e6;
    background-color: #fff
}

#aboutus .infoBox .infoList .mediaBox .cardDetail .timeTitle .colorLine {
    z-index: 1;
    position: absolute;
    top: 6px;
    right: 0;
    width: 66px;
    height: 1px;
    border-bottom: 1px solid #34c8e6
}

#aboutus .infoBox .infoList .mediaBox .cardDetail .timeTitle:after {
    clear: both
}

#aboutus .infoBox .infoList .mediaBox .cardDetail .newsImg {
    margin-bottom: 20px;
    width: 100%;
    height: 70px
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .mediaBox .cardDetail .newsImg {
        margin-left: auto !important
    }
}

#aboutus .infoBox .infoList .mediaBox .cardDetail .title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #333
}

#aboutus .infoBox .infoList .mediaBox .cardDetail .breakLine {
    margin-top: 16px;
    margin-bottom: 24px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #bfbfbf
}

#aboutus .infoBox .infoList .mediaBox .cardDetail .msg {
    font-size: 13px;
    line-height: 20px;
    color: #8f8f8f
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .mediaBox .cardDetail .msg {
        text-align: left
    }
}

#aboutus .infoBox .infoList .mediaBox .cardDetail:hover {
    box-shadow: 0 10px 10px #ddd;
    border-bottom: 3px solid #34c8e6
}

#aboutus .infoBox .infoList .mediaBox .leftCard {
    margin-right: 5%
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .mediaBox .leftCard {
        margin-left: 0
    }
}

#aboutus .infoBox .infoList .mediaBox .rightBox {
    margin-left: 5%
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .mediaBox .rightBox {
        margin-left: 0
    }
}

#aboutus .infoBox .infoList .serviceBox {
    padding: 60px 55px 58px;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 3px 3px #ededed
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .serviceBox {
        padding: 60px 20px
    }
}

#aboutus .infoBox .infoList .serviceBox h1 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 28px;
    color: #202020;
    line-height: 28px
}

#aboutus .infoBox .infoList .serviceBox .eng {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 12px;
    color: #a9a9a9
}

#aboutus .infoBox .infoList .serviceBox .line {
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    border: 1px dashed #bfbfbf
}

#aboutus .infoBox .infoList .serviceBox p,
#aboutus .infoBox .infoList .serviceBox li {
    font-size: 13px;
    line-height: 24px;
    color: #707070
}

#aboutus .infoBox .infoList .serviceBox p {
    margin-bottom: 12px
}

#aboutus .infoBox .infoList .partnerBox {
    padding: 60px 55px 58px;
    width: 100%;
    box-shadow: 0 3px 3px #ededed;
    background-color: #FFF
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .partnerBox {
        padding: 60px 20px
    }
}

#aboutus .infoBox .infoList .partnerBox h1 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 28px;
    color: #202020;
    line-height: 28px
}

#aboutus .infoBox .infoList .partnerBox .eng {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 12px;
    color: #a9a9a9
}

#aboutus .infoBox .infoList .partnerBox .line {
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    border: 1px dashed #bfbfbf
}

#aboutus .infoBox .infoList .partnerBox .partnerList {
    padding-top: 10px;
    width: 100%
}

#aboutus .infoBox .infoList .partnerBox .partnerList li {
    margin-right: 8px;
    float: left;
    height: 110px;
    cursor: pointer
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .partnerBox .partnerList li {
        width: 100%
    }
}

#aboutus .infoBox .infoList .partnerBox .partnerList li a {
    width: 200px;
    height: 88px;
    border: 1px solid #e8eff3;
    display: block;
    text-align: center;
    box-shadow: 0 3px 3px #ededed;
    -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media(max-width:520px) {
    #aboutus .infoBox .infoList .partnerBox .partnerList li a {
        margin: auto
    }
}

#aboutus .infoBox .infoList .partnerBox .partnerList li a:hover {
    box-shadow: 0 10px 10px #ddd
}

#aboutus .infoBox .infoList .partnerBox .partnerList li .partner {
    width: 200px;
    height: 46px;
    margin-top: 22px;
    background: url("../img/aboutus/partner.png") no-repeat
}

#aboutus .infoBox .infoList .partnerBox .partnerList li .aliyun {
    background-position: -192px 2px
}

#aboutus .infoBox .infoList .partnerBox .partnerList li .amazon {
    background-position: -191px -58px
}

#aboutus .infoBox .infoList .partnerBox .partnerList li .qingcloud {
    background-position: -191px -116px
}

#aboutus .infoBox .infoList .partnerBox .partnerList li .segmentfault {
    background-position: -191px -165px
}

#aboutus .infoBox .infoList .partnerBox .partnerList li .oschina {
    background-position: -191px -223px
}

#aboutus .infoBox .infoList .partnerBox .partnerList li .coding {
    background-position: -191px -282px
}

#aboutus .infoBox .infoList .partnerBox .partnerList li .fir_im {
    background-position: -201px -345px
}

#aboutus .infoBox .infoList .partnerBox .partnerList li .gitcafe {
    background-position: -203px -400px
}

#aboutus .infoBox .infoList .partnerBox .partnerList li .appcan {
    background-position: -191px -473px
}

#aboutus .infoBox .infoList .partnerBox .partnerList li .jisuanke {
    background-position: -191px -528px
}

#aboutus .infoBox .infoList .partnerBox .partnerList li .new_images {
    padding-top: 20px;
    width: 150px
}

#aboutus .infoBox .infoList:after {
    clear: both
}

#aboutus .infoBox:after {
    clear: both
}