

/* 公司简介 */

.gsjj {
    margin-top: 80px;
}

.gsjj_tle {
    font-size: 50px;
    font-weight: 700;
    color: #222222;
    text-align: center;
}

.gsjj_ct {
    margin-top: 50px;
}

.gsjj_ctt>div {
    width: 50%;
}

.gsjj_cttl {
    overflow: hidden;
}

.gsjj_cttl img {
    width: 100%;
}

.gsjj_cttrbox {
    width: 100%;
    height: 100%;
}


/* .gsjj_cttrbox>div {
    height: 50%;
} */

.gsjj_cttrbox_t {
    padding-left: 75px;
    /*height: 24%;*/
}

.gsjj_cttrbox_tbox {
    position: relative;
    padding: 30px 0;
}

.gsjj_cttrbox_tboxdwl,
.gsjj_cttrbox_tboxdwr {
    position: absolute;
}

.gsjj_cttrbox_tboxdwl {
    top: 0;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.gsjj_cttrbox_tboxdwr {
    bottom: 0;
    right: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}

.gsjj_cttrbox_b {
    padding-left: 75px;
    /* background-color: #f5f5f5; */
    /*height: 75%;*/
}

.gsjj_cttrbox_box {
    position: relative;
    width: 100%;
    height: 100%;
}

.gsjj_cttrbox_box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #0359ae;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.gsjj_cttrbox_box02::after {
    display: none!important;
}

.gsjj_cttrbox_b p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.gsjj_cttrbox_b p:last-child {
    margin-bottom: 0;
}

.gsjj_cttrbox_tboxh {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
}

.gsjj_cttrbox_tboxp {
    font-size: 20px;
    color: #666666;
}

.gsjj_ctb .gsjj_cttl {
    order: 2;
}

.gsjj_ctb .gsjj_cttrbox_t,
.gsjj_ctb .gsjj_cttrbox_b {
    padding-right: 75px !important;
}

.shiyanshi {
    margin-bottom: 30px;
}

.shiyanshi a {
    display: inline-block;
    width: 40%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #0359ae;
    padding: 10px 0;
    margin-bottom: 5px;
}

.shiyanshi a:hover {
    background: #d60505;
}


/* 企业文化 */

.qywh {
    margin-top: 80px;
}

.qywh_c {
    margin-bottom: 50px;
    padding: 35px 0;
    /* border: 1px solid #f5f5f5; */
}

.qywh_c>div {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qywh_c>div:first-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e1e1e1;
}

.qywh_citemi {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.qywh_citem:hover .qywh_citemi {
    box-shadow: 1px 4px 10px 2px rgba(0, 0, 0, .3);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.qywh_citemi i {
    font-size: 50px;
    color: #fff;
}

.qywh_citemtxt {
    margin-left: 35px;
    font-size: 14px;
    line-height: 26px;
    color: #555;
}

.qywh_b {
    margin-top: 40px;
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.qywh_b .swiper-pagination {
    display: none;
}

.qywh_container {
    width: 100%;
    height: 470px;
}

.qywh_slideitem {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .2);
    transition: all .3s;
}

.qywh_slideitem:hover {
    background: rgba(0, 0, 0, .5);
}

.qywh_slideitem::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #d60505;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.qywh_slideitem:hover::after {
    /* transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); */
}

.qywh_slideitem::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 89, 174, .95);
    z-index: -1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); */
}

.qywh_slideitem:hover::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.qywh_slide:last-child .qywh_slideitem {
    border-right: 0;
}

.qywh_slideitem_i i {
    font-size: 65px;
    color: #fff;
    transition: all .3s;
}

.qywh_slideitem:hover i {
    transform: scale(1.2);
}

