.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{
    padding: 80px 0 120px 0;
}
.body-fl{
    float: left;
    width: 682px;
}
.body-fl li{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.body-title{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.body-title a{
    display: block;
    width: 100%;
    height: 100%;
}
li:hover .body-title{
    color: #3fbafe;
}
.body-font{
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}
.body-fr{
    width: 180px;
    float: right;
}
.body-fr-title{
    font-size: 20px;
    color: #333333;
    padding-bottom: 30px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
}
.body-fr-list{
    font-size: 12px;
}
.body-fr-list a{
    display: block;
    color: #666666;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
}
.body-fr-list i{
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 6px;
    background-size: 100% 100%;
    background-image: url("../images/rt.png");
}
.body-fr-list a:hover i{
    background-image: url("../images/rt2.png");
}
.body-fr-list a:hover{
    color: #0d9cec;
}
@media screen and (max-width: 1199px){
    .body{
        padding: 40px 0;
    }
    .body-fr{
        width: 100%;
        padding: 0 20px;
    }
    .body-fl{
        width: 100%;
        padding: 0 20px;
    }
    .body-fr-list{
        font-size: 16px;
    }
}
