@charset "utf-8";
/* CSS Document */
.clear:after{
	display: block;
	content: '';
	clear: both;
}
.clear{
	zoom: 1;
}
.rU2{ 
	margin: 0 0 30px;
	background: #fcfcfc;
	padding: 20px 0 40px;
}
.rU2 li{
	float: left;  
	width: 147px;
	position: relative; 
	text-align: center; 
	border-right: 1px solid #f9f9f9;
} 
.rU2 li:last-child{
	border: none;
}
.rU2 a>img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
}
.rU2 a{
	
}
.ewm_service{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 50%;
	z-index: 20;
	margin-top: -25px; 
 	display: none;
	width: 120px;
	height: 120px;
	background: rgba(0,0,0,.9);
	border-radius: 999px;
} 
.rU2 li:hover .ewm_service{
	display: block;
} 
.ewm_service img{
	width: 90px;
	margin: 15px auto;
}
.head_img{ 
	margin: 10px 0 20px 20px;
}
.head_img img{
	width: 36px;
	height: 36px;
	-webkit-border-radius: 99px;
	border-radius: 99px;
}
.head_img p{
	margin-left: 5px;
	font-size: 16px;
	color: #333; 
	line-height: 36px;
} 
.p-showForm{
    position: fixed;
    width: 260px;
    background: #fff;
    height: 220px;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -130px;
    z-index: 1000;
    display: none;
}
.fp-close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #333;
    z-index: 1000;
    cursor: pointer;
}
.p-showForm input{
    width: 100%;
    display: block;
    border: 1px solid #efefef;
    height: 50px;
    line-height: 50px;
    margin: 20px 0;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    box-sizing: border-box;
}
.p-showForm input[type=submit]{
    background: #f90;
    color: #fff;
    border: none;
    font-size: 16px;
}