@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0 none;
    margin: 0;
    padding: 0;
}
body, html {
	background:url(/images/skla_bg_body.jpg) no-repeat center top #68d6ed;
    color: #424242;
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei","Î¢ÈíÑÅºÚ",PingHei,STHeiti,"\5B8B\4F53",SimSun,"ËÎÌå",sans-serif;
    font:13px/25px 'Microsoft YaHei',Arial,Tahoma,\5FAE\8F6F\96C5\9ED1,\5b8b\4f53,sans-serif;
}

.clear{ clear:both;}
a{
	color:#424242;
	text-decoration:none;
}
a:hover{
	color:#1d6ec1;
	text-decoration:none;
}
ul,li{
	list-style:none;
}

.container{
	width:1000px;
	margin:0 auto;
}

.header{
	height:106px;
	padding-top:35px;
}
.header span{
	float:left;
}
.header .wrap-search{
	float:right;
	color:#196393;
	display:inline-block;
}
.header .wrap-search li a{
	color:#196393;
	padding:0 10px;
}
.header .wrap-search form{
	margin-top:2px;
	margin-left:10px;
}
.SearchText{
	border:1px solid #85cfee;
	border-right:none;
	line-height:28px;
	height:28px;
	color:#a5a5a5;
	text-indent:11px;
	width:192px;
	float:left;
}
.SearchBtn{
	background:url(/images/skla_button_search.jpg) no-repeat left top #64c9eb;
	border:none;
	height:32px;
	line-height:32px;
	float:right;
	width:42px;
	
}


.wrap-nav{
	background:#0676c0;
	height:40px;
	line-height:40px;
	color:#fff;
}
.wrap-nav span{
	float:left;
	padding-left:15px;
}
.wrap-nav .nav{
	float:right;
	padding-right:15px;
	font-size:16px;
}
.wrap-nav .nav li{
	float:left;
	font-weight:bold;
}
.wrap-nav .nav li:last-child{
	padding-right:0;
}
.wrap-nav .nav li a{
	font-size:16px;	
	padding:0 12px;
	color:#fff;
}
/*dropdown*/
#jsddm
	#jsddm li
	{	float:left;
		font-weight:bold;
	}

	#jsddm li a
	{	
		font-size:16px;	
		color:#fff;
		display: block;
		text-decoration: none;
		white-space: nowrap;
	}

	#jsddm li a:hover
	{	background: #00538a}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			z-index:999;
		}
		
			#jsddm li ul li
			{	float: none;
				display: inline;
			}
			
			#jsddm li ul li a
			{	width: auto;
				background: #0575bf;
				color: #fff;
				border-bottom:1px solid #fff;
				font-size:14px;
				padding-right:25px;
			}
			
			#jsddm li ul li a:hover
			{	background: #00538a}


.wrap-main{
	background: url(/images/skla_bg_main.jpg) repeat-x left top #fff;
	padding:20px 0;
}
.wrap-main .wrap-maincontent{
	background:#FFF;
	border-radius:2px;
	padding:15px;
}


.footer{
	background:url(/images/skla_bg_bottom.gif) repeat-x left top #e9e9e9;
	height:77px;
	vertical-align:middle;
	text-align:center;
	line-height:24px;
	padding-top:30px;
}