﻿/* 服务流程 ServiceFlow */

.concept .section-con {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    /*font-family: KaiTi;*/
    margin-bottom: 15px;
}
.mode .means {
    width: 800px;
    height: 200px;
    margin: 30px auto;
}
.mode .means a {
    display: inline-block;
    width: 25%;
    height: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
    float: left;
}
.mode .means a span{
    display: block;
}
.mode .means .means-title {
    display: block;
    height: 140px;
    padding-top: 80px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}
.mode .means .means-text {
    display: block;
    color: red;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}
.mode .means .means-word {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    padding-top: 140px;
}
.mode .means a.tel,
.mode .means a.tel:hover {
    background: url('/content/img/icon/icon-flow-tel.png') no-repeat center 20px;
    border-right-width: 0;
    cursor: default;
    color: #000;
}
.mode .means a.weChat,
.mode .means a.weChat:hover {
    background: url('/img/weChat.png') no-repeat center 15px;
    border-right-width: 0;
    cursor: default;
    color: #000;
}
.mode .means a.qRCode,
.mode .means a.qRCode:hover {
    background: url('/img/qRCode.png') no-repeat center 8px;
    border-right-width: 0;
    cursor: default;
    color: #000;
}
.mode .means a.qq {
    background: url('/content/img/icon/icon-flow-qq.png') no-repeat center 20px;
}

.mode .flow li {
    width: 100%;
    height: 232px;
    background: url('/content/img/icon/icon-flow-bg-0.png') no-repeat center center;
    background-size: cover;
    padding-left: 100px;
    padding-right: 0;
}
.mode .flow li.even {
    background: url('/content/img/icon/icon-flow-bg-1.png') no-repeat center center;
    background-size: cover;
    padding-left: 0;
    padding-right: 100px;
    margin-bottom: 70px;
}
.mode .flow li div {
    width: 100%;
    height: 232px;
    line-height:232px;
    font-size: 22px;
    text-align: left;
    padding-left: 200px;
    padding-right: 0;
}
.mode .flow li.even div {
    text-align: right;
    padding-left: 0;
    padding-right: 200px;
}
.mode .flow li.child-1 div {
    background: url('/content/img/icon/icon-flow-bg-2.png') no-repeat left center;
}
.mode .flow li.child-2 div {
    background: url('/content/img/icon/icon-flow-bg-3.png') no-repeat right center;
}
.mode .flow li.child-3 div {
    background: url('/content/img/icon/icon-flow-bg-4.png') no-repeat left center;
}
.mode .flow li.child-4 div {
    background: url('/content/img/icon/icon-flow-bg-5.png') no-repeat right center;
}

.flow {
    margin: 50px 0;
}
.flow img {
    display: block;
    width: 800px;
    margin: 0 auto;
}

.fixed-qq {
    background: #4e94cf url(/content/img/icon/icon-qq.png) no-repeat 10px center;
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 996;
    width: 0; 
    height: 44px;
    line-height: 44px;
    padding-left: 44px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.fixed-qq:hover {
    width: 140px!important;
}
.fixed-qq a {
    color: #fff;
}

.time .time-text {
    width: 260px;
    height: 20px;
    line-height: 20px;
    margin: 10px auto;
    text-align: center;
    font-size: 20px;
    border-left: 5px solid #ed813c;
    /*font-family: KaiTi;*/
    font-weight: normal;
}

.icon-recommend {
    background: url('/content/img/icon/icon-recommend.png') no-repeat 100% 0;
    background-size: auto 35px;
}