.top_box {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 64px;
    height: 64px;
    background: url(../images/kf_fcb_06.jpg) no-repeat center;
    margin: 0;
    color: #fff;
    z-index: 1000;
    text-align: center;
}
.top_box a {
    display: block;
    padding: 40px 0 0;
    color: #fff;
    font-size: 12px;
}
.KF_SERVICE_WINDOWS {
    position: fixed;
    bottom: 84px;
    right: 15px;
    z-index: 1000;
    width: 64px;
    text-align: center;
    color: #fff;
}

.KF_SERVICE_WINDOWS .menu1{
	background: url(../images/kf_fcb_01.jpg) no-repeat center;
}
.KF_SERVICE_WINDOWS .menu2{
	background: url(../images/kf_fcb_05.jpg) no-repeat center;
}
.KF_SERVICE_WINDOWS .menu3 {
    background: url(../images/kf_fcb_07.jpg) no-repeat center;
}
.KF_SERVICE_WINDOWS .menu4 {
    background: url(../images/kf_fcb_08.jpg) no-repeat center;
}
.KF_SERVICE_WINDOWS .menu5 {
    background: url(../images/kf_fcb_03.jpg) no-repeat center;
}
.KF_SERVICE_WINDOWS>li {
    width: 64px;
    height: 64px;
    /*background: #bcbcbc;*/
    margin: 0 0 2px;
    /*padding: 5px;*/
    position: relative;
}
.KF_SERVICE_WINDOWS>li>p {
    display: block;
    padding: 40px 0 0;
    color: #fff;
    font-size: 12px;
}
.KF_SERVICE_WINDOWS>li>a {
    display: block;
    padding: 40px 0 0;
    color: #fff;
    font-size: 12px;
}
.KF_SERVICE_WINDOWS>li .up {
    border: 1px solid #ddd;
    background: #fff;
    width: 150px;
    padding: 15px;
    min-height: 48px;
    right: -80px;
    opacity: 0;
    bottom: 0;
    color: #333;
    position: absolute;
    transition: all 0.2s linear 0s;
    z-index: -1;
    display: none;
}
.top_phonelist {
	position: absolute;
	top:-180px; 
	right:35px; 
	width:144px;
	height:375px; 
	display: none;
	background: url(../images/kfbg.png) left top no-repeat;
	padding-top:120px;
	padding-left:30px;
	color: #666;
}
.kf_rx .menu1:hover .top_phonelist{
	display: block;
}
.top_phonelist ul{
	padding-right: 60px;
}
.top_phonelist ul p{
	margin-bottom: 10px;
}
.up1{
	width:280px;
	height: 280px;
	position: absolute;
	right:64px;
	top: -160px;
	display: none;
}
.up1 img{
	width: 280px;
	height: 280px;
}
.kf_rx .menu2:hover .up1{
	display: block;
}
.up2{
	width:280px;
	height: 280px;
	position: absolute;
	right:64px;
	top: -130px;
	display: none
}
.up2 img{
	width: 280px;
	height: 280px;
}
.kf_rx .menu3:hover .up2{
	display: block;
}
.yqlj{
	width:100px;
	height:64px;
	position: absolute;
	right:64px;
	top: 0;
	display: none;
	background: #E1060C;
	line-height: 64px;
}
.yqlj a{
	color: #fff;
}
.kf_rx .menu4:hover .yqlj{
	display: block;
}
.search{
	width:280px;
	height:60px;
	position: absolute;
	right:64px;
	top: 0;
	display: none;
	line-height: 64px;
	border: 1px solid #dedede;
	background: #fff;
}
.search input:first-child{
	width:180px;
	border: none;
	display: block;
	line-height: 60px;
	height: 60px;
	padding-left: 20px;
	float: left;
}
.search input:last-child{
	width: 33px;
	height:60px;
	background:#fff url(../images/sous_03.png) no-repeat 0 center;
	background-size: 100%;
	border: none;
	float: right;
	margin-right: 20px;
}
.kf_rx .menu5:hover .search{
	display: block;
}