.solution-bg{
    background-image: url("../images/solution/solution.png");
    background-repeat: no-repeat;
}
.inlineblock-middle{
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}

.content{
    font-family: "宋体";
}
.solution-title{
    text-align: center;
    overflow: hidden;
    margin-top: 90px;
    margin-bottom: 20px;
}
.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("../images/daily_1.jpg");
}
.solution-banner-box{
    position: relative;
    height: 100%;
}
.solution-banner-txt{
    position: absolute;
    bottom: 160px;
    color: #ffffff;
    left: 0;
}
.solution-banner-txt h1{
    font-size: 57px;
    font-style: italic;
}
.solution-banner-txt h2{
    font-size: 18px;
    margin-top: 40px;
    max-width: 522px;
    line-height: 32px;
    font-weight: normal;
}
.rhombus{
    background-color: #f4f7ff;
    transform: skew(-26deg);
    width:56px;
    height:56px;
    margin-left: -50px;
}
.solution-summary_title{
    margin-bottom: 10px;
}
.solution-summary{
    color: #666;
    background: url("../image/dailyBg.png") no-repeat bottom right;
}
.mb40{
    padding-bottom: 40px;
}
.solution-summary .sub_title{
    font-size: 20px;

}
.solution-summary .thumb{
    margin: 40px 0;
}
.solution-summary .thumb li>div{
    width:100%;
    padding-left: 13%;
    text-align: center;
    font-size: 18px;
}
.solution-summary .thumb li img{
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.solution-summary .thumb li p{

}
.solution-framework{
    background-color: #eef3ff;
    text-align: center;
    margin-top: 24px;
}
.solution-framework img{
    margin: 0 auto;
}
.solution-spec-wrap{
    background: url("../images/solution/dailyBg2.png") no-repeat top right;
    padding-top:90px;
}
.solution-spec-wrap .solution-title{
    margin-top: 0;
    margin-bottom: 44px;
}
.spec_content{
    background: url("../image/dailyBg3.png") no-repeat top left;
    padding:70px 0 55px;
}
.solution-spec{
    text-align: center;
}
.solution-spec h2{
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    padding-left: 15px;
    margin: 5px 0 20px ;
    background: url("../image/dailyIcon.png") no-repeat 0 -234px;
    display: inline-block;
}
.solution-spe-box-l {
    padding-left: 30px;
    text-align: left;
}
.solution-spe-box-m{
    padding-left: 5%;
}
.solution_know{
    font-size: 18px;
    margin-top: 22px;
    padding-left: 50px;
}
.solution_know a{
    font-size: 16px;
    box-shadow: 0 0 10px #d1dbff;
    padding: 5px 10px;
    margin:0  10px;
    color: #666;
    background-color: #fff;

}
.solution_know a:hover{
    background-color: #d1dbff; color: #fff;
}
.solution-spe-box-m-box{
    text-align: center;
    width:236px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;

}
.solution-spe-box-m-box:nth-child(2n){
    margin-right: 0;
}
.solution-spe-box-m-box.nth3{
    margin-left: -44px;
    margin-left: 0px\9
}
.solution-spe-box-m-box h5{
    font-size: 20px;
    margin: 10px 0;
}
.solution-spe-box-m-box h6{

}
.imgBox{
    overflow: hidden;
    transform: skew(-15deg);
    /*background: url("../images/solution/daily_6.jpg") no-repeat;*/
    /*background-size: 100%;*/
    width:236px;
    border: 1px solid #ddd;

}
.imgBox img{
    transform: skew(15deg) scale(1.2);
}
.solution-case{
    background:url("../image/daily_11.jpg") #7291c6 no-repeat bottom center;
    min-height:800px;
}
.solution-case .solution-title{
    padding: 60px 0;
    margin-top: 0;
}
.solution-case .solution-title h3{
    color: #e0e0e0;
}
.solution-case ul{
    overflow: hidden;
}
.solution-case li{
    width:470px;
    height:172px;
    float: left;
    margin-left: 80px;
    background-color:#3e506d;
    background-color:rgba(0,0,0,.47);
    color: #fff;
    margin-bottom: 40px;
}
.solution-case li img{
    width:172px;
    height:172px;
    float: left;
}
.solution-case li .solution-customer-box{
    width:298px;
    padding:0  20px;
    float: left;
}
.solution-case li .solution-customer-box h5{
    font-size: 16px;
    font-weight:bold;
    margin: 20px 0;
}
.solution-case li .solution-customer-box h5 a{
   color: #fff;
}
.solution-case li .solution-customer-box p {
    font-size: 14px;
}
.solution-case li .solution-customer-box p a{
    color: #fff;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

@media (max-width: 600px){
    .solution-case li{
        margin-left: 0;
    }
    .solution-spe-box-m-box,.solution-spe-box-m-box.nth3{
        margin-left: 30px;
    }
    .solution_know{
        margin-bottom: 20px;
    }
}


.content img{
    width: 100%
}