.swiper {
    height: 25rem;
    position: relative;
}

.swiper .swiper-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.swiper-inner {
    text-align: center;
    padding-top: 8.4rem;
    position: relative;
    z-index: 1;
}

.swiper-inner .title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.4rem;
    color: #fff;
}

.swiper-inner p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin: 0.8rem 0 2rem 1.7rem;
}

.swiper-inner .apply-btn {
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    background-color: #DC5550;
    border-radius: 1.5rem;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    display: inline-block;
}

.swiper-inner .apply-btn:hover {
    background-color: #FF6B65;
}

.technology-inner {
    position: relative;
    /* top: -2rem; */
    /* background-color: #FEFEFF; */
    border-radius: .5rem .5rem 0 0;
    padding: 3rem 2.5rem 1.5rem;
    box-sizing: border-box;
    /* box-shadow: 0 -1px .2rem #CCCCCC; */
}

.technology-inner-bg {
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%;
    background-color: #FEFEFF;
    height: 2.1rem;
    box-shadow: 0 -1px .2rem #CCCCCC;
}

.technology-inner-bg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FEFEFF;
    height: .3rem;
}

.main-technology-module {
    width: 8rem;
}

.main-technology-module .icon {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    border-radius: 0.5rem;
    margin: auto;
    box-shadow: 0 .15rem .6rem #CCCCCC;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}

.main-technology-module .icon img {
    height: 4rem;
    vertical-align: middle;
}

.main-technology-module .text {
    margin-top: 1.6rem;
    text-align: center;
    font-size: .95rem;
    line-height: 1.35rem;
    font-weight: 500;
}

.main-service {
    margin-top: 2.5rem;
}

.main-service-module {
    width: 8rem;
    text-align: center;
    border: 1px solid #DC5550;
    box-sizing: border-box;
    padding-top: 1rem;
    height: 13.2rem;
    position: relative;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
}


/* .main-service-module:hover {
    border: 2px solid #DC5550;
} */

.main-service-module img {
    width: 3rem;
    vertical-align: bottom;
}

.main-service-module .title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6rem;
}

.main-service-module .text {
    font-weight: 300;
    font-size: .8rem;
    line-height: 1.1rem;
    padding: 0 0.2rem;
}

.main-service-module .line {
    width: 2.4rem;
    margin: 1rem auto 0;
    border-top: 1px solid #DC5550;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
}


/* .main-service-module:hover .line {
    border-top: 2px solid #DC5550;
} */