/*头部导航开始*/
.syhomehead {
	background: #fff;
}
.syhomeheadce {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.syhomeheadcefl {
	float: left;
	margin-right: 24px;
}
.syhomeheadceflz {
	float: left;
	margin-right: 24px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.syhomeheadcefly {
	float: right;
	margin-top: 22px;
	position: relative;
	padding-bottom: 20px;
	z-index:10000;
}
.syhomeheadcefly>a {
	display: block;
	border: 1px solid #6bc00d;
	border-radius: 20px;
	padding: 3px 10px;
}
.syhomeheadcefly a span {
	color: #969696;
	font-size: 16px;
	background: url(../images/drop_down.png) no-repeat right center, url(../images/locations.png) no-repeat left center;
	padding-right: 20px;
	padding-left: 20px;
}
.syhomeheadcefr {
	padding-top: 24px;
	float: left;
}
.syhomeheadcefr ul li {
	float: left;
	margin-right: 27px;
}
.syhomeheadcefr ul li:last-child {
	margin-right: 0;
}
.syhomeheadcefr ul li.bieshu {
	position: relative;
}
.syhomeheadcefr ul li.bieshu::before {
	content: "";
	background: url(../images/xin.png) no-repeat;
	position: absolute;
	left: 40px;
	top: -16px;
	width: 20px;
	height: 22px;
}
.syhomeheadcefr ul li a {
	display: block;
	color: #666666;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 6px;
}
.syhomeheadcefr ul li a:hover {
	color: #6bc00d;
}
.syhomeheadcefr ul li.on a {
	color: #6bc00d;
	border-bottom: 2px solid #6bc00d;
}
.syhomeheadce_phone {
	float: right;
	margin-top: 18px;
}
.syhomeheadce_phone span {
	font-size: 12px;
	color: #666666;
	background: url(../images/phone_icos.png) no-repeat left center;
	padding-left: 27px;
	float: right;
}
.syhomeheadce_phone p {
	font-size: 18px;
	color: #6bc00d;
	font-weight: 600;
	line-height: 21px;
}
.syhomeheadceflydown {
	position: absolute;
	display: none;
	z-index: 2;
	left: 235px;
	top: 85px;
	background: #fff;
	box-shadow: 0 -1px 4px #8e8e8e;
}
.syhomeheadceflydownd {
	position: relative;
}
.syhomeheadceflydownd img {
	position: absolute;
	top: -11px;
	right: 10px;
}
.syhomeheadceflydownd a {
	display: block;
	color: #666666;
	font-size: 14px;
	padding: 10px 36px;
}
.syhomeheadceflydownd a:hover {
	color: #fff;
	background: #6bc00d;
}
.headCity {
	left: 15px;
	top: 45px;
}
/*头部导航结束*/