.solution-title {
    width: 100%;
    height: 500px;
    box-sizing: 100% 100%;
    background-repeat: no-repeat;
    min-width: 1200px;
}
.serve-title{
    border-bottom: 3px solid #E5E5E5;
    line-height: 116px;
    color:#257FD1;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.product-title>li{
    text-align: center;
    background-color: #257FD1;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.product-title>li>a{
    display: inline-block;
    padding: 13px 33px;
}
.product-title{
    padding: 0 35px 21px 35px;
   
}
.product-title>li>a{
    color: #fff;
}
.serve-active{
    background-color: #00B7EE !important;
}
.serve-right{
    width: 900px;
    background-color: #fff;
    padding:70px 90px
}
.serve-right>p{
    padding-bottom: 20px;
}
.serve-right>img{
    width: 100%;
}
