/*招商加盟板块标题*/
.step-title {
    padding:2% 0;
}

.step-title h3 {
    position: relative;
    font-size: 48px;
    color: #dcdddd;
    font-family: 'Futura-Medium';
    text-transform: uppercase;
}
.step-title h3 span{
    padding:0 10px 0 0;
    font-size: 56px;
}
.step-title h4 {
    font-size: 36px;
    color: #000;
    line-height: 1.8;
    font-weight: bold;
    margin:0px 0 20px 0;
}
.step-title p {
    max-width: 880px;
    margin:0 auto;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    opacity:0.8;
}
@media screen and (max-width:1024px) {
.step-title {
    padding:8% 0;
}
.step-title h3 {
    font-size: 20px;
}
.step-title h3 span{
    padding:0 5px 0 0;
    font-size: 24px;
}
.step-title h4 {
    font-size: 20px;
    line-height: 1.8;
}
.step-title p {
    font-size: 14px;
}
}
/*招商加盟板块标题*/


.step {}
.step .step-photo {
    margin:30px 0 30px 0;
    text-align: center;
}
.step .step-photo img{
    max-width: 100%;
}
