.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;
    font-family: "宋体";
}
.solution-title{
    text-align: center;
    overflow: hidden;
    margin-top: 40px;
}
.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: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("../images/solution_fresh_banner.jpg");
}
.solution-banner-box{
    position: relative;
    height: 100%;
}
.solution-summary{
    margin-top: 34px;
    border: 1px solid #cfcfcf;
    overflow: hidden;
}
.solution-summary-l{
    float: left;
    width: 513px;
    padding: 0 50px;
    padding-top: 50px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    box-sizing: border-box;
}
.solution-summary-l p{
    text-indent: 2em;
}
.solution-summary-l ul{
    padding-left: 2em;
    margin: 20px 0;
    color: #4b818c;
}
.solution-summary-l ul li{
    list-style: disc;
}
.solution-summary-r{
    float: right;
    width: 684px;
    box-sizing: border-box;
}
.solution-summary-r img{
   width: 100%;
   height: auto;
}
.solution-framework{
    height: 486px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("../images/solution_fresh_framework.jpg");
    margin-top: 40px;
}
.solution-spec{
    border-bottom: 14px solid #e8f3f5;
}
.solution-spec h2{
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    margin: 5px 0 90px 0
}
.solution-spe-box{
    padding-left: 156px;
    padding-right: 104px;
    padding-bottom: 40px;
    position: relative;
}
.solution-spe-box-l{
    float: left;
    width: 304px;
    box-sizing: border-box;
}
.solution-spe-box-m{
    float: left;
    width: 378px;
    box-sizing: border-box;
}
.solution-spe-box-r{
    float: right;
    width: 258px;
    box-sizing: border-box;
}
.solution-spe-box-l h3{
    font-size: 18px;
    margin-bottom: 28px;
}
.solution-spec-box-l-box{
    font-size: 16px;
    color: #333333;
    margin-bottom: 26px;
}
.solution-spec-box-l-box .solution-bg{
    width: 40px;
}
.solution-spec-box-r-box{
    display: block;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #ffffff !important;
    width: 132px;
    padding: 12px 0;
    cursor: pointer;
    background-color: #4b818c;
}
.solution-spe-box-m-box{
    margin-bottom: 30px;
}
.solution-spe-box-m-box span{
    color: #2b6a97;
    font-size: 26px;
    margin-right: 12px;
    font-family: "Impact";
}
.solution-spe-box-m-box h5{
   font-size: 18px;
   color: #333333;
   margin-bottom: 7px;
}
.solution-spe-box-m-box h6{
    font-size: 14px;
    color: #333333;
    opacity: 0.54;
 }
 .solution-spe-box-r-colorbox{
    width: 258px;
    overflow: hidden;
    position: absolute;
    right: 104px;;
    bottom: -14px;
    z-index: 10;
}
.solution-spe-box-r-colorbox-l{
    width: 25%;
    float: left;
    background-color: #e9edee;
    height: 14px;
}
.solution-spe-box-r-colorbox-m{
    width: 35%;
    float: left;
    background-color: #dbe4e7;
    height: 14px;
}
.solution-spe-box-r-colorbox-r{
    width: 40%;
    float: left;
    background-color: #cadde3;
    height: 14px;
}
.solution-customer{
    margin-top: 40px;
    padding: 0 154px;
    overflow: hidden;
    padding-bottom: 120px;
}
.solution-customer img{
    height: 100%;
    width: 100%;
}
.solution-customer-l{
    height: 519px;
    float: left;
    margin-bottom: 10px;
    width: 364px;
    position: relative;
}
.solution-customer-l:hover .solution-customer-box{
    opacity: 1;
}
.solution-customer-r:hover .solution-customer-box{
    opacity: 1;
}
.solution-customer-r{
    height: 254px;
    float: right;
    width: 254px;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
}
.solution-customer-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    color: #ffffff;
    left: 0;
    background-color: rgba(0, 0,0, 0.4);
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s; /* Opera */
}
.solution-customer-box-line{
    height: 100%;
    width: 1px;
}.solution-customer-box-txt{
    max-width: 80%;
}
.solution-customer-box-txt h5{
    font-size: 18px;
}
.solution-customer-box-txt p{
    font-size: 14px;
    margin-top: 15px;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.content img{
    width: 100%
}