/* 小程序介绍   开始 */
.introduce {
    width: 100%;
    padding: 86px 0 110px;
    box-sizing: border-box;
}

.introduce .text>.title {
    font-size: 38px;

    font-weight: 300;
    color: #111111;
    line-height: 32px;
}

.introduce .text>.info {
    font-size: 16px;

    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 33px;
}

.introduce .merit {
    display: flex;
    align-items: center;
    margin-top: 55px;
}

.introduce .merit>.one {
    flex: 1 1 auto;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    padding: 40px 90px 40px 40px;
}

.introduce .merit>.one:not(:first-of-type) {
    border-left: none;
}

.introduce .merit>.one .num {
    font-size: 60px;

    font-weight: 400;
    color: #CE1C24;
    line-height: 34px;
}

.introduce .merit>.one .title {
    font-size: 20px;

    font-weight: 300;
    color: #333333;
    line-height: 34px;
    margin-top: 30px;
}

.introduce .merit>.one .desc {
    font-size: 16px;

    font-weight: 400;
    color: #888888;
    line-height: 30px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 小程序介绍   结束 */


/* 开发小程序理由   开始 */
.reason {
    background-color: #F9F9F9;
    padding: 90px 0 120px;
}

.reason .title>h3 {
    text-align: center;
    font-size: 38px;

    font-weight: 300;
    color: #111111;
    line-height: 32px;
}

.reason .resList {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 30px;
}

.reason .resList .one {
    display: block;
    background-color: #ffffff;
    transition: 0.5s all;
    padding: 30px 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.reason .resList .one:hover {
    box-shadow: 0px 8px 16px 0px rgba(206, 28, 36, 0.36);
}

.reason .resList .one .til {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.reason .resList .one .til>h4 {
    font-size: 20px;

    font-weight: 400;
    color: #333333;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reason .resList .one .til>.icon {
    height: 60px;
}

.reason .resList .one .til>.icon>img {
    height: 100%;
    width: auto;
}

.reason .resList .one>.info {
    font-size: 16px;

    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 开发小程序理由   结束 */


/* 小程序赋能   开始 */
.ability {
    width: 100%;
    padding: 90px 0 140px;
    background: url('../images/wx_ability_bg.jpg') no-repeat center/cover;
}

.ability .title>h3 {
    text-align: center;
    font-size: 38px;

    font-weight: 300;
    color: #FFFFFF;
}

.ability .title>.infoText {
    text-align: center;
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 30px;
}

.ability .abiList {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.abiList .one {
    display: block;
    width: 32%;
    padding: 40px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.abiList .one:nth-child(n+4) {
    margin-top: 20px;
}

.abiList .one .oneT {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 25px;
    border-bottom: 1px solid transparent;
    transition: 0.5s;
}

.abiList .one .oneT .oneFun {
    display: flex;
    align-items: flex-end;
}

.abiList .one .oneT .oneFun .til {
    display: flex;
    flex-direction: column;
}

.abiList .one .oneT .oneFun .num {
    font-size: 60px;

    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}

.abiList .one .oneT .oneFun .til {
    margin-left: 30px;
}

.abiList .one .oneT .oneFun .til>.fun_ch {
    font-size: 20px;

    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
}

.abiList .one .oneT .oneFun .til>.fun_en {
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    text-transform: uppercase;
}


.abiList .one .oneT .icon {
    width: 27px;
    height: 27px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    flex-shrink: 0;
}

.abiList .one .oneT .icon>i {
    color: #FFFFFF;
    transition: 0.5s;
}

.abiList .one .oneB {
    margin-top: 30px;
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.5s;
}


.abiList .one:hover {
    background-color: #CE1C24;
    border-bottom: 1px solid transparent;
}

.abiList .one:hover .oneT {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.abiList .one:hover .oneT .icon {
    background: #fff;
    border: 1px solid transparent;
    transform: rotateZ(90deg);
}

.abiList .one:hover .oneT .icon>i {
    color: #CE1C24;
}

.abiList .one:hover .oneB {
    opacity: 1;
}

/* 小程序赋能   结束 */


/* 哪些行业适合小程序   开始 */
.industryFit {
    width: 100%;
    padding: 110px 0;
}

.industryFit .title>h3 {
    text-align: center;
    font-size: 38px;

    font-weight: 300;
    color: #111111;
}

.industryFit .becoming {
    width: 100%;
    height: 420px;
    margin-top: 70px;
    /* background: url('../images/wx_becoming_bg.png') no-repeat center bottom, linear-gradient(135deg, #E90E0E 0%, #FC5402 100%); */
    background: url('../images/wx_becoming_bg.png') no-repeat center bottom, linear-gradient(135deg, #e90e0e, #e90e0e, #ff6000, #0dccff, #00a8ff, #4760ff, #00b2d8, #0023ff) left center/600% 600%;
    animation: bgAnimate 20s infinite;
    display: flex;
}

@keyframes bgAnimate {

    0%,
    100% {
        background-position-x: left;
    }

    50% {
        background-position-x: right;
    }
}

.industryFit .becoming .one {
    display: block;
    width: 25%;
    flex-shrink: 1;
    transition: 0.8s ease-in-out;
    padding: 50px 40px 0;
    border-right: 1px solid #fff;
    overflow: hidden;
}

.industryFit .becoming .one:last-of-type {
    border-right: none;
}

.industryFit .becoming .one .title {
    display: flex;
}

.industryFit .becoming .one .title .line {
    width: 7px;
    height: 68px;
    background: #FFFFFF;
    margin-right: 35px;
    transition: 0.8s ease-in-out;
}

.industryFit .becoming .one .title .icon>img {
    width: auto;
}

.industryFit .becoming .one .title .icon>.normal {
    display: block;
}

.industryFit .becoming .one .title .icon>.active {
    display: none;
}

.industryFit .becoming .one .title .icon>h4 {
    font-size: 24px;

    font-weight: 400;
    color: #fff;
    line-height: 34px;
    margin-top: 30px;
    transition: 0.8s ease-in-out;
}

.industryFit .becoming .one:hover {
    width: 44%;
    flex-shrink: 0;
    background: url('../images/wx_becoming_one_bg.jpg') no-repeat left/cover;
    padding: 0 30px;
}

.industryFit .becoming .one:hover .title .line {
    height: 182px;
    background: #CE1C24;
}

.industryFit .becoming .one:hover .title .icon {
    margin-top: 40px;
}

.industryFit .becoming .one:hover .title .icon>h4 {
    margin-top: 20px;
    color: #CE1C24;
}

.industryFit .becoming .one:hover .title .icon>.normal {
    display: none;
}

.industryFit .becoming .one:hover .title .icon>.active {
    display: block;
}

.industryFit .becoming .one .textMsg {
    margin-top: 20px;
    font-size: 16px;

    font-weight: 400;
    color: #888888;
    line-height: 30px;
    opacity: 0;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.industryFit .becoming .one:hover .textMsg {
    opacity: 1;
}

/* 哪些行业适合小恒旭   结束 */


/* 小程序相关案例   开始 */
.wx_case {
    width: 100%;
    padding: 75px 0 105px;
}

.wx_case .title>h3 {
    text-align: center;
    font-size: 38px;

    font-weight: 300;
    color: #111111;
}

.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: 1440px) {

    .introduce .merit>.one .num,
    .abiList .one .oneT .oneFun .num {
        font-size: 52px;
    }

    .reason .resList .one .til>h4 {
        font-size: 18px;
    }
}


@media screen and (max-width: 1280px) {

    .wx_case .caseList .swiper-button-prev-diy,
    .wx_case .caseList .swiper-button-next-diy {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .abiList .one .oneT .oneFun .til>.fun_en,
    .wx_case .caseList .swiper-slide .info>span,
    .industryFit .becoming .one .textMsg {
        font-size: 14px;
    }

    .introduce,
    .reason,
    .ability,
    .industryFit,
    .wx_case {
        padding: 60px 0 90px;
    }

    .introduce .text>.title,
    .reason .title>h3,
    .ability .title>h3,
    .industryFit .title>h3,
    .wx_case .title>h3 {
        font-size: 32px;
    }

    .introduce .text>.info,
    .introduce .merit>.one .desc,
    .reason .resList .one>.info,
    .abiList .one .oneB {
        font-size: 14px;
        margin-top: 20px;
    }

    .introduce .merit,
    .reason .resList,
    .ability .abiList {
        margin-top: 40px;
    }

    .introduce .merit>.one {
        padding: 30px;
    }

    .introduce .merit>.one .num,
    .abiList .one .oneT .oneFun .num {
        font-size: 46px;
    }

    .introduce .merit>.one .title {
        font-size: 18px;
        margin-top: 20px;
    }

    .abiList .one {
        padding: 30px 20px;
    }

    .abiList .one .oneT .oneFun .til>.fun_ch {
        font-size: 16px;
    }

    .abiList .one .oneT {
        padding-bottom: 20px;
    }

    .industryFit .becoming .one:hover .title .line {
        height: 150px;
    }

    .industryFit .becoming .one .title .icon>h4,
    .industryFit .becoming .one:hover .title .icon>h4 {
        font-size: 20px;
    }

    .industryFit .becoming {
        margin-top: 40px;
    }

    .ability .title>.infoText {
        margin-top: 20px;
    }

    .abiList .one {
        width: 48%;
    }

    .industryFit .becoming .one {
        padding: 40px 20px 0 30px;
    }

    .industryFit .becoming .one .title .icon>h4,
    .industryFit .becoming .one:hover .title .icon>h4 {
        font-size: 18px;
    }

    .industryFit .becoming .one .title .line {
        margin-right: 20px;
    }

    .wx_case .caseList .swiper-button-prev-diy,
    .wx_case .caseList .swiper-button-next-diy {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .reason .resList {
        grid-template-columns: repeat(2, auto);
    }
}


@media screen and (max-width: 600px) {

    .introduce,
    .reason,
    .ability,
    .industryFit,
    .wx_case {
        padding: 60px 0;
    }

    .introduce .merit {
        flex-wrap: wrap;
    }

    .introduce .merit>.one {
        width: 50%;
        flex-shrink: 0;
        flex-grow: 0;
    }

    .introduce .merit>.one:nth-child(3) {
        border-left: 1px solid #E7E7E7;
    }

    .introduce .merit>.one:nth-child(n+3) {
        border-top: none;
    }

    .introduce .merit>.one .num,
    .abiList .one .oneT .oneFun .num {
        font-size: 32px;
    }

    .abiList .one .oneT .oneFun {
        flex-direction: column;
        align-items: flex-start;
    }

    .abiList .one .oneT .oneFun .til {
        margin-left: 0;
    }

    .industryFit .becoming .one {
        width: 50%;
        flex-shrink: 0;
        flex-grow: 0;
        height: 200px;
    }

    .industryFit .becoming .one:nth-child(n+3) {
        border-top: 1px solid #fff;
    }

    .industryFit .becoming {
        flex-wrap: wrap;
        height: 400px;
    }

    /* 移动端恢复hover */
    .industryFit .becoming .one:hover .title .line {
        width: 7px;
        height: 68px;
        background: #FFFFFF;
        margin-right: 35px;
        transition: 0.8s ease-in-out;
    }

    .industryFit .becoming .one:hover {
        width: 50%;
        flex-shrink: 0;
        flex-grow: 0;
        height: 200px;
        padding: 40px 20px 0 30px;
        overflow: hidden;
        background: none;
    }

    .industryFit .becoming .one:hover .title .icon>.active {
        display: none;
    }

    .industryFit .becoming .one:hover .title .icon>.normal {
        display: block;
    }

    .industryFit .becoming .one:hover .title .icon>h4 {
        color: #fff;
        margin-top: 30px;
    }

    .industryFit .becoming .one:hover .title .icon {
        margin-top: 0;
    }

    .industryFit .becoming .one:hover .title .line {
        margin-right: 20px;
    }

    .industryFit .becoming .one:hover .textMsg {
        display: none;
    }

    .introduce .text>.title,
    .reason .title>h3,
    .ability .title>h3,
    .industryFit .title>h3,
    .wx_case .title>h3 {
        font-size: 28px;
    }
}


@media screen and (max-width: 480px) {
    .introduce .merit>.one {
        padding: 30px 20px;
    }

    .introduce .merit>.one .desc {
        -webkit-line-clamp: 2;
    }

    .reason .resList {
        grid-gap: 20px;
    }

    .reason .resList .one {
        padding: 30px 20px;
    }

    .introduce .merit>.one .title,
    .reason .resList .one .til>h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .reason .resList .one .til>h4 {
        white-space: normal;
        line-height: 1.5;
    }

    .introduce .merit>.one .desc {
        margin-top: 10px;
    }

    .reason .resList .one .til {
        flex-direction: column;
        align-items: flex-start;
    }

    .reason .resList .one .til>.icon {
        order: -1;
        height: 30px;
    }

    .reason .resList .one .til>.icon>img {
        height: 100%;
        width: auto;
    }

    .reason .resList .one>.info {
        line-height: 1.8;
    }

    .ability .title>.infoText {
        font-size: 14px;
    }

    .abiList .one .oneT .oneFun .til>.fun_en {
        line-height: 1.5;
    }

    .wx_case .caseList .swiper-slide .info {
        padding: 15px 10px;
    }
}


@media screen and (max-width: 375px) {
    .wx_case .caseList .swiper-slide .info {
        padding: 15px;
    }

    .industryFit .becoming {
        height: 300px;
    }

    .industryFit .becoming .one,
    .industryFit .becoming .one:hover {
        height: 150px;
        padding: 30px 20px 0;
    }

    .industryFit .becoming .one .title .icon>h4,
    .industryFit .becoming .one:hover .title .icon>h4 {
        margin-top: 20px;
        font-size: 16px;
    }

    .abiList .one .oneT {
        padding-bottom: 10px;
    }

    .abiList .one .oneB {
        margin-top: 10px;
    }

    .abiList .one,
    .reason .resList .one {
        padding: 20px 10px;
    }

    .introduce,
    .reason,
    .ability,
    .industryFit,
    .wx_case {
        padding: 40px 0;
    }

    .introduce .text>.title,
    .reason .title>h3,
    .ability .title>h3,
    .industryFit .title>h3,
    .wx_case .title>h3 {
        font-size: 24px;
    }

    .reason .resList {
        grid-gap: 10px;
    }
}