.solution-bg{
    background-image: url("../image/solution.png");
    background-repeat: no-repeat;
}
.inlineblock-middle{
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
.header{
    background-color: rgba(0, 0,0, 0.5)
}
.content{
    min-width: 1200px;
}
.solution-title{
    text-align: center;
    overflow: hidden;
    margin-top: 90px;
}
.solution-title.active .solution-title-line{
    display: none;
}
.solution-title-line{
    border-bottom: 2px solid #e4edf7;
    position: relative;
    top: -10px;
    z-index: 0;
}
.solution-title h2{
    line-height: 36px;
    font-size: 36px;
    color: #000000;
    position: relative;
    z-index: 2;
}
.solution-title h3{
    position: relative;
    z-index: 1;
    font-size: 20px;
    margin-top: 18px;
    line-height: 24px;
    padding: 0 10px;
    background-color: #ffffff;
    box-shadow: 0 0 60px 40px #ffffff;
    color: #999999;
}
.solution-banner{
    height: 476px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("../image/solution_freezing_banner.jpg");
}
.solution-banner-box{
    position: relative;
    height: 100%;
}
.solution-banner-txt{
    position: absolute;
    bottom: 126px;
    color: #ffffff;
    left: 0;
}
.solution-banner-txt h1{
    font-size: 57px;
    font-style: italic;
}
.solution-banner-txt h2{
    font-size: 16px;
    margin-top: 20px;
    max-width: 522px;
    line-height: 30px;
}
.solution-summary{
    font-size: 16px;
    color: #333333;
    margin-top: 43px;
    border:1px solid #cfcfcf;
    padding: 45px 0;
    overflow: hidden;
}
.solution-summary-box{
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0 45px;
}
.solution-summary-box p{
    text-indent:2em;
}
.solution-summary-box-list{
    margin-bottom: 25px;
}
.solution-summary-box-list:last-of-type{
    margin-bottom: 0;
}
.solution-summary-box-list .solution-bg{
    width: 52px;
}
.solution-summary-colorbox{
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}
.solution-summary-colorbox-l{
    width: 25%;
    float: left;
    background-color: #b7d2e7;
    height: 19px;
}
.solution-summary-colorbox-m{
    width: 35%;
    float: left;
    background-color: #81b2d8;
    height: 19px;
}
.solution-summary-colorbox-r{
    width: 40%;
    float: left;
    background-color: #3282ba;
    height: 19px;
}
.solution-framework{
    margin-top: 40px;
    background-color: #e7f1fb;
    text-align: center;
}
.solution-spec{
    margin-top: 50px;
}
.solution-spec h2{
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}
.solution-spec-box{
    border:1px solid #cfcfcf;
    overflow: hidden;
}
.solution-spec-box-l{
    width: 405px;
    padding: 35px 0 0 99px;
    float: left;
    box-sizing: border-box;
}
.solution-spec-box-r{
    float: left;
    position: relative;
    width: 793px;
    box-sizing: border-box;
}
.solution-spec-box-r-box{
    position: absolute;
    display: block;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #ffffff !important;
    width: 132px;
    right: 35px;
    padding: 15px 0;
    cursor: pointer;
    background-color: #2b6a97;
    bottom: 28px;
}
.solution-spec-box-l h3{
    font-size: 18px;
    color: #2b6a97;
    margin-bottom: 19px;
    font-weight: bold;
}
.solution-spec-box-l-box{
    font-size: 16px;
    color: #333333;
    width: 200px;
    margin-bottom: 7px;
    padding: 10px 0;
    padding-left: 16px;
    border: 1px solid #dddddd;
}
.solution-spec-box-l-box .solution-bg{
    width: 40px;
}
.solution-spec-box-r img{
    width: 100%;
    height: auto;
}
.solution-step{
    background-color: #e1edfa;
    margin-top: 50px;
}
.solution-step ul{
    overflow: hidden;
    padding: 64px 0;
}
.solution-step ul li{
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #cbd3dc;
    box-sizing: border-box;
}
.solution-step ul li:last-of-type{
    border-right: none;
}
.solution-step ul li h2{
    color: #2b6a97;
    font-size: 30px;
    font-family: "Impact";
}
.solution-step ul li h3{
    color: #333333;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.solution-step ul li h4{
    color: #333333;
    font-size: 14px;
    opacity: 0.54;
}
.solution-customer{
    margin-top: 76px;
    padding-left: 66px;
    padding-bottom: 40px;
}
.solution-customer li{
    margin-bottom: 40px;
    float: left;
    box-sizing: border-box;
    width: 238px;
    height: 318px;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 3px 30px rgba(0,0,0,0.1);
    margin-right: 40px;
    position: relative;
    background-color: white;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}
.solution-customer li:hover{
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.solution-customer li img{
    height: 238px;
    width: 100%;
}
.solution-customer li h5{
    font-size: 18px;
    color: #333333;
    margin: 15px 0;
    margin-bottom: 10px;
    display:block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    padding-left: 16px;
    padding-right: 16px;
}
.solution-customer li p{
    font-size: 14px;
    color: #666666;
    display:block;
    padding-left: 16px;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    padding-right: 16px;
}
.w1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}
.content img{
    width: 100%
}