.banner{
    margin-top: 70px;
    position: relative;

}
.banner .neb_pc {
    display: block;
}
.banner  .neb_mo{
    display: none;
}
.banner .boximg img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.banner .text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); 
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.banner .text h1{
    padding-bottom: 14px;
    font-weight: bold;
}
.banner .text .desc {
    font-size: 20px;
    font-weight: 100;
}
.containter_bg{
    background:#F9F9F9;
    padding-bottom: 50px;
}
.typename h2{
    margin-top: 10px;
    margin-bottom: 20px;
}
.typename p {
    color: #999;
    padding-bottom: 20px;
}
.list_solution{
    display: flex;
    flex-wrap: wrap;
}
.list_solution li{
    position: relative;
    width: 30%;
    height: 260px;
    margin-right:5%;
    margin-bottom: 30px;
    float: left;
    border-radius: 4px;
    box-sizing: border-box;
    background:#fff;
    box-shadow: 0px 2px 10px 2px #e4eaf3;
}
.list_solution li:nth-child(3n){
    margin-right:0; 
}
.list_solution li dl{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding:30px 30px 0 30px;
}
.list_solution li dt img {
    width: 54px;
    height: 54px;
}
.list_solution li dd{
    padding-left: 20px;
}
.list_solution li dd b{
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}
.list_solution li dd i{
    font-style: normal;
    color: #768189;
}
.list_solution li p{
    padding:0 30px 0 30px;
    margin-top:20px;
    line-height: 200%;
    transition:margin-top .3s;
    color: #55646F;
}
.list_solution li a{
    position: absolute;
    bottom: 0;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    border-radius:0 0 4px 4px;
    background: none;
    transition: all .3s;  
}
.list_solution li:hover p{
    margin-top:10px;
}
.list_solution li:hover a{
    background: linear-gradient(90deg, #006AFE 8.7%, #4690FC 100%);
}
.customize_dec {
    padding: 30px;
    box-sizing:border-box;
    border-radius: 4px;
}
.customize_dec h3{
    margin-bottom: 20px;
    font-weight: 600;
}
.customize_dec p {
    line-height: 200%;
}
/*解决方案内容页*/
.h_solution01,.h_solution02{
    padding: 40px 0;
}
.h_solution01 ul{
    display: flex;
    flex-wrap: wrap;
}
.h_solution01 ul li{
    width: 22.75%;
    padding: 25px;
    margin-right: 3%;
    background: linear-gradient(90deg, #006AFE 8.7%, #4690FC 100%);
    border-radius: 4px;
    color: #ffffff;
    line-height: 180%;
    margin-top:3%;
}
.h_solution01 ul li:nth-child(4n){
    margin-right: 0;
}
@media (min-width: 768px){
.h_solution02 .content {
    display: flex;
    align-items: flex-start;
}
}
.h_solution02 .boximg img{
    width: 100%;
}
.h_solution02 .h_left{
    width: 52%;
    line-height: 200%;
}
.h_solution02 .h_left .title{
    font-weight: 550;
    font-size: 20px;
    color: #414141;
    margin-top: 15px;
    margin-bottom: 15px;
}
.h_solution02 .h_left .desc{
    margin-top: 15px;
    margin-bottom: 15px;
}
.h_solution02 .h_right{
    width: 52%;
}
/*平板*/
@media (max-width: 1024px){
.banner{
    margin-top: 60px;
    position: relative;
}
.h_solution01 ul li{
    width: 48.5%;
    padding: 25px;
    margin-right: 3%;
}
.h_solution01 ul li:nth-child(2n){
    margin-right: 0;
}
.h_solution02 .h_left,.h_solution02 .h_right{
    width: 100%;
}
}
/*手机*/
@media (max-width: 768px){
.banner .neb_pc {
    display: none;
}
.banner  .neb_mo{
    display: block;
}
.banner .text h1{
    font-size: 22px;
}
.banner .text .desc{
    font-size: 14px;
}
.list_solution li{
        width: 100%;
        margin-right: 0;
}


}