﻿/*右侧悬浮导航*/
.r_float{
    width: 140px;
    height: auto;
    background:url("../image/right_floatBg.png") no-repeat center top;
    position:fixed;
    top:1%;
    right:0;
    padding:65px 10px 10px;
}
span.r_float_close{
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 11px;
    height: 11px;
    background:url("../image/right_floatxx.png") no-repeat center;
    cursor: pointer;
}
.r_float .r_floatCon{
    background:#fff;
    border-radius:7px;
    box-shadow:0 0 10px #ddd;
    text-align: center;
    overflow: hidden;
}
.r_float .r_floatT{
    padding:10px 0;
    color:#136096;
}
.r_float .r_floatT h2{
    font-size:18px;
}
.r_float .r_floatT p{
    font-size:12px;
    line-height:6px;
}
.r_float .r_floatC dl{
    width: 125px;
    background:#f2f2f2 url("../image/right_floatTitit.png") no-repeat center top;
    margin:0 auto;
    display: block;
    padding-bottom:6px;
}
.r_float .r_floatC dl dt{
    display: block;
    width: 100%;
    height: 29px;
    line-height:25px;
    color:#fff;
    font-size:14px;
    background:url("../image/right_floatIcon.png") no-repeat 12px 3px;
    padding-left: 10px;
    font-weight:800;
}


.r_float .r_floatC dl dt.dtIcon1{
    background:url("../image/right_floatIcon.png") no-repeat 12px -61px;
 }
.r_float .r_floatC dl dt.dtIcon2{
    background-position:12px -191px;
}
.r_float .r_floatC dl dt.dtIcon3{
    background-position:12px -276px;
}
.r_float .r_floatC dl dt a{
    display: block;
    width: 100%;
}
.r_float .r_floatC dl dd{
    font-size:13px;
    color:#999;
    line-height:19px;
    background:url("../image/right_floaticon11.png") no-repeat 16px 4px;
	float: none;
    margin: 0;
	padding: 0 0 0 40px;
    text-align: left;
}
.r_floatB{
    margin-top: 7px;
    padding:10px 0;
    color:#fff;
    background:#136096;
}
.r_floatB p{
    font-size:16px;
}
.r_floatB h2{
    font-size:20px;
    letter-spacing:-1px;
    line-height:22px;
}