.swiper-container {
    width: 100%;
    height: 500px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-container-fade .swiper-slide {
    background: center no-repeat;
    background-size: cover;
}

@media screen and (min-device-width: 1200px) {
    .tip-item{
        width: calc(25% - 12px);
        height: 60px;
        padding: 16px;
        border-radius: 8px;
    }

    .tip-img {
        width: 44px;
        height: 44px;
    }

    .tip-content{
        margin-left: 20px;
        width: calc(100% - 44px);
    }

    .tip-title{
        height: 16px;
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 11px;
    }

    .tip-desc{
        height: 14px;
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

}

@media screen and (max-device-width: 1200px) {
    .tip-img {
        width: 75px;
        height: 75px;
        border-radius: 25px;

    }

    .tip-title {
        font-weight: 600;
        line-height: 32px;
    }
}


/****************** 我们能做什么？ start ******************/
@media screen and (min-device-width: 1200px) {
    .can-do-item{
        width: calc( 25% - 12px);
        height: 296px;
        padding: 40px 30px;
    }

    .can-do-img{
        width: 44px;
        height: 44px;
        /*margin-bottom: 30px;*/
    }

    .can-do-title{
        font-size: 18px;
        font-weight: 400;
        color: #333333;
    }

    .can-do-desc{
        font-weight: 400;
        color: #999999;
        line-height: 30px;
        height: 182px;
        overflow: hidden;
    }
}

@media screen and (max-device-width: 1200px) {
    .layui-collapse {
        width: calc(100% - 60px);
        margin-top: 30px;
    }

    .layui-colla-title {
        height: 80px;
    }

    .layui-colla-title-left {
        padding: 10px 11px;
    }

    .layui-colla-title-left span {
        font-size: 18px;
        color: #333333;
        line-height: 27px;
        margin-left: 20px;
    }

    .layui-colla-title i {
        position: relative;
        left: 0px;
    }

    .layui-colla-content {
        padding: 17px 25px;
        color: #666666;
        line-height: 32px;
    }

    .can-do-btn {
        margin-top: 19px;
        margin-bottom: 22px;
        background-color: #186AF2;
    }
}
/****************** 我们能做什么？ end ******************/


/****************** 项目案例 start ******************/

#example-swiper {
    position: relative;
    width: 100%;
    margin: 30px 0px 0px 0px;
    height: 450px;
    overflow-x: hidden;
}

#example-swiper .swiper-container {
    padding-bottom: 60px;
}

#example-swiper .swiper-slide {
    width: 562px;
    height: 340px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

.swiper-slide-left {
    width: 263px;
    margin-left: 20px;
}

.swiper-slide-left-title {
    font-size: 18px;
    color: #333333;
    line-height: 27px;
}

.swiper-slide-left-desc {
    font-weight: 400;
    color: #999999;
    line-height: 32px;
    margin-bottom: 6px;
}

#example-swiper .swiper-slide img {
    display: block;
    width: 211px;
    margin-right: 30px;

}

#example-swiper .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#example-swiper .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#example-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#example-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #186AF2;
    background-color: #186AF2;
}

#example-swiper .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background-position: 0 0;
    background-size: 100%;
}

#example-swiper .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#example-swiper .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background-position: 0 -93px;
    background-size: 100%;
}

#example-swiper .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

#example-swiper .swiper-pagination {
    bottom: 25px;
}

/****************** 项目案例 end ******************/


/****************** 解决方案 start ******************/
.solution-box {
    padding: 30px 80px 80px 80px;
}

.solution-box-item {
    border: #f8f8f8 1px solid;
    margin-bottom: 20px;
}

.solution-box-item-title {
    background: url("/static/home/images/solutionTitle.png");
    height: 60px;
    justify-content: center;

}

.solution-box-item-title span {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 27px;
    margin-left: 30px;

}

.solution-box-item-content {
    font-weight: 400;
    color: #999999;
    line-height: 32px;
    margin: 20px 30px;
}


