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

.service-title h3 {
    position: relative;
    font-size: 48px;
    color: #dcdddd;
    font-family: 'Futura-Medium';
    text-transform: uppercase;
}
.service-title h3 span{
    padding:0 10px 0 0;
    font-size: 56px;
}
.service-title h4 {
    font-size: 36px;
    color: #000;
    line-height: 1.8;
    font-weight: bold;
    margin:0px 0 20px 0;
}
.service-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) {
.service-title {
    padding:8% 0;
}
.service-title h3 {
    font-size: 20px;
}
.service-title h3 span{
    padding:0 5px 0 0;
    font-size: 24px;
}
.service-title h4 {
    font-size: 20px;
    line-height: 1.8;
}
.service-title p {
    font-size: 14px;
}
}
/*招商加盟板块标题*/


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



.free-service {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 2%
}

.free-service-item {
    width: 32%;
    height: 235px;
    background: #f4f4f4;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.free-service-item img {
    display: block;
    width: 70px;
    height: 70px
}

.free-service-item p {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-top: 26px;
    margin-bottom: 0
}

.free-service-item span {
    font-size: 30px;
    color: #d8bd78;
    letter-spacing: 0;
    font-family: 'Montserrat-Bold';
}
@media screen and (max-width:1024px) {
.free-service-item {
    width: 100%;
    height: 235px;
    background: #f4f4f4;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.free-service-item img {
    display: block;
    width: 40px;
    height: 40px
}
.free-service-item p {
    font-size: 18px;
}
}

.standard-service {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2%;
    margin-bottom: 130px
}

.standard-service-item {
    width: 49%;
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 40px 20px 120px 55px;
    background-size: 170px;
    background-position: 92% 90%;
    background-repeat: no-repeat
}

.standard-service-item:last-child {
    background-size: 170px 140px;
    background-position: 92% 90%
}

.standard-service-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    margin-top: 0
}

.standard-service-require {
    font-size: 18px;
    font-weight: 400;
    color: #777;
    line-height: 40px;
    flex: 1
}

.standard-service-require li {
    list-style-type: decimal;
    list-style-position: inside
}
@media screen and (max-width:1024px) {
.standard-service-item {
    width: 100%;
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 40px 20px 120px 55px;
    background-size: 170px;
    background-position: 92% 90%;
    background-repeat: no-repeat
}
.standard-service-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    margin-top: 0
}

.standard-service-require {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 40px;
    flex: 1
}
}