body {
    background-color: #f3f3f3;
}

.footer {
    position: relative;
    z-index: 99;
}

.main-content {
    width: 1200px;
    text-align: center;
    padding: 0 100px 0 170px;
    margin: 0 auto;

}

.step-area {
    width: 120px;
    height: 320px;
    position: fixed;
    margin-left: -150px;
    padding: 10px 5px 0 15px;
    font-size: 14px;
    line-height: 1;
    color: #5a5a5a;
    z-index: 10;
}

.area{
    display: block;
}

.step-area .line {
    border-right: solid 1px #5a5a5a;
    height: 60px;
    margin: 0.2em 0.5em;
}

.step-area .step {
    cursor: pointer;
    height: 1em;
}

.step-area .step .txt {
    float: left;

}

.step-area .step .dot {
    display: inline-block;
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background-color: #5a5a5a;
    border: solid #f3f3f3 0.2em;
    float: right;

}

.step-area .step.on {
    color: #0278e4;

}

.step-area .step.on .dot {
    border-color: #0278e4;
    background-color: #f3f3f3;
}

.area {
    background-color: white;
    margin: 20px 0 40px;
}

.step-area .step .txt, .step-area .step .dot, .step-area .step.on .txt, .step-area .step.on .dot {

    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -ms-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;

}

/*加盟要求*/
.yaoqiu{
    padding: 30px 20px;
}
.yaoqiu .content{
    font-size: 16px;
    line-height: 36px;
    color: #555555;
    text-align: left;
    margin-top: 40px;
}
.yaoqiu .content strong{
    font-size: 20px;
    color: #333;
}

/*配置*/
.peizhi{
    padding: 30px 20px;
}
.peizhi .content{
    margin-top: 40px;
}

.peizhi .tag-btn-group{
    overflow: hidden;
    padding: 0 65px 5px;

}
.peizhi .tag-btn-group .tag-btn{
    border: solid 1px #1682fc;
    color: #1682fc;
    font-size: 16px;
    line-height: 1;
    padding: 0.5em 1em;
    float: left;
    margin-right: 5px;
    background-color: transparent;
    cursor: pointer;
}
.peizhi .tag-btn-group .tag-btn.on{
    background-color: #1682fc;
    color: white;
}
.peizhi .tag-image-group{
    margin-top: 30px;
}
.peizhi .tag-image-group img{
    max-width: 100%;
    display: none;
    margin: 0 auto;
}
.peizhi .tag-image-group img.on{
    display: block;
}

.peizhi .tag-btn-group .tag-btn, .peizhi .tag-btn-group .tag-btn.on{
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -ms-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}

/*支撑*/
.zhicheng {
    padding: 40px 80px 250px;
}

.zhicheng .content{
    margin-top: 40px;
}
.zhicheng .content li{
    clear: both;
}

.zhicheng .content .t{
    width: 80px;
    font-size: 24px;
    line-height: 48px;
    color: #676767;
    float: left;
    font-weight: bold;
    text-align: right;
}

.zhicheng .content .c{
    width: 690px;
    font-size: 18px;
    line-height: 48px;
    color: #676767;
    float: left;
    padding-left: 20px;
    padding-bottom: 30px;
    text-align: left;
}

/* 合作伙伴 */

.huoban{
    padding: 30px 40px;
}

.huoban .content li{
    padding-top: 40px;
    height: 225px;
}

.huoban .content li .left{
    width: 270px;
    height: 185px;
    background: no-repeat center;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);  /* IE8不支持backgroud-size*/
    float: left;
}
.huoban .content li .right{
    float: left;
    width: 580px;
    height: 100%;
    padding: 30px;
    text-align: left;
    color: #676767;
}

.huoban .content li .right .t{
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
}
.huoban .content li .right .c{
    font-size: 18px;
    line-height: 28px;

}