

/* css清除浮动 */
.clearfix:before,.clearfix:after,.container:before,.container:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after{
	clear: both;
}
.container{
	width:100%;
}
.section{
	width: 100%;
	min-width: 1200px;
	padding: 30px 0;
}

/**********************
*** nav'nt submenu ****
**********************/
.full-nav{
	width:100%;
	min-width:1200px;
	background-color:#fff;
	position:relative;
	z-index:98;
	height: 70px;
}
.navbar{
	margin-top:10px;
}
.nav{
	width: auto;
	height:70px;
	float: left;
}
.nav > ul > li{
	width: auto;
	height:100px;
	float:left;
	position:relative;
	z-index:10;
	margin-right: 50px;
}
.nav > ul > li > span{
	display:block;
	text-align:center;
	font-size:16px; 
	text-transform: uppercase;
}
.nav > ul > li > span > a{
	color:#121212;
	display: block;
	height: 100px;
	line-height:100px;
	border-bottom: 2px solid transparent;
	padding: 0 3px;
}
.nav > ul > li:hover > span > a{
	color:#0098dd;
	border-bottom-color: #0098dd;
}
.nav > ul > li > span.active a{
	border-bottom-color: #0098dd;
}
.nav > ul > li > ul{
	display:none;
	width: 140px;
	height:auto; 
	position:absolute;
	top:100%;
	left:50%;
	margin-left: -70px;
	z-index:99;
	background: #f5f5f5;
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav > ul > li > ul > li{
	font-size:12px;
	z-index: 100;
	text-align:center;
	position: relative;
}
.nav > ul > li > ul > li > a{
	display:block;
	color:#666;
	border-bottom:1px dotted #ddd;
	padding:0 10px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav > ul > li > ul > li > a:hover{
	color:#eb3d00;
}
.nav > ul > li:hover > ul{
	display:block;
}
.nav > ul > li.pro{
	position: static !important;
}
.pro-ssub{
	width: 1200px;
	background-color: #f3f4f5;
	position: absolute;
	top: 142%;
	left: -240px;
	padding: 15px 20px;
	display: none;
	z-index:99999;
}
.pro-ssub dl{
	width: 232px;
	min-height: 200px;
	overflow: hidden;
	float: left;
}
.pro-ssub dl.fuldl{
	width: 100%;
	height: 1px;
}
.pro-ssub dl dt{
	color: #0098dd;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	margin: 5px 0;
}
.pro-ssub dl dt a{
	color: #0098dd;
}
.pro-ssub dl dd{
	font-size: 14px;
}
.pro-ssub dl dd a{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/** two **/
