.menu-about > a {
	color:#eb612a !important;
}
.service-right-list{
	padding: 20px;
}
.china-map{
	position: relative;
}
.china-map span{
	cursor: pointer;
	color: red;
}
.china-map span:hover{
	cursor: pointer;
	color: #EB612A;
}
.company-info{
	width: 400px;
	margin:auto;
	border-top: 2px solid #EB612A;
	border-left: 1px solid #777;
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777; 
	position: absolute;
	z-index: 2;
	background: #fff;
	display: none;
}
.company-name{
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	background: #EB612A;
	color: #fff;
	font-size: 16px;
}
.company-tel{
	height: 50px;
	line-height: 50px;
	color: #777;
	font-size: 16px;
	padding-left: 10px;
}
.company-address{
	height: 50px;
	color: #777;
	font-size: 16px;
	margin: 10px;
}
