@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

.about-title{
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #17a0fc;
    margin-bottom: 10px;
}
b.orange{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #f4971f;
    
}
.about-editor{
    color: #333;
    line-height: 2;
    font-size: 17px;
}
ul.blue-list{
    padding: 0;
    list-style: none;
}
ul.blue-list li{
    position: relative;
    font-size: 18px;
    color: #333;
    padding: 5px 0;
    display: inline-block;
    border-radius: 20px;
    border: solid 10px #17a0fc;
    background: #fff;
    height: 250px;
    width: calc(20% - 8px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    margin: 0 0px 10px;
    padding-top: 30px;
    position: relative;
}
ul.blue-list li:before{
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#17a0fc) , to(#17fcd9));
    background: linear-gradient(to bottom, #17a0fc , #17fcd9);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    
}
ul.blue-list li span{
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #17a0fc;
    line-height:30px;
}
/*service-editor*/
.service-editor{
    line-height: 1.9;
    color: #555;
}
b.service-til{
    font-size: 25px;
    font-weight: bold;
    color: #255ca7;
    display: block;
    margin-bottom: 10px;
     
}
b.service-til i{
    margin-right: 11px;
    color: #255ca7;
}
ul.ser-ulist{
    list-style: none;
}
ul.ser-ulist li{
    padding: 10px 0;
    font-size: 18px;
    color: #17a0fc;
    font-weight: bold;
}
ul.ser-process{
    list-style: none;
    display: block;
}

ul.ser-process li{
    display: block;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    padding-left: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#17a0fc) , to(#17fcd9));
    background: linear-gradient(to right, #17a0fc , #17fcd9);
    position: relative;
    z-index: 5;
}
ul.ser-process li:before{
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 4px);
    height:  calc(100% - 4px);
    z-index: -1;
}
ul.ser-process li span{
    display: block;
    margin-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-weight: bold;
    border-right:solid 1px #8b8b8b;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.join-box{
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 20px;
}
.join-box em.strong{
    display: block;
    font-size: 40px;
    color: #17a0fc;
    font-style: normal;
    font-weight: bold;
}
.ab-pic img{
    display: block;
    width:100%;
    height: auto;
    margin: 0 auto;
    max-width: 630px;
}
@media screen and (max-width:1200px){
    ul.blue-list li{
        width: 32%;
    }
}
@media screen and (max-width:700px){
    ul.blue-list li{
        width: 48%;
        margin: 0 auto 10px;
    }
}
@media screen and (max-width:400px){
    ul.blue-list li{
        width: 100%;
        margin: 0 auto10px;
    }
}
