.slideBox {
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 100px;
    z-index: 1;
    margin-right: -51px;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width:30px;
    height:4px;
    line-height: 4px;
    text-align: center;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    border-radius: 4px;
}

.slideBox .hd ul li.on {
    background-color: #ffffff;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.slideBox li img {
    width: 100%;
    vertical-align: bottom;
}
.banner-frame{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    color: #FFFFFF;
    font-size: 18px;
}
.banner-frame img{
    vertical-align: middle;
}
.banner-frame span{
    margin-left: 20px;
    vertical-align: middle;
}
.body-classify{
    width: 100%;
    height: 50px;
    background-color: #0d9cec;
    overflow: hidden;
}
.body-classify ul{
    overflow: hidden;
}
.body-classify li{
    width: 250px;
    line-height: 50px;
    float: left;
    text-align: center;
}
.body-classify li a{
    font-size: 16px;
    color: #ffffff;
}
.body-classify li.on{
    background-color: #3fbafe;
}
.body{
    padding: 80px 0 180px 0;
}
.body ul{
    padding: 10px;
    overflow: hidden;
}
.body li{
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.body li a{
    display: block;
    width: 100%;
    padding: 15px;
    box-shadow: 0 0 4px #e2e2e2;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.body li a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.body li img{
    width: 100%;
	height: 196px;
}
.body li h2{
    margin-top: 10px;
    font-size: 21px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.body li .data{
    font-size: 13px;
    color: #666666;
    margin: 15px 0 10px 0;
}
.body li p{
    font-size: 13px;
    color: #666666;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media screen and (max-width: 1199px){
    .body-classify li{
        width: 50%;
    }
    .body{
        padding: 40px 0;
    }
    .body li{
        width: 100%;
    }
    .body li a{
        height: auto;
    }
}
