/* 轮播图 */
.banner {
    background-color: #fff;
}

.banner a {
    display: block;
}

.banner img {
    max-width: 100%;
    width: 100%;
    display: block;
}


.banner .swiper-pagination-bullet {
    opacity: 0.4;
}

.banner .swiper-pagination-bullet-active {
    background: #060c87;
    opacity: 1;
    /* 两种都可以 */
}

/* 业务类型 */
.type .content {
    display: flex;
    border-radius: 1rem;
    padding: 0;
}

.type-box {
    width: 25%;
}

.type-box a {
    height: 6rem;
    justify-content: center;
    align-items: center;
}

.type-box img {
    width: 2.5rem;
    height: 2.5rem;
}

.type-box p {
    margin-top: 0.9rem;
    font-size: 0.9rem;
    color: #666666;
}

/* 业务范围 */
.range-main {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 0 1rem;
}

.range-boxs-title {
    padding: 1.2rem 0;
    display: flex;
    justify-content: space-between;
}

.range-boxs-title span {
    display: inline-block;
    /* line-height: 1.5rem; */
    height: 1.6rem;
    /* letter-spacing: 0.079rem; */
    color: #999999;
}

.range-boxs-title span.checked {
    position: relative;
    color: #333333;
    transition-duration: 0.5s;
}

.range-boxs-title span.checked::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-image: url(../images/range_nav_checked.png);
    width: 2.5rem;
    height: 0.25rem;
    border-radius: 0.179rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.range-box {
    padding: 1rem 0;
    display: none;
}

.range-box h3 {
    font-weight: normal;
    color: #367bf0;
}

.range-box p {
    font-size: 0.9rem;
    color: #666666;
    margin: 0.6rem 0;
}

.range-box-main {
    display: flex;
}

.range-box-title {
    width: 50%;
    justify-content: center;
}

.range-box-title div {
    display: flex;
    align-items: center;
    margin-bottom: 1.4rem;
}

.range-box-title div:last-child {
    margin-bottom: 0;
}

.range-box-title img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

.range-box-title span {
    font-size: 0.9rem;
    color: #666666;
}

.range-box-img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.range-box-img img {
    width: 11rem;
}

/* 成功案例 */
/* .case-main {
    padding: 0 1rem;
    background-color: #fff;
    border-radius: 0.5rem;
} */
.case-box {
    padding: 1.2rem 0;
    border-bottom: 0.143rem solid #f5f5f5;
}

.case-box:last-child {
    border-bottom: 0;
}

.case-box-title {
    color: #333333;
}

.case-box-title a {
    font-size: 0.9rem;
    color: #999999;
    float: right;
}

.case-box-list {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.case-box-list a {
    display: block;
    width: 11rem;
    height: 8rem;
}

.case-box-list img {
    width: 100%;
    display: block;
}

/* 服务流程 */
.process-box {
    padding: 1rem 0;
    text-align: center;
}

.process-box img {
    width: 20rem;
    height: auto;
}

.new-list a {
    display: flex;
    padding: 1rem 0;
    justify-content: space-between;
}

.new-img {
    flex: 1.2;
    height: 6rem;
    overflow: hidden;
    background-color: #333333;
}

.new-img img {
    max-width: 100%;
    display: block;
}

.new-text {
    flex: 2;
    padding: 0px 0.5rem;
    justify-content: space-around;
}

.new-text h3 {
    font-weight: normal;
    color: #444444;
}

.new-text p {
    font-size: 0.8rem;
    color: #b1b1b1;
}

/* 我们的服务 */
.serve {
    background: url(../images/serve_bg.png) top center no-repeat;
    background-size: cover;
    height: 14rem;
    padding: 0.8rem 0;
}

.serve .center {
    display: flex;
    flex-direction: column;
    height: 100%;

}

.serve .title {
    border-color: #fff;
    border-bottom: 0px;
}

.serve .title h1,
.serve .title p {
    color: #fff;
}

.serve-boxs {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.serve-box {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serve-box img {
    width: 10.86rem;
    height: 6.43rem;
}

.serve-box ul {
    padding: 0.5rem 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.serve-box li {
    position: relative;
    border: solid 0.03rem #d2d2d2;
    padding-left: 1.5rem;
    padding-right: 1rem;
    height: 1.5rem;
}

.serve-box li p {

    line-height: 1.5rem;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 0.09rem;
    text-align: center;
}

.serve-box span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 1.6rem;
    height: 1.6rem;
    background-color: #ffffff;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1.6rem;
    text-align: center;
    color: #2d2539;
    font-size: 0.715rem;
}

/* 副标题 */
.title {
    border-left: 0.43rem solid #4161e7;
    padding: 0.3rem 0.5rem;
}