.banner img{
    width: 100%;
    vertical-align: bottom;
}
.body{
    padding: 35px 0 20px 0;
}
.body-content{
    padding-top: 45px;
}
.body-content li.col-lg-6{
    margin-bottom: 45px;
}
.font-li{
    padding-top: 30px;
}
.body-list>li:nth-child(odd){
    padding-right: 30px;
}
.body-list>li:nth-child(even){
    padding-left: 30px;
}
.font-li-title{
    margin-bottom: 12px;
}
.font-li-title img{
    height: 28px;
    display: inline-block;
}
.font-li-title h2{
    font-size: 18px;
    color: #1e1e1e;
    font-weight: bold;
    display: inline-block;
    margin: 0 2px 0 4px;
}
.font-li-title i{
    display: inline-block;
    width: 78px;
    height: 7px;
    background-image: url("../images/yfsl.png");
    background-size: 100% 100%;
}
.font-li p{
    font-size: 14px;
    line-height: 24px;
    color: #1e1e1e;
}
.img-li img{
    width: 100%;
}
.hd{
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 999;
    width: 100%;
}
.hd ul{
    text-align: center;
}
.hd li{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 100%;
    background-color: rgba(255,255,255,.5);
    cursor: pointer;
}
.hd li.on{
    background-color: #FFFFFF;
}
.visible-mobile{
    display:none;
}
@media screen and (max-width: 1200px) {
    .banner{position: relative;overflow:hidden;}
    .banner img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
    .font-li p{
        font-size: 16px;
    }
}
@media screen and (max-width:767px){
    .body{
        padding: 30px 0;
    }
    .body-content{
        padding-top: 30px;
    }
    .font-li{
        padding-top: 0;
    }
    .body-list>li:nth-child(odd) {
        padding-right: 0;
    }
    .body-list>li:nth-child(even) {
        padding-left: 0;
    }

    .visible-mobile{
    display:block;
}
    .visible-pc{
        display:none;
    }
}