﻿
.contact-way{
    font-size: 14px;
    border-bottom: 1px solid #eee5e5;
    height: 50px;
    width: 100%;
    display: flex;
}
.contact-way span{
    font-size: 26px;
    line-height: 50px;

}
.contact-way label{
    color: #36353a;
    display: inline-block;
    max-width: 100%;
    margin-left: 10px;
    line-height: 50px;
    font-weight: bold;
}
.road{
    margin: 4px 0 4px 4px;
    font-size: 16px;
    padding-left: 1em;
}
.text-title{
    width: 12em;
    height: 2.5em;
    margin: 1em 0 1em 0;
    background-image: linear-gradient(to right,#ffffff 0%, #0e60bc 100%);
    border-radius: 50px 0 0 0;
}
.text-span{
    float: left;
    width: 12em;
    height: 2.5em;
    line-height: 2.5em;
    padding-left: 5em;
    color: #fff;
    letter-spacing: 2px;
}
@media screen and (max-device-width: 800px) and (min-device-width: 330px){
    .item_main{
        width: 100%;
        margin-top: 1em;
    }
    .process{
    }
    .process-item{
        width: 100%;
    }
    .progress_img1{
        width: 128px;
        height: 128px;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 128px;
        display: inline-block;
        /*border: 1px solid;*/

    }
    .progress_img2{
        margin-top: 16px;
        width: 100px;
        position: absolute;
        z-index: 10;
        margin-left: -54px;
    }
    .progress_span{
        font-size: 16px;
    }
    .process_describe{
        display: inline-block;
        max-width: 200px;
        font-size: 12px;
        border-bottom: 4px solid #3ab2dd;
    }
}
@media screen and (min-width: 1050px){
    .item_main{
        width: 90%;
        margin-left: 5%;
        margin-top: 1em;
    }
    .process{
    }
    .process-item{
        display: inline-block;
        width: 33%;
    }
    .progress_img1{
        width: 128px;
        height: 128px;
        background-repeat: no-repeat;
        text-align: center;
        line-height: 128px;
        display: inline-block;
        /*border: 1px solid;*/

    }
    .progress_img2{
        margin-top: 16px;
        width: 100px;
        position: absolute;
        z-index: 10;
        margin-left: -54px;
    }
    .progress_span{
        font-size: 16px;
    }
    .process_describe{
        display: inline-block;
        max-width: 200px;
        font-size: 12px;
        border-bottom: 4px solid #3ab2dd;
    }
}