
/*导航*/

@media only screen and (min-width: 1300px) {
#nav-cont .nav-list ul li a { margin-left: 52px;}}
@media only screen and (min-width: 1024px) {
#nav-cont .nav-list ul li a {margin-left: 20px;}}

/**/
#nav-cont .nav-list ul li.search{width:15%;float:right; 	position:relative;
	cursor:pointer;}
#nav-cont .nav-list ul li.search input{float:right;height:20px; line-height:20px; padding:8px 0;border:0px;}
#nav-cont .nav-list ul li.search input[type="text"]{max-width:120px;border-left:1px solid #efefef;}
#nav-cont .nav-list ul li.search input[type="button"]{height:36px;width:32px;background:url(../images/search_bg.png) left center no-repeat;border-right:1px solid #efefef;}
#nav-cont .nav-list ul li.search input#searchButton{height:36px;width:32px;background:url(../images/search_bg.png) left center no-repeat;border-right:1px solid #efefef; text-indent:-999em;}
#nav-cont .nav-list{line-height:38px;height:38px;}

#nav-cont .nav-list ul li.navlist{width:85%;float:left;}

#nav-cont .nav-list ul li span{display:block;float:left;text-align:center; width:136px;}
#nav-cont .nav-list ul li a{display:block;float:left;color:#323232;margin-left:35px;height:37px;}
#nav-cont .nav-list ul li a.active{	color:#174f90;}
#nav-cont .nav-list ul li a:hover{	color:#174f90;} 


.dropdown{     
    position:absoule;
	 	 z-index:10000;
	float:left;

	 
}


.dropdown-menu {
	position:absolute;

	display:none;
	margin-top:52px;
float:left;
	z-index:99999;
 margin: 0 atuo;
 text-align: center;
width:15%;
	word-wrap:oword-wrap;
	list-style:none;
	font-size:10%;
	text-align:center;

}




.menu-item-level-2{
text-align:center;
float:left;
width:100%;


margin-left:0px;
 
		background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:0;
	-webkit-box-shadow:0 3px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box;
}

 

#nav-cont .nav-list {
line-height: 52px;
height: 52px;
}
#nav-cont .nav-list ul li.search {
height:100%;
padding-top:7px;
}
 




 
 
.nav-cont-wrap h3{margin:10px auto 10px;}
.nav-cont-wrap a{color:#333;}
.nav-cont-wrap a:hover{color: #0066ff; text-decoration:underline;}


@media only screen and (min-width:1024px){
#nav-cont .nav-list ul li a, #nav-cont .nav-list ul li span {
font-size: 18px !important;
}

#nav-cont .menu-item-level-2 a{font-size:12px;}
 
#nav-cont .nav-list ul li a {
font-weight:bold; color:#005BA8;
height: 52px; 
font-size: 40%;
}

}
}
@media only screen and (max-width:1025px){
 #nav-cont .nav-list ul li a{ font-size:12px; margin-left:10px;}

  }
.nav-cont-wrap ul{width:100%; padding-top:0;}
 

#nav-cont{ width:100%;} 
#nav-cont .nav-list{ width:85%; margin:0 auto; }



#nav-cont .container{  width: 100%;  -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;}

