@charset "utf-8";

/* 关于我们 */

.gsjj {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gsjj_t {
    display: flex;
}

.gsjj_tl {
    width: 35%;
}

.gsjj_tlimg {
    padding-bottom: 10px;
    position: relative;
}

.gsjj_tlimg img {
    position: relative;
    width: 100%;
    z-index: 2;
}

.gsjj_tlimg::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
}

.gsjj_tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    width: 65%;
}

.gsjj_trlogoa img {
    height: 50px;
    display: inline-block;
}

.gsjj_trh {
    margin-top: 35px;
    font-size: 30px;
    color: #333;
}

.gsjj_trp {
    margin-top: 35px;
}

.gsjj_trp p {
    font-size: 14px;
    color: #777;
    line-height: 22px;
    margin-bottom: 20px;
}

.gsjj_b {
    margin-top: 50px;
    display: flex;
}

.gsjj_bitem {
    position: relative;
    flex: 1;
    text-align: center;
}

.gsjj_bitem::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #e5e5e5;
}

.gsjj_bitem:last-child::after {
    display: none;
}

.gsjj_bitemt {
    font-size: 30px;
    color: #333;
    font-weight: 700;
}

.gsjj_bitemt span {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.gsjj_bitemb {
    font-size: 14px;
    margin-top: 5px;
}


/* 公司优势 */

.gsys {
    padding: 80px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gsys_t {
    font-size: 36px;
    color: #333;
    text-align: center;
}

.gsys_y {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    color: #ddd;
    text-transform: uppercase;
}

.gsys_b {
    margin-top: 40px;
}

.gsys_slide {
    height: auto;
}

.gsys_slideitem {
    height: 100%;
    text-align: center;
}

.gsys_slideitemi i {
    font-size: 40px;
    color: #333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.gsys_slideitem:hover i {
    color: #2899e1;
}

.gsys_slideitemh {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
}

.gsys_slideitemp {
    padding: 0 40px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
}


/*  成长历程*/

.czlx {
    padding: 80px 0;
}

.czlxbox_t {
    position: relative;
    display: flex;
    padding-bottom: 80px;
}

.czlxbox_t::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 70%;
    background-color: #e5e5e5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.czlxbox_t>div {
    width: 50%;
    display: flex;
}

.czlxbox_tl {
    position: relative;
    justify-content: flex-end;
}

.czlxbox_tl .czlxbox_tlitem {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #2899e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    z-index: 2;
}

.czlxbox_tritem {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

.czlxbox_tritem img {
    width: 100px;
}

.czlxbox_item {
    position: relative;
    display: flex;
}

.czlxbox_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.czlxbox_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 2px solid #2899e1;
    transform: translate(-50%, 15px);
    -webkit-transform: translate(-50%, 15px);
    -moz-transform: translate(-50%, 15px);
    -ms-transform: translate(-50%, 15px);
    -o-transform: translate(-50%, 15px);
    background-color: #fff;
    z-index: 2;
}

.czlxbox_item:nth-child(odd) {
    justify-content: flex-end;
}

.czlxbox_item:nth-child(even) .czlxbox_items {
    padding: 0;
    padding-right: 40px;
    padding-bottom: 50px;
    text-align: right;
}

.czlxbox_items {
    width: 50%;
    padding-bottom: 50px;
    padding-left: 40px;
}

.czlxbox_itemsh {
    font-size: 42px;
    font-weight: 700;
    color: #2899e1;
}

.czlxbox_itemsp {
    margin-top: 20px;
}

.czlxbox_itemsp p {
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
}


/* 荣誉 */

.rytp {
    padding: 80px 0;
}

.rytpbox {
    display: flex;
    flex-wrap: wrap;
}

.rytpbox .rytpboxa {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.rytpbox .rytpboxa:nth-child(4n) {
    margin-right: 0;
}

.rytpboxa_img {
    padding: 5px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.rytpboxa_img img {
    width: 100%;
}

.rytpboxa_p {
    height: 40px;
    line-height: 40px;
    text-align: center;
}


/* 招聘 */

.job {
    padding: 80px 0;
}

.job_tle {
    text-align: center;
}

.job_tlet {
    color: #333;
    font-size: 40px;
}

.job_tlec {
    margin-top: 10px;
    font-size: 14px;
}

.job_tleb {
    font-size: 14px;
}

.jobct {
    margin-top: 35px;
}

.jobct_t {
    display: flex;
    padding: 0 50px;
    height: 60px;
    background-color: #2899e1;
}

.jobct_t>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobct_t .jobzw {
    justify-content: flex-start;
}

.jobct_t i {
    font-size: 18px;
    color: #fff;
}

.jobct_t span {
    margin-left: 6px;
    font-size: 16px;
    color: #fff;
}

.jobzw,
.jobbzw {
    width: 26%;
}

.jobrs,
.jobbrs {
    width: 17%;
}

.jobdy,
.jobbdy {
    width: 17%;
}

.jobdd,
.jobbdd {
    width: 16%;
}

.jobrq,
.jobbrq {
    width: 14%;
}

.jobi,
.jobbi {
    width: 10%;
}

.jobbitem_t {
    display: flex;
    padding: 0 50px;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.jobbitem_t>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.jobbitem_t .jobbzw {
    justify-content: flex-start;
}

.jobbitem_b {
    padding: 56px 50px;
    background-color: #f5f5f5;
    display: none;
}

.jobbitem_b h3 {
    font-size: 16px;
    color: #333;
}

.jobbitem_b p {
    margin-top: 10px;
}

.jobbi i {
    font-size: 14px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.jobct_bitem.on i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


/*合作客户  */

.hzkh {
    padding: 80px 0;
}

.hzkh_ct {
    margin-top: 40px;
}

.hzkh_slideimg {
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #e5e5e5;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.hzkh_slideimg:hover {
    border: 1px solid #2899e1;
}

.hzkh_container {
    padding-bottom: 30px;
}

.hzkh_slideimg img {
    width: 100%;
}

@media screen and (max-width: 1500px) {
    /* 关于我们 */
    .gsjj,
    .gsys,
    .czlx,
    .job,
    .rytp {
        padding: 70px 0;
    }
    .gsjj_trh {
        margin-top: 30px;
    }
    .gsjj_trp {
        margin-top: 30px;
    }
    .gsys_b {
        margin-top: 35px;
    }
    .czlxbox_t {
        padding-bottom: 50px;
    }
    .job_tlet {
        font-size: 36px;
    }
    .job_tlec {
        margin-top: 15px;
    }
    .hzkh {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1400px) {
    /* 关于我们 */
    .gsjj,
    .gsys,
    .czlx,
    .job,
    .rytp,
    .hzkh {
        padding: 60px 0;
    }
    .gsjj_bitemt {
        font-size: 28px;
    }
    .gsjj_bitemb {
        margin-top: 6px;
    }
    .gsjj_trp p {
        font-size: 14px;
        line-height: 24px;
    }
    .gsys_t {
        font-size: 30px;
    }
    .czlxbox_tl .czlxbox_tlitem {
        font-size: 30px;
    }
    .czlxbox_t {
        padding-bottom: 60px;
    }
    .czlxbox_itemsh {
        font-size: 38px;
        line-height: 1;
    }
    .jobct_t,
    .jobbitem_t {
        padding: 0 30px;
    }
    .jobbitem_b {
        padding: 40px 30px;
    }
    .job_tlet {
        font-size: 32px;
    }
}

@media screen and (max-width: 1200px) {
    /* 关于我们 */
    .gsjj,
    .gsys,
    .czlx,
    .job,
    .rytp,
    .hzkh {
        padding: 50px 0;
    }
    .gsjj_trh {
        margin-top: 25px;
        font-size: 26px;
    }
    .gsjj_trp {
        margin-top: 25px;
    }
    .gsjj_trp p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .gsjj_bitemt {
        font-size: 26px;
    }
    .gsjj_bitemt span {
        font-size: 14px;
    }
    .gsys_t {
        font-size: 28px;
    }
    .gsys_slideitemh {
        font-size: 18px;
    }
    .gsys_slideitemp {
        padding: 0 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .gsys_slideitemh,
    .gsys_slideitemp {
        margin-top: 10px;
    }
    .czlxbox_tl .czlxbox_tlitem {
        font-size: 26px;
    }
    .czlxbox_itemsh {
        font-size: 32px;
    }
    .czlxbox_itemsp {
        margin-top: 15px;
    }
    .czlxbox_itemsp p {
        font-size: 14px;
    }
    .job_tlet {
        font-size: 28px;
    }
    .job_tlec {
        margin-top: 12px;
        font-size: 14px;
    }
    .job_tleb {
        margin-top: 6px;
        font-size: 14px;
    }
    .jobct {
        margin-top: 30px;
    }
    .jobct_t span {
        font-size: 16px;
    }
    .jobbitem_t>div {
        font-size: 14px;
    }
    .job_tlec a,
    .job_tleb a {
        font-size: 14px;
    }
    .jobbitem_b h3 {
        font-size: 18px;
    }
    .rytpboxa_p {
        font-size: 14px;
    }
    .hzkh_ct {
        margin-top: 35px;
    }
}

@media screen and (max-width: 992px) {
    /* 关于我们 */
    .gsjj,
    .czlx,
    .job,
    .rytp,
    .hzkh {
        padding: 45px 0;
    }
    .gsjj_trp p {
        font-size: 12px;
        line-height: 20px;
    }
    .gsys_t {
        font-size: 24px;
    }
    .gsjj_tr {
        padding-left: 35px;
    }
    .gsjj_trlogoa img {
        height: 35px;
    }
    .gsjj_trh {
        margin-top: 15px;
    }
    .gsjj_trp {
        margin-top: 15px;
    }
    .gsjj_trp p {
        margin-bottom: 10px;
    }
    .gsjj_tlimg {
        height: 100%;
    }
    .gsjj_tlimg img {
        height: 100%;
        object-fit: cover;
    }
    .gsjj_bitemt {
        font-size: 24px;
    }
    .gsjj_bitemb {
        font-size: 12px;
    }
    .gsys_b {
        margin-top: 30px;
    }
    .gsys_slideitemi i {
        font-size: 40px;
    }
    .gsys_slideitemh {
        font-size: 16px;
    }
    .czlxbox_items {
        padding-bottom: 35px;
        padding-left: 30px;
    }
    .czlxbox_item:nth-child(even) .czlxbox_items {
        padding-right: 30px;
        padding-bottom: 35px;
    }
    .czlxbox_itemsh {
        font-size: 28px;
    }
    .czlxbox_tl .czlxbox_tlitem,
    .czlxbox_tritem {
        width: 120px;
        height: 120px;
    }
    .czlxbox_t {
        padding-bottom: 50px;
    }
    .job_tlet {
        font-size: 24px;
    }
    .job_tlec {
        margin-top: 8px;
    }
    .jobct_t,
    .jobbitem_t {
        padding: 0 20px;
    }
    .jobbitem_b {
        padding: 30px 20px;
    }
    .rytpbox .rytpboxa {
        width: 32%;
    }
    .rytpbox .rytpboxa:nth-child(4n) {
        margin-right: 2%;
    }
    .rytpbox .rytpboxa:nth-child(3n) {
        margin-right: 0;
    }
    .hzkh_ct {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .hzkh_ct {
        margin-top: 20px;
    }
    .gsjj_t {
        flex-wrap: wrap;
    }
    .gsjj_t>div {
        width: 100%;
    }
    .gsjj_tl {
        order: 2;
    }
    .gsjj_tr {
        padding-left: 0;
    }
    .gsjj_trh {
        font-size: 22px;
    }
    .gsjj_tlimg::after {
        display: none;
    }
    .gsjj_tlimg img {
        height: 180px;
    }
    .gsjj_b {
        display: none;
    }
    .gsys_b {
        margin-top: 20px;
    }
    .gsys_slideitemh {
        font-size: 16px;
    }
    .czlxbox_tl .czlxbox_tlitem {
        font-size: 22px;
    }
    .czlxbox_t {
        padding-bottom: 45px;
    }
    .czlxbox_itemsh {
        font-size: 24px;
    }
    .czlxbox_itemsp p {
        font-size: 12px;
    }
    .czlxbox_items {
        padding-bottom: 25px;
        padding-left: 25px;
    }
    .czlxbox_item:nth-child(even) .czlxbox_items {
        padding-right: 25px;
        padding-bottom: 25px;
    }
    .job_tlet {
        font-size: 22px;
    }
    .job_tlec,
    .job_tleb {
        display: inline;
        font-size: 12px;
        line-height: 20px;
    }
    .job_tlec a,
    .job_tleb a {
        font-size: 12px;
    }
    .jobct_t,
    .jobbitem_t {
        padding: 0 15px;
    }
    .jobct_t i {
        display: none;
    }
    .jobct_t span {
        font-size: 14px;
    }
    .jobrq,
    .jobbrq {
        display: none !important;
    }
    .jobdd,
    .jobbdd {
        width: 20%;
    }
    .jobzw,
    .jobbzw {
        width: 35%;
    }
    .jobbitem_b h3 {
        font-size: 16px;
    }
    .jobbitem_b p {
        margin-top: 6px;
        font-size: 12px;
        line-height: 20px;
    }
    .rytpbox .rytpboxa {
        width: 49%;
    }
    .rytpbox .rytpboxa:nth-child(3n) {
        margin-right: 2%;
    }
    .rytpbox .rytpboxa:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .gsys_slideitemp {
        padding: 0 10px;
    }
}