.news_banner{
    width: 100%;
    height: 300px;
    background: url('../img/serviceone/solution/banner_1366.png') no-repeat;
    background-size: 100% 100%;
}
.news_banner .banner_bg{
    height: 100%;
    background:rgba(0,0,0,0.5);
    position: relative
}
.banner_bg .banner-cont{
    position: absolute;
    left: 235px;
    top: 95px;
}
.banner-cont h3{
    font-size:44px;
    font-weight:300;
    color: #fff;
    letter-spacing: 5px;
}
.banner-cont span{
    display:block;
    width: 208px;
    height: 1px;
    background: #fff;
    margin: 11px 0;
}
.banner-cont p{
    font-size:34px;
    color: #fff;
    font-weight:300;
    letter-spacing: 3px;
}


/* 内容 */
.solution_main_wrap{
    background: #EFF4F7;
    margin-bottom: 60px;
}
.solution_main_wrap h2{
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding:30px 0 0 0;
}
.solution_list{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto 0;
    padding-bottom: 40px;
    padding-top: 50px;
}
.solution_list .img{
    width: 320px;
    height: 250px;
}
.solution_list .img img{
    width: 100%;
    height: 100%;
}
.solution_list .cont{
    width: 55%;
    font-size: 14px;
    margin-top: 28px;
}
.solution_list .cont h4{
    font-size: 22px;
    color: #05A6F0;
    font-weight: 400;
}
.solution_list .cont i{
    display: block;
    width: 44px;
    height: 3px;
    background: #05A6F0;
}
.solution_list .cont_ul_wrap {
    color: #888888;
    display: flex;
    justify-content: space-between;
    margin-top: 17px
}
.solution_list .cont_ul{
    overflow: hidden;
}
.solution_list .cont_ul li{
    line-height: 30px;
}
.solution_list .cont_ul i{
    float: left;
    width: 5px;
    height: 5px;
    background: #555;
    border-radius: 100%;
    margin-top: 13px;
    margin-right: 6px;
}
.solution_list .cont_ul b{
    color: #555;
    font-weight: 600;
}

.solution_p{
    background: #EFF4F7;
    padding:104px 0 62px 0;
    text-align: center;
}
.solution_p h1{
    color: #555555;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: lighter;
}
.solution_p p{
    color: #7A9AA0;
    font-size: 12px;
    line-height: 25px;
}
.solution_p a{
    display:inline-block;
    width:120px;
    height:34px;
    line-height: 34px;
    background: #0072A6;
    color: #fff;
    text-align: center;
    margin: 40px auto 0;
    border-radius: 3px;
}
.solution_p a:hover{
    background:#00417e;
}

@media screen and (min-width: 1920px){
    .news_banner{
        height: 422px;
        background: url('../img/serviceone/solution/banner_1920.png') no-repeat;
        background-size: 100% 100%;
    }
    .banner_bg .banner-cont{
        top: 155px;
        left: 270px;
    }
    .banner-cont h3{
        font-size: 62px;
    }
    .banner-cont span{
        width: 255px;
    }
    .banner-cont p{
        font-size: 50px;
    }
}

@media screen and (min-width: 1750px) and (max-width: 1920px){
    .solution_list{
        width: 55%;
    }
}

@media screen and (min-width: 2560px){
    .news_banner{
        height: 563px;
        background: url('../img/serviceone/solution/banner_2560.png') no-repeat;
        background-size: 100% 100%;
    }
    .banner_bg .banner-cont{
        top: 195px;
        left: 355px;
    }
    .banner-cont h3{
        font-size: 85px;
    }
    .banner-cont span{
        width: 345px;
    }
    .banner-cont p{
        font-size: 66px;
    }
}

@media screen and (min-width: 1921px){
    .solution_list{
        width: 46%;
    }
}

.mobile_block{
    display: none;
}