/*
 * 影响消费者决策旅程路径
 */
.smo-route {
    padding: 40px 0 60px;
    overflow: hidden;
    background: url(../images/smo-route.jpg) no-repeat center;
    background-size: cover;
}

.smo-route .smo-route-content {
    margin: 40px 0 0;
    width: 100%;
    padding: 18px 13px 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.smo-route .smo-route-process {
    width: 100%;
    padding: 0 7px;
    border-radius: 10px 10px 0 0;
    background: url(../images/smo-route-process.jpg) no-repeat center;
    background-size: cover;
}

.smo-route .smo-route-process .list {
    display: flex;
    flex-wrap: wrap;
    padding: 44px 0 5px;
}

.smo-route .smo-route-process .list .process-item {
    width: calc((100% - 42px) / 4);
    margin-bottom: 20px;
}

.smo-route .smo-route-process .list .process-item .icon {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smo-route .smo-route-process .list .process-item h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin: 5px 0 0;
    text-align: center;
}

.smo-route .smo-route-process .list .process-line {
    width: 14px;
    height: 30px;
    background: url(../images/process-line.png) no-repeat center;
}

.smo-route .smo-route-process .list .process-line:nth-child(8),
.smo-route .smo-route-process .list .process-line:nth-child(16) {
    display: none;
}

.smo-route .smo-route-process .link {
    display: flex;
    flex-wrap: wrap;
}

.smo-route .smo-route-process .link a {
    background: #f1f5ff;
    height: 70px;
    display: flex;
    width: calc(50% - 14px);
    margin: 0 7px 20px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding-left: 18px;
    box-shadow: 0 0 10px 4px rgba(6, 34, 89, 0.08);
}

.smo-route .smo-route-process .link a span {
    margin-left: 10px;
}

.smo-route .smo-route-process .link a:hover,
.smo-route .smo-route-process .link a.active {
    color: #1a83f9;
    box-shadow: 0 0 10px 4px rgba(26, 131, 249, 0.29);
}

.smo-route .smo-route-swiper {}

#smo-route-swiper {
    padding: 40px 0;
}

#smo-route-swiper .swiper-slide {
    height: auto;
    padding: 22px;
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    border-radius: 10px;
    background: #f1f5ff;
}

#smo-route-swiper .swiper-slide-active,
#smo-route-swiper .swiper-slide-prev,
#smo-route-swiper .swiper-slide-next {
    opacity: 1;
    pointer-events: initial;
}

#smo-route-swiper .swiper-slide .content {
    line-height: 30px;
    color: #132b3a;
    font-size: 14px;
}

#smo-route-swiper .swiper-slide .logo {
    display: flex;
    width: 100%;
    justify-content: center;
}

#smo-route-swiper .swiper-slide .logo .img {
    flex: 1;
    max-width: 60px;
    margin-right: 10px;
}

#smo-route-swiper .swiper-slide .logo .img:last-child {
    margin-right: 0;
}

#smo-route-swiper .swiper-slide .logo .img img {
    display: block;
    width: 100%;
}

#smo-route-swiper .swiper-slide .title {
    font-size: 30px;
    font-weight: bold;
    color: rgba(19, 43, 58, 0.6);
    line-height: 40px;
    margin: 20px 0;
    background: url(../images/logo-icon.png) no-repeat right center;
    background-size: auto 100%;
}

.smo-route .smo-route-desc {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

@media (min-width: 768px) {
    #smo-route-swiper .swiper-slide-active {
        box-shadow: 0px 0 20px 4px rgba(14, 111, 255, 0.3);
    }

    #smo-route-swiper .swiper-slide {
        box-shadow: 0px 0 18px 4px rgba(6, 34, 89, 0.06);
    }

    .smo-route .smo-route-process .list .process-item {
        width: calc((100% - 56px) / 5);
        margin-bottom: 20px;
    }

    .smo-route .smo-route-process .list .process-line:nth-child(8),
    .smo-route .smo-route-process .list .process-line:nth-child(16) {
        display: block;
    }

    .smo-route .smo-route-process .list .process-line:nth-child(10) {
        display: none;
    }

    .smo-route .smo-route-process .link a {
        width: calc(33.33333% - 14px);
    }
}

