/* 您是否被困扰 开始 */
.query {
    width: 100%;
    padding: 110px 0;
}

.query .title>h3,
.wx_case .title>h3,
.scheme .title>h3,
.industry .title>h3,
.selectUs .title>h3 {
    text-align: center;
    font-size: 38px;

    font-weight: 300;
    color: #111111;
}

.query .queryList {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}

.query .queryList .one {
    position: relative;
    padding: 50px 35px 35px 100px;
}

.query .queryList .one .oneTitle>h4 {
    font-size: 20px;

    font-weight: 400;
    color: #333333;
    line-height: 32px;
    transition: 0.5s;
}

.query .queryList .one .oneTitle>.num {
    position: absolute;
    left: 20px;
    top: 35px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #CE1C24;
    border-radius: 5px;
    font-size: 37px;

    font-weight: 400;
    color: #FFFFFF;
    transition: 0.5s;
}

.query .queryList .one .info {
    font-size: 16px;

    font-weight: 300;
    color: #888888;
    line-height: 30px;
    margin-top: 30px;
    transition: 0.5s;
}

.query .queryList .one:hover {
    background: url('../images/app_query_bg.png') no-repeat center/cover;
}

.query .queryList .one:hover .oneTitle>h4,
.query .queryList .one:hover .info {
    color: #fff;
}

.query .queryList .one:hover .oneTitle>.num {
    background: #fff;
    color: #CE1C24;
}

/* 您是否被困扰 结束 */


/* APP开发解决方案  开始 */
.scheme {
    width: 100%;
    background: url('../images/app_scheme_bg.png') no-repeat center/cover;
    background-attachment: fixed;
    padding: 110px 0 90px;
}

