﻿.hover_box{
	position: fixed;
	top: 45%;
	right: 150px;
	font-family: "微软雅黑";
	z-index: 9999;
}
.hover_list{
	float: right;
}
.hover_list a{
	display: block;
	width: 76px;
	height: 86px;
	text-align: center;
	color: #fff;
	margin-top: 12px;
	border-radius: 3px;
}
.hover_list img{
	margin-top: 14px;
}
.hover_list span{
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.hover_list .free_phone{
	background: #dd2928;
}
.hover_list .free_phone:hover{
	background: #c32423;
}
.hover_list .dfjx{
	
    background: #ef9733;
}
.hover_list .dfjx:hover{
	
    background: #dc8a31;
}
.hover_list .pjzx{
	background: #32bbd3;
}
.hover_list .pjzx:hover{
	background: #2da5b9;
}
.hover_list .go_top:hover{
	background: #1f5cb2;
}
.hover_list .go_top{
	height: 60px !important;
	line-height: 60px;
	background: #2771dd;
}
.phone_box{
	float: left;
	width: 260px;
	height: 200px;
	margin: 12px 10px 0 0;
	border: 2px solid #e0e0e0;
	background: #fff;
	text-align: center;
	border-radius: 3px;
	display: none;
}
.phone_box p{
	background: #F5F5F5;
	font-size: 14px;
	color: #333;
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #e0e0e0;
}
.phone_box input{
	font-size: 16px;
	margin-top: 20px;
	width: 180px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: none;
	border-bottom: 1px solid #bdbdbd;
	color: #333;
	
}
.phone_box a{
	display: block;
	width: 190px;
	height: 46px;
	line-height: 46px;
	background: #e0702d;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 24px;
	border-radius: 3px;
}
