/*.swiper-banner .swiper-slide.slide1 {*/
/*	background: url(../image/bg2.jpg) no-repeat center top;*/
/*}*/
/*.swiper-banner .swiper-slide.slide2 {*/
/*	background: url(../image/cantact_top.png) no-repeat center top;*/
/*	background-size: 100%;*/
/*}*/


.custom_histroy {
    background: url("../image/customerSuccess4.png") no-repeat left top / cover;
    background-size: 100%;
    margin-top: 1.1rem;
    width: 70rem;
    height: 32rem;
    position: relative;
}

.container-main {
    margin-top: 0.55rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-main .step1 {
    position: absolute;
    left: -2rem;
    bottom: 8.5rem;
}

.container-main .step2 {
    position: absolute;
    left: 5rem;
    top: 9rem;
}

.container-main .step3 {
    position: absolute;
    left: 16rem;
    top: 12rem;
}

.container-main .step4 {
    position: absolute;
    left: 26rem;
    top: 4rem;
}

.step5 {
    position: absolute;
    left: 40rem;
    top: 6rem;
}

.step6 {
    position: absolute;
    right: 6rem;
    top: -2rem;
}

.container-main .step7 {
    position: absolute;
    right: -1rem;
    top: 7rem;
}


.margin-bottom-80 {
    font-size: 14px;
    margin-top: 40px;
    line-height: 30px;
}

.rcc_flow ul {
    margin: 0;
    padding: 0;
}

.rcc_flowa ul li, .rcc_flow ul li {
    list-style-type: none;
    float: left;
    margin-bottom: 40px;
    display: block;
    float: left;
    padding: 0;
}

.rcc_flow ul li img {
    border: solid 1px #ddd;
    border-radius: 80px;
    padding: 20px;
    float: left;
    margin-right: 20px;
}

.rcc_flow ul li h3 {
    float: left;
    margin-top: 10px;
}

.rcc_flow ul li span {
    float: left;
    line-height: 20px;
}

.rcc_flowa {
    background: #f5f5f5;
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0 0 0;
}

.rcc_flowa img { /*width:50%;*/
    float: none;
    margin-top: 50px;
}

.margin-right-20 {
    font-size: 14px;
}

@media screen and (min-device-width: 1024px) {
    .rcc_flow {
        margin-top: 30px;
    }

    .rcc_flow ul li h3 {
        width: 60%;
    }

    .rcc_flow ul li span {
        width: 70%;
    }

    .rcc_flow ul li img {
        margin-right: 0;
    }
}

.rcc_top {
    padding: 0;
    margin: 0;
}

.rcc_top ul li {
    list-style-type: none;
    border-right: solid 1px #ddd;
    height: 130px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 40px;
    border-bottom: solid 1px #f6f6f6;
}

.rcc_top ul li:first-child {
    border-left: 1px solid #ddd;
}

.rcc_top i {
    font-size: 50px;
    float: left;
    margin-top: 10px;
    color: deepskyblue;

}

.rcc_top h3 {
    font-size: 16px;
    padding-left: 20px;
    font-weight: bold;
}

.rcc_top ul li:hover {
    background: #fff;
}

.rcc_top ul li:hover h3 {
    color: deepskyblue;
}

.rcc_top span {
    color: #999;
    padding-left: 20px;
}

.rcc_top1 ul li {
    list-style: none;
}

.card-area {
    margin: 82px auto 60px;
    height: 615px;
    width: 100%;
    position: relative;
}

.card-area .card-item {
    z-index: 4;
    transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
    position: relative;
    float: left;
    width: 28%;
    height: 505px;
    background: #fff;
}

.card-area .card-item + .card-item {
    margin-left: -1px
}

.card-area .card-item .card {
    transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
    width: 100%;
    height: 100%;
    text-align: center;
    /*background:#f6f6f6;*/
    /*border:solid 1px #ddd;*/
    /*-webkit-box-shadow: 0 10px 10px #ddd;*/
    /*-moz-box-shadow: 0 10px 10px #ddd ;*/
    /*box-shadow: 0 10px 10px #ddd;*/
}

.card-area .card-item .card .card-content {
    width: 100%;
    line-height: 2;
    font-size: 14px;
}

.card-area .card-item .card .card-content.content-first {
    transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.card-area .card-item .card .card-content.content-second {
    transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    line-height: 2
}

.card-area .card-item .card .card-content, .card-area .card-item .card .card-title {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}

.card-area .card-item .card .card-title {
    background: #007bff;
    padding-top: 1px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
    height: 125px;
    line-height: 26px;
    font-size: 14px;
    top: 0;
    border: 1px solid #229bc0;

}

.card-area .card-item .card .card-title .content {
    position: absolute;
    width: 100%;
    text-align: center;
}

.card-area .card-item .card .card-title .content img {
    margin-bottom: 10px;
    margin-top: 10px;
}

.card-area .card-item .card .card-title .content span {
    color: #9ed8f5;
    line-height: 40px;
}

.card-area .card-item .card .card-title h1 {
    font-size: 22px;
    color: #d9efff;
    margin-bottom: 0;
}

.card-area .card-item .card .card-title .short-info {
    color: #8dbbdc;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px
}

.card-area .card-item .card .card-title .short-info, .card-area .card-item .card .card-title .zq-product-img img, .card-area .card-item .card .card-title h1 {
    transition: all .15s cubic-bezier(.4, 0, .2, 1) 0s;
    color: #fff;
    margin: 0;
}

.card-area .card-item .card .main-info ul li {
    width: 100%;
    height: 125px;
    border-bottom: 1px solid #cecece;
}

.card-area .card-item .card .main-info ul li:last-child {
    border-bottom: 0;
}

.card-area .card-item .card .main-info ul li .left {
    width: 50%;
    height: 100%;
    float: left;
    padding-left: 25px;
}

.card-area .card-item .card .main-info ul li .left p.tit {
    color: #000;
    margin-top: 25px;
}

.card-area .card-item .card .main-info ul li .right {
    width: 30%;
    height: 100%;
    float: right;
}

.card-area .card-item .card .main-info ul li .right button {
    padding: 5px 15px;
    background: none;
    border: 1px solid #000;
    color: #000;
    margin-top: 30px;
}

.card-area .card-item .card .card-content {
    height: auto;
    position: absolute;
    top: 125px
}

.card-area .card-item .card .card-content.content-first .content-first-list {
    width: 100%;
    max-width: 250px;
    font-size: 16px;
    color: #373d41;
    margin-top: 47px;
    margin-bottom: 47px
}

.card-area .card-item .card .card-content.content-first .content-first-list li {
    margin-bottom: 30px
}

.card-area .card-item .card .card-content.content-second {
    width: 90%;
    left: 25px;
    font-size: 14px;
    color: #a9b0b4;
    text-align: left;
    padding-top: 0px
}

.card-area .card-item .card .card-content.content-second .main-head {
    color: #3db1ea;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px
}

.card-area .card-item .card .card-content.content-second p {
    margin: 5px 0
}

.card-area .card-item .card .card-content.content-second .main-tip {
    color: #232933
}

.card-area .card-item .card .card-content.content-second .main-desc {
    color: #8c8c8c;
    font-size: 12px;
    line-height: 22px
}

.card-area .card-item .card .card-content.content-second .main-btn {
    cursor: pointer;
    width: 160px;
    height: 38px;
    font-size: 16px !important;
    color: #fff;
    margin-top: 22px;
    margin-bottom: 33px;
    border-radius: 19px;
    background: #3db1ea;
    border: none;
    transition: color .3s ease-in-out, background .3s ease-in-out
}

.card-area .card-item .card .card-content.content-second .main-btn:hover {
    color: #fff;
    background: #1b77b9
}

.card-area .card-item .card .card-content.content-second .main-white-btn {
    cursor: pointer;
    width: 160px;
    height: 36px;
    border: 1px solid #3db1ea;
    font-size: 16px !important;
    color: #3db1ea;
    margin-top: 22px;
    margin-bottom: 33px;
    border-radius: 19px;
    background: #fff;
    transition: color .3s ease-in-out, background .3s ease-in-out
}

.card-area .card-item .card .card-content.content-second .main-white-btn:hover {
    color: #fff;
    background: #3db1ea
}

.card-area .card-item.active {
    z-index: 6;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    width: 44%;
    height: 534px
}

.card-area .card-item.active .card .card-title {
    background-color: deepskyblue;
    top: -20px;
    border: none;
}

.card-area .card-item.active .card .card-title .content {
    border-bottom: 0;
}

.card-area .card-item.active .card .card-title .short-info {
    color: #9ed8f5
}

.card-area .card-item.active .card .card-title h1 {
    color: #fff;
    height: 100%;
}

.card-area .card-item.active .card .card-content.content-first {
    transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}

.card-area .card-item.active .card .card-content.content-second {
    transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.main-info h5 {
    color: #666;
    font-size: 16px;
}

.main-info span {
    font-size: 12px;
    display: block;
    line-height: 22px;
}