@media screen and (min-device-width: 1200px) {
    .solution-box-item{
        width: calc(50% - 8px);
    }
}

@media screen and (max-device-width: 1200px){
    .solution-box-item {
        width: 100%;
    }
}

/****************** 解决方案 end ******************/

/****************** 我们的服务流程 start ******************/
.service-box {
    margin: 30px 141px;
    /*padding: 30px 141px;*/
    width: calc(100% - 60px);

}

.service-box-item {
    /*width: 468px;*/
    height: 118px;
    color: #9B9EB3;
}

.service-box-item-left {
    height: 38px;
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
    margin-left: 31px;
    width: calc(100% - 60px);
    align-items: center;
}

.service-box-item-content {
    /*width: calc(100% - 80px);*/
    margin-left: 20px;
}

.service-box-item-content-title {
    height: 26px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 10px;
}

.service-box-item-content-desc {
    /*height: 19px;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.service-box-item-right {
    position: relative;
    bottom: -23px;
    width: 60px;
    height: 30px;
}

.active {
    background-color: #186AF2;
    color: #FFFFFF;
}

.active .service-box-item-left {
    color: #ffffff;
}

.active .service-box-item-content-title {
    color: #ffffff;
}

.active .service-box-item-content-desc {
    color: #ffffff;
}
@media screen  and (max-device-width: 750px){
    .service-box-item {
        width: calc(100% - 60px);
    }
}
@media screen and (min-device-width: 750px){
    .service-box-item {
        width: calc(100% - 200px);
    }
}

/****************** 我们的服务流程 end ******************/

/** 适配手机端 **/
@media screen and (max-device-width: 450px){
    .swiper-container { height: calc(60vw);}

    /* 我们能做什么 start */
    .tip-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;

    }
    .tip-title {
        font-weight: 600;
        line-height: 32px;
    }
    /* 我们能做什么 end */

    /* 项目案例 start */
    #example-swiper .swiper-slide {
        width: 100vw;
    }
    #example-swiper .swiper-slide img {
        width: 40vw;
        margin: 0 15px;
    }
    #example-swiper .swiper-slide-left-desc {
        line-height: 30px;
    }
    #example-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
    }
    .layui-collapse {
        width: calc(100% - 40px);
        margin-top: 30px;
    }
    .layui-colla-title {
        height: 60px;
    }
    .layui-colla-title-left {
        padding: 10px 11px;
    }
    .layui-colla-title-left span {
        font-size: 18px;
        color: #333333;
        line-height: 27px;
        margin-left: 20px;
    }
    .layui-colla-title i {
        position: relative;
        left: 0px;
    }
    .layui-colla-content {
        padding: 10px 20px;
        color: #666666;
        line-height: 30px;
    }
    .can-do-btn {
        margin-top: 19px;
        margin-bottom: 22px;
        background-color: #186AF2;
    }
    /* 项目案例 end */

    /* 解决方案 start */
    .solution-box {
        padding: 20px;
    }
    .solution-box-item {
        width: 100%;
    }
    .solution-box-item-content {
        line-height: 30px;
    }
    /* 解决方案 end */

    /* 服务流程 start */
    .service-box {
        margin: 0;
        padding: 15px 0;
        width: 100%;
    }
    .service-box-item {
        width: calc(100% - 40px);
        height: 110px;
    }
    .service-box-item-left {
        font-size: 36px;
        margin-left: 20px;
    }
    .service-box-item-content {
        flex: 1;
        margin-left: 15px;
    }
    .service-box-item-content-desc {
        font-size: 14px;
        line-height: 1.8em;
    }
    .service-box-item-right {
        position: relative;
        bottom: auto;
        width: 32px;
        height: 100%;
    }
    .service-box-item-right .layui-icon {
        position: absolute;
        bottom: 15px;
        font-size: 20px !important;
    }
    /* 服务流程 end */
}
