/*轮播图↓↓↓*/

.index-lbbox {
    width: 100vw;
    height: 29.1vw;
}

.index-lbbox .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.index-lbbox :hover {
    cursor: -webkit-grab;
}

.index-lbbox :active {
    cursor: -webkit-grabbing;
}

.index-lbbox .swiper-pagination span {
    width: 20px;
    height: 5px;
}

.index-lbbox .swiper-pagination span {
    width: 20px;
    height: 5px;
    background-color: #fff;
    opacity: .8;
    transition: .2s;
}

.index-lbbox .swiper-pagination-bullet {
    border-radius: 0;
    cursor: pointer;
}

.index-lbbox .swiper-pagination span.swiper-pagination-bullet-active {
    width: 35px;
    opacity: 1;
}

.index-lbbox .colBtn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: 100% 100%;
    opacity: .3;
}

.index-lbbox .colBtn.swiper-button-prev {
    left: 30px;
    background-image: url('../images/sliderl.png');
}

.index-lbbox .colBtn.swiper-button-prev:hover {
    background-image: url('../images/sliderlh.png');
}

.index-lbbox .colBtn.swiper-button-next {
    right: 30px;
    background-image: url('../images/sliderr.png');
}

.index-lbbox .colBtn.swiper-button-next:hover {
    background-image: url('../images/sliderrh.png');
}

.index-lbbox .swiper-pagination, .index-lbbox .colBtn:hover {
    cursor: pointer;
}

/*新闻版块↓↓↓*/

.news-txt {
    background-color: #f8f8f8;
}

.news-txt .row>.it {
    display: block;
    cursor: pointer;
    border-right: 1px solid #dadee4;
    background-color: transparent;
    transition: .2s;
    padding-top: 1vw;
}

.news-txt .row>.it:last-child {
    border-right: 1px solid transparent;
}

.news-txt .row>.it h4 {
    transition: .2s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-txt .row>.it:hover h4 {
    color: #64b4f0;
}

.news-txt .row>.it:hover {
    background-color: #fff;
}

.news-txt .row>.it {
    background: url(../images/newicon1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 7vw;
}

.news-txt h4 {
    font-size: 18px;
    color: #333;
    position: relative;
}

.news-txt h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    transform: translateY(350%);
    display: block;
    width: 35px;
    height: 2px;
    background: #64b4f0;
}

.news-txt p {
    font-size: 14px;
    color: #666666;
}

@media (max-width: 575px) {
    .news-txt .row>.it {
        padding-top: 1em;
    }
}

@media (max-width: 768px) {
    .news-txt .row>.it {
        background-size: 10vw;
    }
    .news-txt h4 {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .news-txt .row>.it {
        border-right: 1px solid transparent;
    }
}

/*产品功能↓↓↓*/

.fun {
    padding-bottom: 20px;
}

.fun .imggrop {
    width: 100%;
    min-height: 433px;
    position: relative;
}

.fun .imggrop img {
    width: 200px;
    height: 433px;
    position: absolute;
}

.fun .btn {
    width: 100px;
    /* justify-content: center; */
}

.fun .left h5 {
    font-weight: 400;
    font-size: 24px;
    color: #333;
}

.fun .left p {
    color: #969696;
}

.fun-rig-img img {
    height: 100%;
}

.fun-rig-img * {
    user-select: none;
}

.fun-rig-img {
    transform: scale(0.9);
    width: 600px;
    height: 460px;
    position: relative;
    transform-style: preserve-3d;
    perspective: 500px;
}

.fun-rig-img .sh-img {
    box-shadow: 0px 0px 12px #6b6b6b;
    position: absolute;
    transition: .3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    cursor: pointer;
}

[data-ind="0"] {
    left: 0;
    transform: translateZ(-50px);
}

[data-ind="1"] {
    transform: translateZ(50px);
    left: 200px;
}

[data-ind="2"] {
    transform: translateZ(-50px);
    left: 400px;
}

/*小程序大市场按钮菜单↓↓↓*/

.icon-menu {
    background: url(../images/newline.png);
    background-size: cover;
}

.icon-menu h5 {
    color: #333333;
    font-size: 20px;
    margin-top: 36px;
}

.icon-menu p {
    margin-top: 18px;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
}

.ani-goods .info-cen-block {
    position: absolute;
    z-index: 10;
}

/*爱的魔力转圈圈*/

.ani-goods .info-text {
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
}

.ani-goods .info-cen-block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -60%, 0);
    width: 300px;
    height: 300px;
}

.ani-goods .info-cen-block .cen-box {
    width: 96%;
    height: 96%;
    border-radius: 50%;
    background: #ecf6ff;
}

.ani-goods .info-cen-block .cen-bor {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    border: 1px solid #b1ccde;
    animation: rot_an infinite 7s linear;
}

.ani-goods .cen-box, .ani-goods .cen-box .cen-box-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ani-goods .asd-box .cen-box-img, .ani-goods .cen-box .cen-box-img {
    animation: acale_an infinite 1.5s alternate cubic-bezier(0.64, 0.49, 0.46, 1.01);
}

