

/* floor1 */
.successful-case{
    height: 3.52rem;
	box-shadow: 0px 0px 3px 2px rgba(201, 201, 201, 0.5);
	border-radius: 3px
}
.know-more{
    width: 7.5rem;
	height: 2rem;
	background-color: #3571b9;
    border-radius: 3px;
    display: block;
}
.know-more i{
    width: .88rem;
    height: .15rem;
    display: block;
    background: url(../../image/006_arrow.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
/* floor2 */
.floor2{
    background: url(../../image/007_bg.jpg) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}

.floor2-body-item{
    /* width: 8.25rem; */
    width: 48%;
	height: 12rem;
    background-color: #ffffff;
    border-radius: 3px;
    font-size: 38px;
    align-items: center;
    text-align: justify;
}
.floor2-body-item i{
    margin-top: .5rem;
    display: block;
    width: 3rem;
    height: 3rem;
}
.floor2-body-item:nth-child(1) i{
    background: url(../../image/008_ico_01.png) center no-repeat;
     -o-background-size: cover;
       background-size: cover;
}
.floor2-body-item:nth-child(2) i{
    background: url(../../image/009_ico_02.png) center no-repeat;
     -o-background-size: cover;
       background-size: cover;
}
.floor2-body-item:nth-child(3) i{
    background: url(../../image/010_ico_03.png) center no-repeat;
     -o-background-size: cover;
       background-size: cover;
}
.floor2-body-item:nth-child(4) i{
    background: url(../../image/011_ico_04.png) center no-repeat;
     -o-background-size: cover;
       background-size: cover;
}
/* floor3 */
.floor3-body li{
    width: 48%;
}
.floor3-img{
    width: 100%;
    /* height: 7rem; */
    border-radius: 3px;
    display: block;
}

/* floor4 */
.floor4{
    background: url(../../image/018_banner.jpg) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
/* floor5 */
.floor5-tab-item{
    width: 32%;
	height: 2rem;
	border-radius: 3px;
    border: solid 1px #3571b9;
    text-align: center;
    line-height: 2rem;
}
.floor5-tab-item.active{
    background-color: #3571b9;
    color: #fff;
}
/*.floor5-content{*/
/*    min-height: 21.9rem;*/
/*}*/
/* floor6 */
.floor6{
    /* height: 11.63rem; */
    background: url(../../image/020_bg.jpg) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
/* floor7 */
.video-container{
    height: 7.5rem;
    background-color: #000;
}
.play-btn{
    width: 3.5rem;
    height: 3.5rem;
    top: 50%;
    margin-top: -1.75rem;
    left: 50%;
    margin-left: -1.75rem;
    background: url(../../image/022_play.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
.news-item{
    width: 48%;
}
.floor7-img{
	border-radius: 3px;
}
@media screen and (min-width:1536px){
    .floor3-body li{
        width: 32%;
    }
    .news-item{
        width: 23%;
    }

    

}