@media (min-width: 992px) {
    .smo-route .smo-route-process {
        background: url(../images/smo-route-process.jpg) no-repeat top center;
        background-size: 100% auto;
    }

    .smo-route .smo-route-process .list .process-item {
        flex: 1;
        width: auto;
        margin-bottom: 0;
    }

    .smo-route .smo-route-process .list .process-line {
        display: block !important;
    }

    .smo-route .smo-route-process .list {
        padding-bottom: 25px;
    }

    .smo-route .smo-route-process .link a {
        width: auto;
        flex: 1;
        margin-bottom: 0;
    }
}



/*
 * 品牌公关 保护品牌无价资产
 */
.smo-core {
    width: 100%;
    padding: 45px 0 48px;
    background: url(../images/smo-core.jpg) no-repeat center;
    background-size: cover;
}

.smo-core .smo-core-content {
    padding: 40px 0 0;
}

.smo-core .smo-core-content .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.smo-core .smo-core-content .left .item {
    width: calc(50% - 10px);
    border-radius: 6px;
    height: 140px;
    border: 1px solid #fefeff;
    margin: 0 0 20px;
    cursor: pointer;
    display: flex;
    padding-left: 15px;
    padding-top: 12px;
    box-shadow: 0 0 20px 4px rgba(6, 34, 89, 0.09);
    background: linear-gradient(1turn, #fefeff, #f6f8ff)
}

.smo-core .smo-core-content .left .item.active {
    background: linear-gradient(1turn, #e8edfd, #f6f8ff);
}

.smo-core .smo-core-content .left .item .text {
    padding-right: 22px;
    padding-left: 8px;
    flex: 1;
}

.smo-core .smo-core-content .left .item .text h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.smo-core .smo-core-content .left .item.active .text h3 {
    color: #2e7bff;
}

.smo-core .smo-core-content .left .item .text p {
    line-height: 20px;
    font-size: 12px;
    color: #8f97ab;
    height: 80px;
    overflow: hidden;
}

.smo-core .smo-core-content .left .item .icon {
    width: 38px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.smo-core {
    overflow: hidden;
}


.smo-core .smo-core-content .right .item-content {
    display: none;
}

.smo-core .smo-core-content .right .item-content.active {
    display: block;
}

.smo-core .smo-core-content .right .item-content .column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    animation: right-column 0.5s forwards;
}

.smo-core .smo-core-content .right .item-content .column span {
    border: 3px solid #c7d7fb;
    background: #ffffff;
    line-height: 34px;
    padding: 0 10px;
    border-radius: 99px;
    text-align: center;
    margin: 0 5px 10px;
}

.smo-core .smo-core-content .right .item-content .dimg {
    margin: 10px 0 0;
    animation: right-dimg 0.8s forwards;
}

.smo-core .smo-core-content .right .item-content .dimg img {
    display: block;
    width: 100%;
    transition: all .5s ease-in-out;
}

.smo-core .smo-core-content .right .item-content .dimg:hover img {
    transform: translateY(-20px);
}

@keyframes right-column {
    0% {
        transform: translateX(-120px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes right-dimg {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@media (min-width: 768px) {
    .smo-core {
        padding-bottom: 68px;
    }

    .smo-core .smo-core-content .left .item {
        height: 100px;
    }

    .smo-core .smo-core-content .left .item .text p {
        height: 40px;
    }

    .smo-core .smo-core-content .right .item-content.active {
        display: flex;
    }

    .smo-core .smo-core-content .right .item-content .column {
        width: 120px;
        flex-wrap: nowrap;
        margin-right: 10px;
        flex: 0 0 auto;
        flex-direction: column;
        animation: right-column 0.5s forwards;
    }

    .smo-core .smo-core-content .right .item-content .column span {
        width: 100%;
        margin: 15px 0 0;
    }

    .smo-core .smo-core-content .right .item-content .dimg {
        margin: 0;
        flex: 1;
    }
}

@media (min-width: 992px) {
    .smo-core {
        padding-bottom: 88px;
    }

    .smo-core .smo-core-content .left .item {
        width: calc(25% - 10px);
    }
}

@media (min-width: 1200px) {
    .smo-core .smo-core-content {
        display: flex;
    }

    .smo-core .smo-core-content .left {
        width: 300px;
        flex: 0 0 auto;
        display: block;
    }

    .smo-core .smo-core-content .left .item {
        width: 100%;
    }

    .smo-core .smo-core-content .left .item:last-child {
        margin: 0;
    }

    .smo-core .smo-core-content .right {
        flex: 1;
        padding-left: 20px;
    }
}




/*
 * 品牌公关 保护品牌无价资产
 */
.smo-relations {
    width: 100%;
    padding: 50px 0 0;
    overflow: hidden;
    background: url(../images/smo-relations.jpg) no-repeat center;
    background-size: cover;
}

.smo-relations .smo-relations-content .item .title {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.smo-relations .smo-relations-content .item:nth-child(1) .title {
    padding: 26px 0 46px;
}

.smo-relations .smo-relations-content .item:nth-child(2) .title {
    padding: 40px 0;
}

.smo-relations .smo-relations-content .item .list {
    display: flex;
    flex-wrap: wrap;
}

.smo-relations .smo-relations-content .item .list .box {
    width: 25%;
    flex: 0 0 auto;
    margin: 0 0 50px;
    position: relative;
}

.smo-relations .smo-relations-content .item .list .box:hover .icon,
.smo-relations .smo-relations-content .item .list .box:hover h3{
    transform: translateY(-10px);
}

.smo-relations .smo-relations-content .item .list .box::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    right: -0.5px;
    top: 0;
    background: rgba(0, 109, 255, 0.3);
}

.smo-relations .smo-relations-content .item .list .box:nth-child(4n):after {
    display: none;
}

.smo-relations .smo-relations-content .item .list .box:nth-last-child(1),
.smo-relations .smo-relations-content .item .list .box:nth-last-child(2),
.smo-relations .smo-relations-content .item .list .box:nth-last-child(3),
.smo-relations .smo-relations-content .item .list .box:nth-last-child(4) {
    margin: 0;
}

.smo-relations .smo-relations-content .item .list .box .icon {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
}

.smo-relations .smo-relations-content .item .list .box img {
    display: block;
}

.smo-relations .smo-relations-content .item .list .box h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    transition: all .5s ease-in-out;
}

.smo-relations .smo-relations-bottom {
    padding: 46px 0 35px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.smo-relations .smo-relations-bottom a.consulting {
    margin: 0 0 20px;
    width: 120px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    background: linear-gradient(to top, #1880fb, #02bff6);
}

.smo-relations .smo-relations-bottom a.more {
    line-height: 24px;
    color: #0e6fff;
}

@media (min-width: 992px) {
    .smo-relations .smo-relations-content .item .title {
        font-size: 20px;
        line-height: 34px;
    }
}



/*
 * 搜索引擎全新SEO优化解决方案
 */
.smo-service {
    width: 100%;
    padding: 40px 0 0;
    overflow: hidden;
    background: #ecf3f9;
}

.smo-service .smo-service-content {
    padding: 50px 0 0;
}

.smo-service .smo-service-content .col {
    margin-bottom: 60px;
}

.smo-service .smo-service-content .col:last-child {
    margin-bottom: 0;
}

.smo-service .smo-service-content .item {
    height: 300px;
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
    padding: 55px 0 0;
    position: relative;
    transition: all .5s ease-in-out;
}

.smo-service .smo-service-content .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.smo-service .smo-service-content .item .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.smo-service .smo-service-content .item .content {
    line-height: 30px;
    color: #868c96;
}

.smo-service .smo-service-content .item .icon {
    width: 90px;
    height:90px;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:top;
    animation: smo-service1 .5s steps(23) forwards;
}

.smo-service .smo-service-content .item:hover .icon {
    animation: smo-service2 .5s steps(23) forwards;
}

.smo-service .smo-service-content .item:hover .content {
    color: #006eff;
}

@keyframes smo-service1 {
    0% {
        background-position:0 -2070px;
    }
    to {
        background-position:0 0;
    }
}
@keyframes smo-service2 {
    0% {
        background-position:0 0;
    }
    to {
        background-position:0 -2070px;
    }
}

.smo-service .smo-service-more {
    text-align: center;
    line-height: 20px;
    padding: 30px 0;
}

.smo-service .smo-service-more a {
    color: #0e6fff;
}

@media (min-width: 576px) {
    .smo-service .smo-service-content .col:nth-last-child(2) {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .smo-service .smo-service-content .col {
        margin-bottom: 0;
    }
}
@media (min-width: 1280px) {
    .app-header {
        position: relative;
    }
}