/*右侧咨询探头*/
.downappqr {
	position: absolute;
	top: -17px;
	left: -190px;
	width: 180px;
}

.tel400 {
	position: absolute;
	top: 80px;
	left: -227px;
}

.right_float {
	position: fixed;
	right:10px;
	top: 50%;
	margin-top: -120px;
	font-size: 12px;
	color: #999;
	z-index: 9;
	cursor: pointer;
	text-align: center;
}

.right_float .unit {
	position: relative;
	width: 58px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .2s linear;
	background: url(../img/gray.png) repeat;
}

.right_float .unit img {
	width: 32px;
	height: 32px;
}

/* .right_float .unit:last-child {
	border-bottom: 2px solid #eee;
} */

.right_float .line {
	width: 100%;
	margin: 0 auto;
	display: none;
	color: #fff;
}

.right_float .unit:hover {
	background: #004ea2;
}

.right_float .unit:hover img {
	display: none;
	border: 1px solid darkblue;
	opacity: 0;
	position: absolute;
}

.right_float .unit:hover .text {
	display: block;
	height: 62px;
	width: 62px;
	flex: none;
	display: flex;
}

.right_float .unit img:hover {
	display: none;
	border: 1px solid darkblue
}

.right_float .text {
	width: 100%;
	height: 62px;
	margin: 0 auto;
	display: none;
	color: #fff;
	flex: none;
}

.right_float .text span {
	flex: auto;
	margin-top: 12px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
}

.unit .u_active {
	height: 62px;
	width: 62px;
	flex: none;
	background: #004ea2;
	border-color: #004ea2 !important;
	display: flex;
}

.right_float .unit1 {
	border-bottom: none;
}

.right_float .unit2 {
	border-bottom: none;
	border-top: none;
}

.right_float .unit3 {
	border-bottom: none;
}

.right_float .unit4 {
	visibility: hidden;
	opacity: 0;
}

.right_float .unit5 {}


.right_float .item {
	display: none;
	position: absolute;
	top: 0;
	right: 48px;
	font-size: 14px;
	box-sizing: border-box;
	overflow: hidden;
}

.right_float .item-box {
	margin-right: 8px;
	background: #fff;
	/* border: 1px solid #eee; */
	box-shadow: 0 2px 8px 0 rgba(30, 35, 47, 0.10);
	overflow: hidden;
}

.right_float .item-zx {
	width: 150px;
}

.right_float .item-yx {
	width: 150px;
}

.right_float .item-zx .item-box,
.right_float .item-yx .item-box {background: #004EA2; }

.right_float .item-zx .item-box span,
.right_float .item-yx .item-box span {
	background: #004EA2;
	width: 100%;
	padding-left: 10%;
	text-align: left;
	line-height: 60px;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
}

.right_float .item-zx .item-box p{
	width: 100%;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	background: #004EA2;
	display: inline-block;
	padding-left: 10%;
	padding-top: 6px;
}
.right_float .item-zx .item-box p:nth-of-type(2){
	padding-top: 0;
	line-height: 26px;
	padding-bottom: 4px;
}

.right_float .inpt,
.right_float .btn {
	height: 40px;
	line-height: 40px
}

.right_float .inpt {
	border: 1px solid #EEE;
	color: #999;
	width: 168px;
	float: left;
	height: 38px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 14px;
	background: #FAFAFA;
	border: 1px solid #EEEEEE;
	border-radius: 2px 0 0 2px;
}

.right_float .btn {
	background: #F55E53;
	border-radius: 0 2px 2px 0;
	color: #FFFFFF;
	width: 88px;
	float: left;
}

.right_float .item-wx {
	width: 116px;
	height: 116px;
}

.right_float .item-wx img {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	border: none;
	position: static;
}

.right_float .unit:hover .item-wx img {
	display: block;
	opacity: 1;
	border: none;
	position: static;
}

.right_float .unit:hover .item-sq img {
	display: block;
	opacity: 1;
	border: none;
	position: static;
}

.mask {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