.qywh_slideitem_h {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.qywh_slideitem_p {
    margin-top: 20px;
    height: 75px;
    font-size: 14px;
    color: #fff;
}


/* 组织架构 */

.zzjg {
    margin-top: 80px;
    padding: 70px 0;
    background-color: #f5f5f5;
}

.zzjg_ct {
    margin-top: 50px;
}

.zzjg_ct img {
    width: 100%;
}


/*合作客户  */

.hzkh {
    padding: 70px 0;
    background-image: linear-gradient(to right, #0d92d7, #0048a2);
}

.hzkht>div {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.hzkht>a {
    font-size: 20px;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.hzkht>a:hover {
    transform: translateX(5px);
}

.hzkht.gysqzzt>div {
    color: #222;
}

.hzkht.gysqzzt>a {
    color: #1c1c1c;
}

.hzkht.gysqzzt>a:hover {
    color: #d60505;
}

.hzkhb {
    margin-top: 40px;
}

.hzkhgy_slide .hzkhgy_slidea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 125px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
    padding: 0 20px;
    overflow: hidden;
}

.hzkhgy_slidea img {
    max-width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.hzkhgy_slidea:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* 授权资质 */

.gysqzz {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gysqzzb {
    margin-top: 40px;
}

.gysqzzb .qyxc_container {
    padding-bottom: 20px;
}

.gysqzz_slide .gysqzz_slidea {
    display: block;
    padding: 0 15px;
    background-color: #fff;
}

.gysqzz_slideat {
    padding: 25px 0;
}

.qyxc .gysqzz_slideat {
    padding: 0;
}

.qyxc .gysqzz_slideab_txt {
    text-align: center;
}

.qyxc .gysqzz_slideab {
    padding: 10px 0 20px 0;
}

.gysqzz_slideatimg {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.gysqzz_slideatimg img {
    max-width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.gysqzz_slidea:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gysqzz_slideab {
    padding: 20px 0;
    border-top: 2px solid #f1f1f1;
}

.gysqzz_slideab_txt {
    flex: 1;
    font-size: 16px;
    color: #1c1c1c;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.gysqzz_slidea:hover .gysqzz_slideab_txt {
    color: #d60505;
}

.gysqzz_slideab i {
    font-size: 20px;
    color: #666;
}

.foot {
    margin-top: 0;
}

.gysqzz_container {
    padding-bottom: 30px;
}


/* 公司历史 */

.gsls {
    padding: 70px 0 0;
    justify-content: center;
}

.gsls_title {
    font-size: 50px;
    font-weight: 700;
    color: #222222;
    text-align: center;
}

.gslsct {
    margin-top: 50px;
}

.gslsctboxs {
    position: relative;
}

.gslsct_xl,
.gslsct_xr {
    position: absolute;
    top: 0;
    width: auto;
    height: 20px;
    background-color: #fff;
    z-index: 10;
}

.gslsct_xl {
    left: 0;
}

.gslsct_xr {
    right: 0;
}

.gslsct_per,
.gslsct_next {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #fff;
    border: 1px solid #ececec;
    z-index: 20;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gslsct_per {
    left: 0;
    transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
}

.gslsct_next {
    right: 0;
    transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
}

.gslsct_per i,
.gslsct_next i {
    font-size: 24px;
    color: #d60505;
}

.gslsct_per.swiper-button-disabled i,
.gslsct_next.swiper-button-disabled i {
    color: #999;
}

.gslsct_container {
    width: 100%;
    padding-bottom: 30px;
}

.gslsct_slideitem_x {
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
    margin-top: 8px;
    position: relative;
}

.gslsct_slideitem_x::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    z-index: 20;
}

.gslsct_slideitem_sj {
    margin-top: 40px;
    text-align: center;
    font-family: 'ProximaNova-Bold';
    font-size: 36px;
}

.gslsct_slideitem_img {
    padding: 20px;
    /* display: none; */
}

.gslsct_slideitem_img>div {
    overflow: hidden;
}

.gslsct_slideitem_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.gslsct_slideitem_txt {
    padding: 0 25px;
}

.gslsct_slideitem_txt p {
    color: #777;
    line-height: 24px;
    word-break: break-all;
    text-align: center;
}

.gslsct_container .gslsct_slide:first-child .gslsct_slideitem_x::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background-color: #f3f3f3;
}

.gslsct_container .gslsct_slide:last-child .gslsct_slideitem_x::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background-color: #f3f3f3;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    background-color: #d1d1d1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d60505;
}

.gslsct_slide:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gslsct_slide:hover .gslsct_slideitem_x::after {
    background-color: #d60505;
    border-color: #d60505;
}

.gslsct_slide:hover .gslsct_slideitem_sj {
    color: #0359ae;
}


/* 媒体查询 */

@media screen and (max-width: 1500px) {
    /* 公司简介 */
    .gsjj {
        margin-top: 70px;
    }
    .gsjj_tle {
        font-size: 40px;
    }
    .gsjj_ct {
        margin-top: 40px;
    }
    .gsjj_cttrbox_t,
    .gsjj_cttrbox_b {
        padding-left: 50px;
    }
    .gsjj_ctb .gsjj_cttrbox_t,
    .gsjj_ctb .gsjj_cttrbox_b {
        padding-right: 50px !important;
    }
    .gsjj_cttrbox_tboxh {
        font-size: 28px;
    }
    .gsjj_cttrbox_tboxp {
        font-size: 20px;
    }
    .gsjj_cttrbox_b p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .gsjj_cttrbox_tbox {
        padding: 40px 0;
    }
    /* 企业文化 */
    .qywh {
        margin-top: 70px;
    }
    .qywh_c {
        margin-top: 40px;
        padding: 25px 0;
    }
    .qywh_citemi {
        width: 80px;
        height: 80px;
    }
    .qywh_citemi i {
        font-size: 50px;
    }
    .qywh_citemtxt {
        margin-left: 25px;
        font-size: 14px;
        line-height: 26px;
    }
    .qywh_slideitem {
        padding: 0 20px;
    }
    .qywh_slideitem_i i {
        font-size: 60px;
    }
    .qywh_slideitem_h {
        font-size: 26px;
    }
    .qywh_slideitem_p {
        font-size: 14px;
        line-height: 23px;
    }
    /* 组织架构 */
    .zzjg {
        margin-top: 70px;
    }
    .zzjg {
        padding: 65px 0;
    }
    .zzjg_ct {
        margin-top: 40px;
    }
    /* 合作客户 */
    .hzkh {
        padding: 65px 0;
    }
    .hzkht>div {
        font-size: 40px;
    }
    .hzkht>a {
        font-size: 16px;
    }
    /* 资质授权 */
    .gysqzz {
        padding: 65px 0;
    }
    .gysqzz_slideab {
        padding: 10px 0;
    }
    /* 发展历史 */
    .gsls_title {
        font-size: 40px;
    }
    .gslsct {
        margin-top: 40px;
    }
    .gslsct_slideitem_sj {
        font-size: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .shiyanshi a {
        font-size: 14px;
        padding: 7px 0px;
        width: 49%;
    }
    .shiyanshi {
        margin-bottom: 25px;
    }
    /* 公司简介 */
    .gsjj {
        margin-top: 60px;
    }
    .gsjj_tle {
        font-size: 36px;
    }
    .gsjj_ct {
        margin-top: 35px;
    }
    .gsjj_cttrbox_t,
    .gsjj_cttrbox_b {
        padding-left: 30px;
    }
    .gsjj_ctb .gsjj_cttrbox_t,
    .gsjj_ctb .gsjj_cttrbox_b {
        padding-right: 30px !important;
    }
    .gsjj_cttrbox_b p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .gsjj_cttrbox_tboxh {
        font-size: 22px;
    }
    .gsjj_cttrbox_tboxp {
        font-size: 16px;
    }
    .gsjj_cttrbox_tbox {
        padding: 30px 0;
    }
    .gsjj_cttrbox>.gsjj_cttrbox_t {
        /*height: 40%;*/
    }
    .gsjj_cttrbox>.gsjj_cttrbox_b {
        /*height: 60%;*/
    }
    /* 企业文化 */
    .qywh {
        margin-top: 60px;
    }
    .qywh_c {
        margin-top: 35px;
    }
    .qywh_citemtxt {
        font-size: 14px;
    }
    .qywh_citemtxt {
        margin-left: 20px;
    }
    .qywh_citemi {
        width: 70px;
        height: 70px;
    }
    .qywh_citemi i {
        font-size: 40px;
    }
    .qywh_slideitem {
        padding: 0 15px;
    }
    .qywh_slideitem_i i {
        font-size: 50px;
    }
    .qywh_slideitem_h {
        font-size: 22px;
    }
    .qywh_slideitem_p {
        margin-top: 15px;
    }
    .zzjg {
        margin-top: 60px;
        padding: 55px 0;
    }
    .zzjg_ct {
        margin-top: 35px;
    }
    /* 合作客户 */
    .hzkh {
        padding: 55px 0;
    }
    .hzkht>div {
        font-size: 36px;
    }
    .hzkhb {
        margin-top: 35px;
    }
    /* 授权资质 */
    .gysqzz {
        padding: 55px 0;
    }
    .gysqzzb {
        margin-top: 35px;
    }
    .gysqzz_slide .gysqzz_slidea {
        padding: 0 10px;
    }
    .gysqzz_slideat {
        padding: 15px 0;
    }
    .gysqzz_slideab_txt {
        font-size: 14px;
    }
    /* 发展历程 */
    .gslsct_slideitem_img {
        padding: 10px;
    }
    .gslsct_slideitem_txt {
        padding: 0 15px;
    }
    /* 发展历史 */
    .gsls {
        padding-top: 60px;
    }
    .gsls_title {
        font-size: 36px;
    }
    .gslsct {
        margin-top: 35px;
    }
    .gslsct_slideitem_sj {
        font-size: 25px;
    }
}

@media screen and (max-width: 992px) {
    /* 公司简介 */
    .gsjj {
        margin-top: 50px;
    }
    .gsjj_tle {
        font-size: 28px;
    }
    .gsjj_ct {
        margin-top: 30px;
    }
    .gsjj_cttrbox>.gsjj_cttrbox_t {
        /*height: 25%;*/
    }
    .gsjj_cttrbox>.gsjj_cttrbox_b {
        /*height: 75%;*/
    }
    .gsjj_cttrbox_tbox {
        padding: 20px 0;
    }
    .gsjj_cttrbox_tboxh {
        font-size: 18px;
    }
    .gsjj_cttrbox_tboxp {
        font-size: 14px;
    }
    .gsjj_cttrbox_tboxdwl,
    .gsjj_cttrbox_tboxdwr {
        display: none;
    }
    .gsjj_cttl img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gsjj_cttrbox>.gsjj_cttrbox_t,
    .gsjj_cttrbox>.gsjj_cttrbox_b {
        padding: 0 15px!important;
    }
    .gsjj_cttrbox_box::after {
        display: none;
    }
    /* 企业文化 */
    .qywh {
        margin-top: 50px;
    }
    .qywh_c {
        margin-top: 30px;
    }
    .qywh_citemi {
        width: 60px;
        height: 60px;
    }
    .qywh_citemtxt {
        margin-left: 10px;
        font-size: 12px;
    }
    .qywh_b {
        margin-top: 30px;
    }
    .qywh_slideitem_h {
        font-size: 18px;
    }
    .qywh_slideitem_p {
        font-size: 12px;
        line-height: 20px;
    }
    .qywh_container {
        height: 320px;
    }
    /* 组织架构 */
    .zzjg {
        margin-top: 50px;
    }
    .zzjg {
        padding: 45px 0;
    }
    .zzjg_ct {
        margin-top: 30px;
    }
    /* 合作客户 */
    .hzkh {
        padding: 45px 0;
    }
    .hzkht>div {
        font-size: 28px;
    }
    .hzkht>a {
        font-size: 14px;
    }
    .hzkhb {
        margin-top: 30px;
    }
    .hzkhgy_slide .hzkhgy_slidea {
        height: 90px;
    }
    .hzkhgy_container {
        padding-bottom: 30px;
    }
    /* 授权资质 */
    .gysqzz {
        padding: 45px 0;
    }
    .gysqzzb {
        margin-top: 30px;
    }
    /* 发展历程 */
    .gsls {
        padding: 50px 0 0;
    }
    .gslsct {
        margin-top: 25px;
    }
    .gslsct_slideitem_sj {
        margin-top: 20px;
        font-size: 22px;
    }
    .gslsct_per,
    .gslsct_next {
        display: none;
    }
    .gsls_title {
        font-size: 28px;
    }
    .gslsct_slideitem_txt p {
        font-size: 12px;
        line-height: 20px;
    }
    .gysqzz_slideab_txt {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .shiyanshi {
        margin-bottom: 12px;
    }
    /* 公司简介 */
    .gsjj_tle {
        font-size: 22px;
    }
    .gsjj_ctt {
        flex-wrap: wrap;
    }
    .gsjj_ctt>div {
        width: 100%;
    }
    .gsjj_cttl img {
        height: 200px;
    }
    .gsjj_cttrbox>.gsjj_cttrbox_t {
        height: auto;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        background-color: rgba(0, 0, 0, .5);
    }
    .gsjj_cttrbox_tboxh {
        font-size: 16px;
        color: #fff;
    }
    .gsjj_cttrbox_tboxp {
        color: #fff;
    }
    .gsjj_cttrbox>.gsjj_cttrbox_b {
        height: auto;
        padding: 20px 15px !important;
        margin-top: -75px;
    }
    .gsjj_ctb .gsjj_cttl {
        order: 0;
    }
    .gsjj_cttrbox_tbox {
        padding: 15px 0;
    }
    /* 企业文化 */
    .qywh_c {
        flex-wrap: wrap;
    }
    .qywh_c>div {
        padding: 15px 10px;
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
    }
    .qywh_c {
        padding: 0;
    }
    .qywh_c>div:first-child::after {
        display: none;
    }
    .qywh_citemi {
        display: none;
    }
    .qywh_citemtxt {
        margin-left: 0;
    }
    .qywh_container {
        height: 260px;
    }
    /* 合作客户 */
    .hzkht>div {
        font-size: 22px;
    }
    .hzkhgy_slide .hzkhgy_slidea {
        padding: 0;
    }
    /* 发展历程 */
    .gslsct_per,
    .gslsct_next {
        display: none;
    }
    .gslsct {
        margin-top: 15px;
    }
    .gslsct_slideitem_sj {
        margin-top: 15px;
        font-size: 18px;
    }
    .gslsct_slideitem_img {
        padding: 5px;
    }
    .gslsct_slideitem_txt {
        padding: 0 10px;
        font-size: 12px;
        line-height: 20px;
    }
    .gslsct.col {
        padding: 0;
    }
    .gsls_title {
        font-size: 22px;
    }
    .gsjj {
        margin-top: 30px;
    }
}