.body-content{
    overflow: hidden;
}
.body-fl {
    border: 1px solid #64c4ef;
}
.body-fl li{
    width: 260px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: relative;
}
.body-fl li.on{
    color: #FFFFFF;
    background:#64c4ef; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(left, #55c2ea,#54b9e5, #4d80c2);
    background:-webkit-linear-gradient(left, #55c2ea,#54b9e5, #4d80c2);
    background:-o-linear-gradient(left, #55c2ea,#54b9e5, #4d80c2);
}
.body-fl li.on i{
    display: none;
}
.body-fl li.on span{
    color: #FFFFFF;
}
.body-fl li.on a{
    border: none;
}
.body-fl li:nth-child(1) a {
    border:none;
}
.body-fl li i{
    width: 5px;
    height: 5px;
    background-color: #4d80c2;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: 40px;
}
.body-fl li span{
    color: #000000;
    font-size: 17px;
}
.body-fl li.on img{
    display: none;
}
.body-fl li img{
    position: absolute;
    right: 0;
    top:18px;
}
.body-fl a {
    border-top: 1px dashed #64c4ef;
    width: 70%;
    display: inline-block;
}
.body-fr{
    width: 900px;
    min-height: 900px;
    display: none;
}
.body-fr-title {
    text-align: center;
    color: #4d80c2;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
}
.path{
    color: #999999;
    font-size: 18px;
    margin: 35px 0 35px 260px;
}
.little_title{
    font-size: 20px;
    color: #00a1e9;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 25px;
}
.body-img{
    text-align: center;
    width: 100%;
}
.body-p{
    color: #808080;
    font-size: 16px;
    margin-top: 25px;
}
.body-fr-title {
    text-align: center;
    color: #4d80c2;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
}
.path{
    color: #999999;
    font-size: 16px;
    margin: 35px 0 35px 260px;
}
.body-fr-list li{
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    width: 880px;
    height: 180px;
    position: relative;
    margin-bottom: 35px;
}
.body-fr-list li a{
    display: block;
    overflow: hidden;
}
.body-fr-list-fl{
    width: 140px;
    text-align: center;
    padding-top: 25px;
}
.body-fr-list-fl p{
    font-size: 48px;
    color: #00a1e9;
}
.body-fr-list-fl span{
    color: #00a1e9;
    font-size: 14px;
}
.body-fr-list-fr{
    width: 720px;
}
.body-title{
    color: #00a1e9;
    font-size: 20px;
    margin: 20px 0;
}
.body-fr-list-fr p{
    width: 600px;
    font-size: 16px;
    color: #808080;
}
.more{
    font-size: 14px;
    color: #00a1e9;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.data {
    position: absolute;
    font-size: 14px;
    color: #00a1e9;
    bottom: 20px;
}
.body-fr-list li:hover{
    border: 1px solid #00a1e9;
}