.scheme .tabs {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.scheme .tabs .tab {
    position: relative;
    font-size: 20px;

    font-weight: 400;
    color: #333333;
    line-height: 55px;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scheme .tabs .tab>img {
    width: 32px;
    margin-right: 16px;
}

.scheme .tabs .tab>img.active {
    display: none;
}

.scheme .tabs .tab:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 36px;
    background-color: rgba(51, 51, 51, 0.2);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.scheme .tabs .tab:hover,
.scheme .tabs .tab.active {
    cursor: pointer;
    background-color: #CE1C24;
    color: #fff;
}

.scheme .tabs .tab:hover::after,
.scheme .tabs .tab.active::after {
    display: none;
}

.scheme .tabs .tab:hover>img.active,
.scheme .tabs .tab.active>img.active {
    display: block;
}

.scheme .tabs .tab:hover>img.normal,
.scheme .tabs .tab.active>img.normal {
    display: none;
}

.scheme .descs {
    margin-top: 80px;
}

.scheme .descs .desc {
    display: flex;
    justify-content: space-between;
    display: none;
}

.scheme .descs .desc.active {
    display: flex;
}

.scheme .descs .desc .imgWrapper {
    width: 36%;
}

.scheme .descs .desc .textInfo {
    width: 59%;
    padding: 40px 20px 30px 0;
}

.scheme .descs .desc .textInfo .tp {
    display: flex;
    align-items: center;
}

.scheme .descs .desc .textInfo .tp .icon {
    width: 32px;
    margin-right: 16px;
}

.scheme .descs .desc .textInfo .tp h5 {
    font-size: 24px;

    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.scheme .descs .desc .textInfo .info {
    margin-top: 40px;
    font-size: 16px;

    font-weight: 300;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.scheme .descs .desc .textInfo .show {
    background-color: #CE1C24;
    padding: 15px 20px;
    margin-top: 60px;
    display: inline-flex;
    align-items: center;
}

.scheme .descs .desc .textInfo .show>span.cricle {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}

.scheme .descs .desc .textInfo .show>span.msg {
    font-size: 16px;

    font-weight: 300;
    color: #fff;
    margin: 0 10px 0 20px;
}

.scheme .descs .desc .textInfo .show>span.horLine {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #fff;
}

.scheme .descs .desc .textInfo .show>i {
    color: #fff;
}

/* APP开发解决方案  结束 */


/* APP覆盖行业  开始 */
.industry {
    width: 100%;
    padding: 110px 0 140px;
}

.industry .list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.industry .list .one>a {
    display: block;
    position: relative;
}

.industry .list .one>a .introduce {
    position: absolute;
    z-index: 99;
    left: 25px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.industry .list .one>a .introduce .icon {
    width: 35px;
}

.industry .list .one>a .introduce span {
    font-size: 20px;

    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
}

.industry .list .one>a::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: 0.3s;
}

.industry .list .one>a:hover::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(206, 28, 36, 0.8);
}

.industry .list .one>a:hover .introduce {
    left: 50%;
    top: 55%;
    transform: translateY(-50%) translateX(-50%);
}

/* APP覆盖行业  结束 */


/* 为什么选择我们   开始 */
.selectUs {
    width: 100%;
    background: url('../images/app_selectUs_bg.png') no-repeat center/cover;
    padding: 120px 0 100px;
}

.selectUs .title>h3 {
    color: #fff;
}

.selectUs .list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.selectUs .list .one>a {
    display: block;
    padding: 35px 40px 45px 50px;
    background-color: #fff;
    height: 100%;
    transition: 0.5s;
}

.selectUs .list .one>a .tp {
    display: flex;
    justify-content: space-between;
}

.selectUs .list .one>a .tp .title>.iconWrapper {
    width: 74px;
    height: 74px;
    border: 1px solid #CE1C24;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.selectUs .list .one>a .tp .title>.iconWrapper>img {
    width: 40px;
}

.selectUs .list .one>a .tp .title>h5 {
    font-size: 24px;

    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 18px;
    transition: 0.5s;
}

.selectUs .list .one>a .tp .num {
    font-size: 120px;

    font-weight: 400;
    color: #CE1C24;
    opacity: 0.05;
    line-height: 0.7;
    transition: 0.5s;
}

.selectUs .list .one>a>p {
    font-size: 16px;

    font-weight: 300;
    color: #333333;
    line-height: 30px;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.selectUs .list .one>a:hover {
    background-color: #C21F25;
}

.selectUs .list .one>a:hover .tp .title>.iconWrapper {
    background-color: #fff;
}

.selectUs .list .one>a:hover .tp .title>h5,
.selectUs .list .one>a:hover .tp .num,
.selectUs .list .one>a:hover>p {
    color: #fff;
}

/* 为什么选择我们   结束 */


/* 小程序相关案例   开始 */
.wx_case {
    width: 100%;
    padding: 75px 0 105px;
}

.wx_case .caseList {
    margin-top: 35px;
    position: relative;
}

.wx_case .caseList .swiper-slide {
    border: 1px solid #ECECEC;
}

.wx_case .caseList .swiper-slide>a {
    display: block;
    overflow: hidden;
}

.wx_case .caseList .swiper-slide>a .imgWrapper {
    transition: 0.3s;
}

.wx_case .caseList .swiper-slide>a:hover .imgWrapper {
    transform: scale(1.05);
}

.wx_case .caseList .swiper-slide .info {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wx_case .caseList .swiper-slide .info>span {
    font-size: 20px;

    font-weight: 400;
    color: #111111;
    line-height: 37px;
}

.wx_case .caseList .swiper-slide .info>i {
    font-size: 20px;
}

.wx_case .caseList .swiper-button-prev-diy,
.wx_case .caseList .swiper-button-next-diy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #CE1C24;
}

.wx_case .caseList .swiper-button-prev-diy>i,
.wx_case .caseList .swiper-button-next-diy>i {
    font-size: 20px;
    color: #fff;
}

.wx_case .caseList .swiper-button-prev-diy:hover,
.wx_case .caseList .swiper-button-next-diy:hover {
    cursor: pointer;
}

.wx_case .caseList .swiper-button-prev-diy.swiper-button-disabled,
.wx_case .caseList .swiper-button-next-diy.swiper-button-disabled {
    opacity: 0.5;
    background: transparent;
    border: 1px solid #888888;
}

.wx_case .caseList .swiper-button-prev-diy.swiper-button-disabled>i,
.wx_case .caseList .swiper-button-next-diy.swiper-button-disabled>i {
    color: #000;
}

.wx_case .caseList .swiper-button-prev-diy {
    left: -4%;
    transform: rotateZ(180deg);
}

.wx_case .caseList .swiper-button-next-diy {
    right: -4%;
}

/* 小程序相关案例   结束 */



@media screen and (max-width: 1680px) {

    .query,
    .scheme,
    .industry,
    .selectUs {
        padding: 100px 0;
    }

    .query .title>h3,
    .wx_case .title>h3,
    .scheme .title>h3,
    .industry .title>h3,
    .selectUs .title>h3 {
        font-size: 34px;
    }

    .query .queryList .one .info {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .scheme .descs .desc .textInfo .info,
    .scheme .descs .desc .textInfo .show {
        margin-top: 30px;
    }
}


@media screen and (max-width: 1440px) {

    .query,
    .scheme,
    .industry,
    .selectUs {
        padding: 80px 0;
    }

    .query .queryList {
        margin-top: 50px;
    }

    .scheme .descs .desc .imgWrapper {
        width: 45%;
    }

    .scheme .descs .desc .textInfo {
        width: 50%;
    }

    .selectUs .list .one>a .tp .num {
        font-size: 90px;
    }

    .selectUs .list .one>a {
        padding: 30px;
    }

    .selectUs .list .one>a .tp .title>h5 {
        font-size: 20px;
    }
}


@media screen and (max-width: 1280px) {

    .query,
    .scheme,
    .industry,
    .selectUs {
        padding: 60px 0;
    }

    .query .title>h3,
    .wx_case .title>h3,
    .scheme .title>h3,
    .industry .title>h3,
    .selectUs .title>h3 {
        font-size: 26px;
    }

    .query .queryList {
        margin-top: 30px;
        grid-gap: 30px;
    }

    .query .queryList .one {
        padding: 40px 40px 40px 90px;
    }

    .scheme .tabs .tab>img {
        margin-right: 10px;
    }

    .scheme .tabs .tab>span {
        font-size: 18px;
    }

    .query .queryList .one .oneTitle>.num {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 28px;
    }

    .scheme .descs .desc .textInfo {
        padding: 20px 20px 0 0;
    }

    .scheme .descs .desc .textInfo .info,
    .scheme .descs .desc .textInfo .show {
        margin-top: 20px;
    }

    .scheme .descs .desc .textInfo .tp h5 {
        font-size: 22px;
    }

    .industry .list .one>a .introduce span {
        font-size: 18px;
    }

    .selectUs .list .one>a .tp .title>.iconWrapper {
        width: 60px;
        height: 60px;
    }

    .selectUs .list .one>a .tp .title>.iconWrapper>img {
        width: 35px;
    }

    .wx_case .caseList .swiper-button-prev-diy,
    .wx_case .caseList .swiper-button-next-diy {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .wx_case .caseList .swiper-slide .info>span {
        font-size: 14px;
    }

    .wx_case {
        padding: 60px 0 90px;
    }

    .wx_case .title>h3 {
        font-size: 32px;
    }

    .wx_case .caseList .swiper-button-prev-diy,
    .wx_case .caseList .swiper-button-next-diy {
        display: none;
    }
}


@media screen and (max-width: 1024px) {

    .query .title>h3,
    .wx_case .title>h3,
    .scheme .title>h3,
    .industry .title>h3,
    .selectUs .title>h3 {
        font-size: 22px;
    }

    .query .queryList {
        grid-template-columns: repeat(1, 1fr);
    }

    .scheme .descs,
    .scheme .tabs {
        margin-top: 40px;
    }

    .scheme .tabs {
        grid-template-columns: repeat(4, 1fr);
    }

    .scheme .tabs .tab:nth-child(n+5) {
        margin-top: 10px;
    }

    .scheme .descs .desc {
        flex-direction: column;
    }

    .scheme .descs .desc .imgWrapper,
    .scheme .descs .desc .textInfo {
        width: 100%;
    }

    .scheme .descs .desc .textInfo {
        margin-top: 30px;
    }

    .industry .list,
    .selectUs .list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
        margin-top: 30px;
    }

    .selectUs .list .one>a>p {
        margin-top: 20px;
    }
}


@media screen and (max-width: 768px) {
    .query .queryList .one {
        padding: 30px 30px 30px 80px;
    }

    .query .queryList .one .oneTitle>h4,
    .selectUs .list .one>a .tp .title>h5 {
        font-size: 18px;
    }

    .query .queryList .one .info,
    .scheme .descs .desc .textInfo .info,
    .selectUs .list .one>a>p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 2;
    }

    .query .queryList .one .oneTitle>.num {
        left: 10px;
    }

    .scheme .tabs .tab>span,
    .industry .list .one>a .introduce span {
        font-size: 16px;
    }

    .scheme .tabs {
        grid-template-columns: repeat(3, 1fr);
    }

    .scheme .tabs .tab:nth-child(3)::after {
        display: none;
    }

    .scheme .descs .desc .textInfo .tp h5 {
        font-size: 20px;
    }

    .industry .list .one>a .introduce .icon {
        width: 30px;
    }

    .selectUs .list {
        grid-template-columns: repeat(1, 1fr);
    }
}


@media screen and (max-width: 600px) {

    .query .queryList .one {
        padding: 20px 20px 20px 60px;
    }

    .query .queryList .one .oneTitle>.num {
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .query .queryList .one .oneTitle>h4,
    .selectUs .list .one>a .tp .title>h5 {
        font-size: 16px;
        line-height: 1.5;
    }

    .scheme .tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    .scheme .tabs .tab:nth-child(3)::after {
        display: block;
    }

    .scheme .tabs .tab:nth-child(2n)::after {
        display: none;
    }

    .scheme .descs .desc .textInfo .tp h5 {
        font-size: 18px;
    }

    .scheme .descs .desc .textInfo .show>span.msg {
        font-size: 14px;
    }

    .scheme .descs .desc .textInfo .show>span.horLine {
        width: 30px;
    }

    .scheme .descs .desc .textInfo .show>span.msg {
        margin: 0 10px;
    }

    .scheme .descs .desc .textInfo {
        padding: 0;
    }

    .industry .list .one>a:hover .introduce {
        top: 40%;
    }

    .selectUs .list .one>a .tp .num {
        font-size: 72px;
    }

    .selectUs .list .one>a .tp .title>.iconWrapper {
        width: 52px;
        height: 52px;
    }

    .selectUs .list .one>a .tp .title>.iconWrapper>img {
        width: 30px;
    }

    .selectUs .list .one>a .tp .title>h5 {
        margin-top: 10px;
    }

    .wx_case {
        padding: 60px 0;
    }

    .wx_case .title>h3 {
        font-size: 28px;
    }
}


@media screen and (max-width: 480px) {
    .wx_case .caseList .swiper-slide .info {
        padding: 15px 10px;
    }
}


@media screen and (max-width: 375px) {
    .industry .list {
        grid-template-columns: repeat(1, 1fr);
    }

    .industry .list .one>a:hover .introduce {
        top: 50%;
    }

    .wx_case .caseList .swiper-slide .info {
        padding: 15px;
    }

    .wx_case {
        padding: 40px 0;
    }

    .wx_case .title>h3 {
        font-size: 24px;
    }
}