.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: 9.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: 1rem 0 2.5rem;
}
.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: 4rem 6rem 3.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: 7.8rem;
}
.main-technology-module .icon {
    width: 7.8rem;
    height: 7.8rem;
    line-height: 7.8rem;
    text-align: center;
    border-radius: 1.6rem;
    box-shadow: 0 .15rem .6rem #CCCCCC;
}
.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: 4rem;
}
.main-service-module {
    width: 13.5rem;
    text-align: center;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding-top: 3.8rem;
    height: 20rem;
}
.main-service-module:hover {
    border: 2px solid #DC5550;
}
.main-service-module img {
    width: 3.5rem;
    vertical-align: bottom;
}
.main-service-module .title {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.25rem;
}
.main-service-module .text {
    font-weight: 300;
    font-size: .8rem;
    line-height: 1.1rem;
}
.main-service-module .line {
    width: 1.5rem;
    margin: 2.4rem auto 0;
    border-top: 2px solid #979797;
}
.main-service-module:hover .line {
    border-top: 3px solid #DC5550;
}