﻿* { margin:0; padding:0; list-style:none;}
body { font-family:"微软雅黑";}
img { border:0;}
a { text-decoration:none;}







/*开始*/
.four-level-menu {
	background: #0883d6;
	height: 55px;
	position:relative; z-index:99;
}
.four-level-menu li {
	position:relative;
}

.first-menu { width:1380px; margin:0 auto;}
.first-menu>li {
	float: left;
}

.first-link {
	height:55px; line-height:55px; text-align:center; color:#fff; font-size:18px; padding:0 40px; display:inline-block; 
}

.first-link.hover { display:block;
	background: #03b2ca;
}


/*二级菜单*/

.second-menu {
	position: absolute;
	left: 0px;
	background: #03b2ca;
	width:100%;
	opacity: 1;
	display: none;
	float:left;
	font-size:15px;
	/*border-bottom-left-radius:8px; border-bottom-right-radius:8px; overflow:hidden;*/
}

.second-menu>li {
	float: left;
	width: 100%;
}


/*3*/
.third-menu>li {
	position: relative;
	background: #03b2ca;
}

.third-menu.s2 { width:280px;}
.third-link {
	display: block;
	color: #fff;
	line-height:45px;
	height:45px;
	text-align:center;
	position:relative;
}
.third-link.ss2 { background-image:url(../images/101.png); background-repeat:no-repeat; background-position:right center;}

.third-link.hover {
	background: #0a84d5;
	color: #fff;
}
.third-link.hover.ss2 { background-image:url(../images/101.png); background-repeat:no-repeat; background-position:right center;}
/*4*/
.fourth-menu {
	position: absolute;
	background: #fff;
	right: -150px;
	display: none;
	top: 0px;
	width: 150px;
	z-index: 999;
	text-align:center;
}
.fourth-menu a {
	display: block;
	color: #fff;
	height:45px;
	line-height:45px;
	background:#03b2ca;
}
.fourth-menu a:hover {
	color: #fff;
	background:#0a84d5;
}
.zhiding_ss3 a { background-image:url(../images/101.png); background-repeat:no-repeat; background-position:right center;}
.zhiding_ss3 a:hover { background-image:url(../images/101.png); background-repeat:no-repeat; background-position:right center;}



/*4*/
.fourth-link {
	display: block;
	color: #fff;
	line-height:45px;
	height:45px;
	text-align:center;
	position:relative;
}

.fourth-link.hover {
	background: #0a84d5;
	color: #fff;
}
/*5*/
.five-menu {
	position: absolute;
	background: #fff;
	right: -150px;
	display: none;
	top: 0px;
	width: 150px;
	z-index: 999;
	text-align:center;
}
.five-menu a {
	display: block;
	color: #fff;
	height:45px;
	line-height:45px;
	background:#03b2ca;
}
.five-menu a:hover {
	color: #fff;
	background:#0a84d5;
}
