.solutions_title{
    text-align: center;
}
.solutions_title img{
    width: 26%;
    margin: 85px auto 180px auto;
}
.solutions_banner_img{
    width: 100%;
}
.solutions_banner{
    position: relative;
 
}
.solutions_banner_ul{
    width: 100%;
    z-index: 99;
    top:-80px;
    position:absolute;
}
.solutions_banner_ul ul{
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
}
.solutions_banner_ul li{
    float: left;
    margin: 0 0.5%;
    width: 11.5%;
    height: 170px;
    background: url(/skin/images/solutions_icon_bg.png) repeat;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.solutions_banner_ul li.current{
    background: url(/skin/images/solutions_icon_bg_cur.png) repeat;
}
.solutions_banner_ul li img{
    width: 20%;
    margin: 30px auto 35px auto;
}
.solutions_banner_ul li .en{
    font-size: 11px;
}
.solutions_banner_ul .line{
    display: block;
    width: 120px;
    height: 8px;
    background: #fff;
    margin: 220px auto 20px auto;
}
.solutions_banner_ul .text{
    width: 600px;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
    color: #fff;
}
.service_process_title{
    text-align: center;
}
.service_process_title img{
    width: 14%;
    margin: 60px auto 40px auto;
}
.service_process{
    background: #2e61c1;
    overflow: hidden;
}
.service_process ul{
    margin: 0 auto;
    width: 1200px;
}
.service_process ul li{
    float: left;
    width: 32%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 40px 0;
    line-height: 32px;
    color: #fff;
}
.service_process ul li .title{
    font-size: 18px;
    padding-left: 40px;
}
.service_process ul li .title span{
    display: inline-block;
    border-bottom: 4px solid #fff;
    padding: 5px 0;
}
.service_process ul li .text{
    padding: 10px 0 0 40px;
}
.service_process ul li.one{
    background: url(/skin/images/service_process_one.jpg) no-repeat center center;
}
.service_process ul li.two{
    background: url(/skin/images/service_process_two.jpg) no-repeat center center;
}
.service_process ul li.three{
    background: url(/skin/images/service_process_three.jpg) no-repeat center center;
    border-right: 1px solid #fff;
}
.service_process ul li.four{
    background: url(/skin/images/service_process_four.jpg) no-repeat center center;
    border-bottom: none;
}
.service_process ul li.five{
    background: url(/skin/images/service_process_five.jpg) no-repeat center center;
    border-bottom: none;
}
.service_process ul li.six{
    background: url(/skin/images/service_process_six.jpg) no-repeat center center;
    border-right: 1px solid #fff;
    border-bottom: none;
}
@media (max-width: 720px){
    .solutions_title img {
        width: 10rem;
        margin: 1rem auto;
    }
    .solutions_banner_ul{
        position:initial;
        top:0;
        margin-top: -210px;
    }
    .solutions_banner_ul li{
        width: 49%;
        margin-bottom: 0.2rem;
    }
    .service_process_title img {
        width: 10rem;
        margin: 2rem auto 1rem auto;
    }
    .service_process ul {
        width: auto;
    }
    .service_process ul li{
        width: 100%;
        border-left: none;
    }
    .service_process ul li.four, .service_process ul li.five{
        border-bottom: 1px solid #fff;
    }
}