.btnList-all .btnCont {
        display: none;
}

.btnList-all:hover .btnCont {
        display: block;
}

.wraper {
        padding-bottom: 75px;
}

.banner {
        min-height: 400px;
        background: url('../images/about.png') no-repeat center top;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 70px;
}

.banner .ad_tit {
        font-size: 54px;
        color: #ff6a90;
        text-align: center;
        font-weight: normal;
        margin-top: 180px;
}

.banner .sub_tit {
        border-top: 2px solid #96a1ff;
        text-align: center;
        margin-top: 60px;
}

.banner .sub_tit .dot {
        display: inline-block;
        width: 330px;
        height: 45px;
        line-height: 44px;
        border-radius: 45px;
        font-size: 26px;
        letter-spacing: 8px;
        background-color: #96a1ff;
        color: #fff;
        position: relative;
        top: -23px;
}

.banner .intro {
        margin-top: 100px;
        overflow: hidden;
}

.banner .intro .ad {
        float: left;
        width: 416px;
        height: 360px;
        text-align: center;
        margin-right: 45px;
}

.banner .intro .ad img {
        width: 100%;
}

.banner .intro .ad_right {
        float: left;
        width: 725px;
}

.banner .intro .ad_right .tit {
        font-size: 30px;
        margin: 25px 0;
        text-align: center;
        color: #2e2e2e;
}

.banner .intro .ad_right .con {
        color: #2e2e2e;
        font-size: 14px;
        line-height: 32px;
}

.service {
        padding: 70px 0;
        background-color: #efefef;
        overflow: hidden;
}

.service .block {
        width: 505px;
        height: 263px;
        color: #fff;
}

.service .purple {
        float: left;
        background: url('../images/bg_purple.png') no-repeat center center;
        background-size: contain;
}

.service .pink {
        float: right;
        background: url('../images/bg_pink.png') no-repeat center center;
        background-size: contain;
}

.service .block .b_tit {
        font-size: 36px;
        text-align: center;
        padding: 15px 0;
        border-bottom: 1px solid #97a1ff;
        margin: 0 40px;
}

.service .pink .b_tit {
        border-bottom: 1px solid #ff6a90;
}

.service .block .b_tit .b {
        font-size: 48px;
        font-weight: bold;
}

.service .block .list {
        overflow: hidden;
        margin: 20px 40px;
}

.service .block .list .b_sub {
        float: left;
        width: 50%;
        font-size: 18px;
        margin: 6px 0;
}

.service .block .list .b_sub .i {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ffc3b3;
        margin-right: 15px;
}

.service .pink .list .b_sub .i {
        background-color: #f0ff00;
}

.recruit_box {
        padding-bottom: 50px;
}

.recruit_box .head {
        width: 480px;
        margin: 35px auto 60px;
}

.recruit_box .head .tit {
        font-size: 30px;
        color: #2e2e2e;
        text-align: center;
        margin-bottom: 25px;
}

.recruit_box .head .p {
        font-size: 15px;
        color: #2e2e2e;
        margin-top: 10px;
}

.job_box .job_item {
        margin-bottom: 1px;
}

.job_box .job_item .job_tit {
        height: 42px;
        line-height: 42px;
        color: #8f8f8f;
        font-size: 14px;
        padding: 0 15px;
        background-color: #ececec;
}

.job_box .job_item.open .job_tit {
        background-color: #96a1ff;
        color: #fff;
        overflow: hidden;
}

.job_box .job_item .job_tit .tog {
        cursor: pointer;
        float: right;
}

.job_box .job_item .job_tit .tog_fold {
        display: none;
}

.job_box .job_item .job_tit .tog_open {
        display: block;
}

.job_box .job_item.open .job_tit .tog_open {
        display: none;
}

.job_box .job_item.open .job_tit .tog_fold {
        display: block;
}

.job_box .job_item .j_detail {
        display: none;
        font-size: 14px;
        color: #2e2e2e;
        line-height: 30px;
        padding: 15px;
}

.job_box .job_item .j_one .c {
        margin-right: 50px;
}

.job_box .job_item .j_two {
        overflow: hidden;
}

.job_box .job_item .j_two .tab {
        float: left;
}

.job_box .job_item .j_two .require {
        float: left;
}

.contact_box {
        background-color: #efefef;
        padding: 30px 0 60px;
}

.contact_box .tit {
        font-size: 30px;
        color: #2e2e2e;
        text-align: center;
        margin-bottom: 25px;
}

.contact_box .s_b {
        font-size: 15px;
        color: #2e2e2e;
        text-align: center;
        line-height: 26px;
}

.contact_box .ways {
        overflow: hidden;
        padding-left: 140px;
        margin-top: 70px;
}

.contact_box .ways .w {
        float: left;
        font-size: 30px;
        color: #898989;
        margin-right: 60px;
}

.contact_box .ways .w .i {
        display: inline-block;
        width: 84px;
        height: 84px;
        margin-right: 5px;
        vertical-align: middle;
}

.contact_box .ways .email .i {
        background: url('../images/email.png') no-repeat center center;
        background-size: contain;
}

.contact_box .ways .qq .i {
        background: url('../images/qq.png') no-repeat center center;
        background-size: contain;
}

.contact_box .ways .wechat .i {
        background: url('../images/wechat.png') no-repeat center center;
        background-size: contain;
}

.statement .tit {
        margin: 40px 0 25px;
        text-align: center;
        font-size: 20px;
        color: #2e2e2e;
}

.statement .con {
        color: #2e2e2e;
        font-size: 14px;
        line-height: 22px;
}