.ani-goods .cen-box .cen-box-img {
    animation: acale_an infinite 2s alternate cubic-bezier(0.64, 0.49, 0.46, 1.01);
}

.ani-goods .asd-box1 .cen-box-img {
    animation-delay: 1s
}

.ani-goods .asd-box3 .cen-box-img {
    animation-delay: 1s
}

.ani-goods .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff9638;
    position: absolute;
}

.ani-goods .cen-bor .dot:nth-child(1) {
    top: 40px;
    left: 40px;
}

.ani-goods .cen-bor .dot:nth-child(2) {
    top: 260px;
    left: 39px;
}

.ani-goods .cen-bor .dot:nth-child(3) {
    left: 301px;
    top: 110px;
}

@keyframes acale_an {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.09)
    }
}

@keyframes rot_an {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.ani-goods .asd-box {
    position: absolute;
    text-align: center;
    color: #8f9fad;
    width: 57px;
    z-index: 10000;
}

.info-cen-block .asd-box1 {
    top: 0;
    left: 25px;
}

.info-cen-block .asd-box2 {
    top: 45px;
    left: 250px;
}

.info-cen-block .asd-box3 {
    top: 195px;
    left: -12px;
}

.info-cen-block .asd-box4 {
    top: 250px;
    left: 194px;
}

.info-cen-block p {
    width: 100%;
    position: absolute;
    color: #fff;
    background-image: -webkit-linear-gradient(left, #f56a0f, #f8a22f 50%, #f56a0f 50%, #f8a22f 100%, #f56a0f);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, #f56a0f, #f8a22f 50%, #f56a0f 50%, #f8a22f 100%, #f56a0f);
    -webkit-animation: txt_trans 3s infinite linear;
}

@keyframes txt_trans {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}

/*应用大厅↓↓↓*/

.app-group {
    background-color: #f8f8f8;
    padding-bottom: 35px;
}

.app-group .title p {
    padding: 0 2.5em;
    margin-top: 0;
    margin-bottom: 20px;
}

.app-group a {
    padding-bottom: 20px;
}

.app-group a p {
    text-align: center;
    padding: 0 8%;
    font-size: 14px;
}

.app-group a img {
    transition: .3s;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0);
}

.app-group a:hover img {
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.app-group a h5 {
    padding-top: .5em;
    color: #403e3e;
    transition: .2s;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.app-group a:hover h5 {
    color: #2589ff;
}

.app-group .title p {
    font-size: 14px;
    color: #666;
    margin-top: 26px;
    line-height: 25px;
    height: 60px;
    text-align: center;
}

@media (max-width: 1200px) {
    .app-group img {
        width: 99%;
    }
    .app-group a h5 {
        font-size: 16px;
    }
    .app-group h5+p {
        margin-top: 0;
        font-size: 12px;
        line-height: 1.3em;
    }
    .app-group a {
        padding-bottom: 0;
    }
}

.app-group .look-all {
    padding-bottom: 0;
    width: 170px;
    line-height: 50px;
    color: #333;
    border: 1px solid #333;
    background: transparent;
    transition: .3s;
    border-radius: 50px;
}

.app-group .look-all:hover {
    color: #fff;
    background: #333;
}

/* 商品 小球动画↓↓↓ */

.ani-goods {
    background-color: #f8f8f8;
    background-image: url(../images/home05.e8c39e77.png);
    background-size: contain;
}

.ani-goods .info-text h4 {
    font-weight: 400;
    font-size: 24px;
    color: #333;
}

.ani-goods p {
    font-size: 16px;
    color: #969696;
    line-height: 1.6;
    margin-top: 8px;
    line-height: 1.6;
}

.ani-goods .info-text>div:nth-child(2n) {
    text-align: right;
}

.join-up .cont-tex ul {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.join-up .cont-tex ul::before {
    content: '';
    position: absolute;
    display: block;
    width: 70%;
    height: 20px;
    border-bottom: 1px dashed #1bc992;
    z-index: -1;
}

.join-up .cont-tex li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join-up .cont-tex li::before {
    content: attr(data-line);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-image: linear-gradient(135deg, #1bc992, #26b6b0);
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}

/* 电脑轮播图片↓↓↓ */

.com-img {
    cursor: -webkit-grab;
    background-color: #f8f8f8;
}

.com-img :active {
    cursor: -webkit-grabbing;
}

.com-img .img-block {
    position: relative;
}

.com-img .bg-img, .com-img img {
    width: 100%;
    height: 100%;
}

.com-img .com-img-swiper {
    position: absolute;
    left: 158px;
    top: 51px;
    width: 827px;
    height: 522px;
}

@media (max-width:1200px) {
    .com-img .com-img-swiper {
        left: 135px;
        top: 42px;
        width: 693px;
        height: 440px;
    }
}

/* 客户案例↓↓↓ */

.client-demo * {
    color: #fff;
}

.client-demo {
    transition: .2s;
}

.client-demo.tog1 {
    background: url(../images/fanganbg1.png);
}

.client-demo.tog2 {
    background: url(../images/fanganbg2.png);
}

.client-demo.tog3 {
    background: url(../images/fanganbg3.png);
}

.client-demo.tog4 {
    background: url(../images/fanganbg4.png);
}

.client-demo.tog5 {
    background: url(../images/fanganbg5.png);
}

.client-demo.tog6 {
    background: url(../images/fanganbg6.png);
}

.client-demo.tog7 {
    background: url(../images/fanganbg7.png);
}

.client-demo.tog8 {
    background: url(../images/fanganbg8.png);
}

.client-demo .list-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    background: #373d4d;
    border-bottom: 1px solid #414656;
    font-weight: 600;
    transition: .3s;
    cursor: pointer;
}

.client-demo .list-menu li::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translateX(-200%);
    background-repeat: no-repeat;
}

.client-demo .list-menu li:nth-child(1)::before {
    background-image: url(../images/fangan1.png);
}

.client-demo .list-menu li:nth-child(2)::before {
    background-image: url(../images/fangan2.png);
}

.client-demo .list-menu li:nth-child(3)::before {
    background-image: url(../images/fangan3.png);
}

.client-demo .list-menu li:nth-child(4)::before {
    background-image: url(../images/fangan4.png);
}

.client-demo .list-menu li:nth-child(5)::before {
    background-image: url(../images/fangan5.png);
}

.client-demo .list-menu li:nth-child(6)::before {
    background-image: url(../images/fangan6.png);
}

.client-demo .list-menu li:nth-child(7)::before {
    background-image: url(../images/fangan7.png);
}

.client-demo .list-menu li:nth-child(8)::before {
    background-image: url(../images/fangan8.png);
}

.client-demo .list-menu li.act {
    background-image: linear-gradient(90deg, #1bc992, #26b6b0)
}

.client-demo .img-wrap, .client-demo .img-wrap+p {
    text-align: center;
}

.client-demo .show-ewm-block {
    display: none;
}

@media (min-width:990px) {
    .client-demo .show-ewm-block>.row {
        padding-top: 30px;
    }
}

.client-demo .img-wrap {
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 1000px;
    overflow: hidden;
    box-sizing: border-box;
    border: 10px solid rgba(255, 255, 255, .1);
}

.client-demo .img-wrap img {
    width: 100%;
    transition: .5s;
    border-radius: 1000px;
}

.client-demo .img-wrap img:hover {
    transform: scale(1.1);
}

/* 我们的核心优势↓↓↓ */

.ourse-goodness {
    background-color: #f7f8fc;
    background-image: url(../images/youshi.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.ourse-goodness .img-group {
    display: flex;
}

.ourse-goodness .img-group .img-block {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ourse-goodness .img-group img {
    width: 80px;
}

.ourse-goodness .img-group {
    padding-top: 50px;
    text-align: center;
}

.ourse-goodness .img-group h5 {
    margin-top: 25px;
    font-size: 18px;
    color: #333333;
}

.ourse-goodness .img-group p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin: 0 38px;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .ourse-goodness .img-group p {
        margin: 0 10px;
    }
}

/* 开启小程序时代↓↓↓ */

.start-xcx {
    background-image: url(../images/shidai.png);
    background-size: cover;
}

.start-xcx .title * {
    color: #fff;
}

.cont-block.start-xcx * {
    color: #fff;
}

.start-xcx .title.bor-btt h6 {
    background-color: #fff;
}

.start-xcx b, .start-xcx i, .start-xcx u {
    font-style: normal;
    font-weight: 400;
}

.start-xcx b {
    font-size: 24px;
}

.start-xcx b u {
    font-size: 48px;
}

.start-xcx b i {
    font-size: 24px;
    display: inline-block;
    transform: translateY(-1.2em);
}

.start-xcx .cont-txt p {
    font-size: 16px;
}

.start-xcx .cont-btn {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.start-xcx .cont-btn a {
    width: 165px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 1000px;
    transition: .3s;
    background-color: transparent;
}

.start-xcx .cont-btn a:hover {
    background-color: #fff;
    color: #24baaa;
}

/* 服务价格↓↓↓ */

.money-block {
    background: url(../images/biaodian01.0ac2caa8.png);
    background-size: cover;
}

.money-block * {
    color: #fff;
    text-align: center;
}

.money-block p {
    font-size: 25px;
}

.money-block h2 {
    display: inline-block;
    line-height: 1.5em;
    margin-top: 10px;
    padding: 2px 40px;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 7px;
    font-size: 53px;
    font-weight: 400;
}

.money-block u {
    font-size: 27px;
}

.money-block h5 {
    margin-top: 30px;
    font-size: 20px;
}

.money-block h6 {
    margin-top: 10px;
    font-size: 32px;
}
