﻿.float-l {
	float: left;
}

.float-r {
	float: right;
}



.m-t-15 {
	margin-top: 15px;
}

button {
	outline: none !important;
}
/*开始*/
.four-level-menu {
	
	height: 90px;
	float: left;
}

.first-menu>li {
	float: left;
	height: 90px;
	line-height: 90px;
}

.first-link {
	padding: 0 20px;
	display: block;
	font-size:16px;
	color: #333;
	font-weight: normal;
	cursor: pointer;
}

.first-link.hover {
	color: #000;
}


/*二级菜单*/
.second-menu {
	width: 1160px;
	position: absolute;
	left: 0px;
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
	padding: 45px 60px;
	opacity: 1;
	display: none;
}

.second-menu>li {
	float: left;
	width: 120px;
	line-height: 28px;
	margin-right: 55px;
	margin-bottom: 10px;
}


.second-menu1 {
	width: 100px;
	position: absolute;
	left: 0px;
	background: #fff;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	padding: 25px 25px;
	opacity: 1;
	margin-left:340px;
	display: none;
}

.second-menu1>li {
	float: left;
	width: 120px;
	line-height: 28px;
	margin-right: 55px;
	margin-bottom: 10px;
}

.second-link {
	color: #0071c5;
	font-size:18px;
	font-weight:bold;
	display: block;
	margin-bottom: 10px;
}

.second-link:hover {
	color: #0071c5;
}

.third-menu>li {
	position: relative;
	font-size: 16px;
	line-height: 36px;
}

.third-link {
	display: block;
	color: #666;
}

.third-link.hover {
	color: #459df5;
	border-radius: 4px;
}

.fourth-menu {
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 15px;
	left: 125px;
	display: none;
	top: 0px;
	width: 150px;
	z-index: 999;
	box-shadow: 1px 1px 7px #ddd;
}

.fourth-menu:before,
.fourth-menu:after {
	content: "";
	display: block;
	border-width: 10px;
	position: absolute;
	top: 8px;
	left: -20px;
	border-style: solid dashed dashed;
	border-color: transparent #ddd transparent transparent;
	font-size: 0;
	line-height: 0;
}

.fourth-menu:after {
	top: 10px;
	left: -16px;
	border-width: 8px;
	border-color: transparent #fff transparent transparent;
}

.fourth-menu a {
	display: block;
	color: #666;
	padding: 4px 0px;
}

.fourth-menu a:hover {
	color: #0071c5;
	text-decoration: underline;   		
}